diff options
Diffstat (limited to 'developer-doc/phb/Makefile.am')
-rw-r--r-- | developer-doc/phb/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/developer-doc/phb/Makefile.am b/developer-doc/phb/Makefile.am index a99d2d9..1954b24 100644 --- a/developer-doc/phb/Makefile.am +++ b/developer-doc/phb/Makefile.am @@ -106,7 +106,7 @@ if GENERATE_PDF kmymoney-phb.pdf: $(DOCBOOK_FILES) $(MAKE) get-files $(MEINPROC) --stylesheet `dirname $(KDE_XSL_STYLESHEET)`/kde-nochunk.xsl $(srcdir)/phb.docbook -o index.html - recode utf8..latin1 index.html + recode utf8..latin1 index.html || : html2ps -o kmymoney-phb.ps -n index.html ps2pdf kmymoney-phb.ps kmymoney-phb.pdf rm index.html kmymoney-phb.ps |