diff options
Diffstat (limited to 'doc/en/Makefile.am')
-rw-r--r-- | doc/en/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/en/Makefile.am b/doc/en/Makefile.am index e8c5bde..8839a2f 100644 --- a/doc/en/Makefile.am +++ b/doc/en/Makefile.am @@ -111,7 +111,7 @@ PDF_TARGET = kmymoney-user.pdf kmymoney-user.pdf: $(DOCBOOK_FILES) $(SCREENSHOT_FILES) $(MAKE) get-files $(MEINPROC) --check --stylesheet `dirname $(KDE_XSL_STYLESHEET)`/kde-nochunk.xsl $(srcdir)/index.docbook -o index.html; - recode utf8..latin1 index.html + recode utf8..latin1 index.html || : html2ps -o kmymoney-user.ps -n index.html ps2pdf kmymoney-user.ps kmymoney-user.pdf rm index.html kmymoney-user.ps |