X-Git-Url: https://jxself.org/git/?p=open-adventure.git;a=blobdiff_plain;f=Makefile;h=ea8fcd4732497d47ac75c616fe69d2d9de50da21;hp=978d5a8912c927cd7ffdf33191d22c8015e49e7d;hb=43a08621e4404bb47e3bde1d0b6c12bf79d7066e;hpb=f24fcd297176c7a95e999bd34e627bb0f4159c3a diff --git a/Makefile b/Makefile index 978d5a8..ea8fcd4 100644 --- a/Makefile +++ b/Makefile @@ -87,15 +87,16 @@ reflow: coverage: clean debug cd tests; $(MAKE) coverage --quiet -.SUFFIXES: .adoc .html .6 +# Note: to suppress the footers with timestamps being generated in HTML, +# we use "-a nofooter". +# To debug asciidoc problems, you may need to run "xmllint --nonet --noout --valid" +# on the intermediate XML that throws an error. +.SUFFIXES: .html .adoc .6 -# Requires asciidoc and xsltproc/docbook stylesheets. .adoc.6: - a2x --doctype manpage --format manpage $< + asciidoctor -D. -a nofooter -b manpage $< .adoc.html: - asciidoc $< -.adoc: - asciidoc $< + asciidoctor -D. -a nofooter -a webfonts! $< html: advent.html history.html hints.html