diff options
author | Darrell Anderson <humanreadable@yahoo.com> | 2012-06-12 23:40:53 -0500 |
---|---|---|
committer | Darrell Anderson <humanreadable@yahoo.com> | 2012-06-12 23:40:53 -0500 |
commit | 672550caac31a9cc7f1204a5466dd72f4424aec8 (patch) | |
tree | 9af31e5be5b15c1505a62f8ced00cb9a8d634c93 /doc/en | |
parent | 8bb75767eb92de7c8891c1c6ec5a83ea9c4ccf67 (diff) | |
download | kmymoney-672550caac31a9cc7f1204a5466dd72f4424aec8.tar.gz kmymoney-672550caac31a9cc7f1204a5466dd72f4424aec8.zip |
Fix 'recode' FTBFS with --enable-pdf-docs.
Diffstat (limited to 'doc/en')
-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 |