Fix warning when generating docbook

pull/3/head
Francis Lachapelle 2014-09-15 10:33:03 -04:00
parent 02b3de6465
commit 4b9db66f8b
1 changed files with 1 additions and 1 deletions

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: