1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-31 16:52:26 +01:00

add a title tag for each help page

This commit is contained in:
Doug Kearns
2008-12-14 01:00:33 +11:00
parent 248c791263
commit 56d5e2a097
2 changed files with 17 additions and 16 deletions

View File

@@ -106,5 +106,5 @@ $(JAR): doc
${DOC_FILES}: %.html: %.txt $(BASE)/Makefile.common locale/en-US/asciidoc.conf
@echo "DOC $@"
${ASCIIDOC} --unsafe -a linkcss -a quirks! -o $@ $<
${ASCIIDOC} --unsafe -a linkcss -a quirks! -a doctitle="$(shell basename $@)" -o $@ $<