1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-01-09 00:44:12 +01:00

don't use asciidoc's xhtml11-quirks.css as it's for IE6

This commit is contained in:
Doug Kearns
2008-12-13 21:44:25 +11:00
parent b63bbcfaee
commit 248c791263

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 -o $@ $<
${ASCIIDOC} --unsafe -a linkcss -a quirks! -o $@ $<