Hand merge of MR !31: Update the CI infrastructure to be faster
This commit is contained in:
parent
67d8c99e53
commit
f373d87ba7
3 changed files with 41 additions and 9 deletions
4
Makefile
4
Makefile
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue