mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-03-09 08:35:47 +01:00
don't use asciidoc's xhtml11-quirks.css as it's for IE6
This commit is contained in:
@@ -106,5 +106,5 @@ $(JAR): doc
|
|||||||
|
|
||||||
${DOC_FILES}: %.html: %.txt $(BASE)/Makefile.common locale/en-US/asciidoc.conf
|
${DOC_FILES}: %.html: %.txt $(BASE)/Makefile.common locale/en-US/asciidoc.conf
|
||||||
@echo "DOC $@"
|
@echo "DOC $@"
|
||||||
${ASCIIDOC} --unsafe -a linkcss -o $@ $<
|
${ASCIIDOC} --unsafe -a linkcss -a quirks! -o $@ $<
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user