diff --git a/Documentation/Makefile b/Documentation/Makefile index ee7246fba..03a484995 100644 --- a/Documentation/Makefile +++ b/Documentation/Makefile @@ -2,7 +2,8 @@ all: $(patsubst %.asciidoc,%.pdf,$(wildcard *.asciidoc)) %.pdf : %.asciidoc asciidoc -a docinfo1 -b docbook -d book -o $<.docbook $< - fop -c fonts/fop-config.xml -xsl docbook/xsl/sogo-fo.xsl -xml $<.docbook -pdf $@ + xsltproc -o $<.fo docbook/xsl/sogo-fo.xsl $<.docbook + fop -c fonts/fop-config.xml $<.fo -pdf $@ clean: - rm *.asciidoc.docbook *.pdf + rm -f *.asciidoc.fo *.asciidoc.docbook *.pdf diff --git a/Documentation/docbook/xsl/sogo-fo.xsl b/Documentation/docbook/xsl/sogo-fo.xsl index 5ab3c7396..e8635b714 100644 --- a/Documentation/docbook/xsl/sogo-fo.xsl +++ b/Documentation/docbook/xsl/sogo-fo.xsl @@ -121,9 +121,9 @@ - + - square + square