Update the CI infrastructure to be faster, and to build the man and HTML.

This commit is contained in:
Jason S. Ninneman 2017-06-01 14:56:44 -07:00
parent 40ccd3d80d
commit 8b4fa2895c
3 changed files with 41 additions and 9 deletions

View file

@ -45,9 +45,9 @@ check: advent
cd tests; $(MAKE) --quiet
# Requires asciidoc and xsltproc/docbook stylesheets.
.asc.6:
.asc.6: advent.txt
a2x --doctype manpage --format manpage $<
.asc.html:
.asc.html: advent.txt
a2x --doctype manpage --format xhtml -D . $<
rm -f docbook-xsl.css