Fix warning when generating docbook

This commit is contained in:
Francis Lachapelle
2014-09-15 10:33:03 -04:00
parent 02b3de6465
commit 4b9db66f8b
+1 -1
View File
@@ -1,7 +1,7 @@
all: $(patsubst %.asciidoc,%.pdf,$(wildcard *.asciidoc))
%.pdf : %.asciidoc
asciidoc -a docinfo2 -b docbook -d book -d book -o $<.docbook $<
asciidoc -a docinfo1 -b docbook -d book -d book -o $<.docbook $<
fop -c fonts/fop-config.xml -xsl docbook/xsl/sogo-fo.xsl -xml $<.docbook -pdf $@
clean: