summaryrefslogtreecommitdiffstats
path: root/developer-doc
diff options
context:
space:
mode:
authorDarrell Anderson <humanreadable@yahoo.com>2012-06-12 23:40:53 -0500
committerDarrell Anderson <humanreadable@yahoo.com>2012-06-12 23:40:53 -0500
commit672550caac31a9cc7f1204a5466dd72f4424aec8 (patch)
tree9af31e5be5b15c1505a62f8ced00cb9a8d634c93 /developer-doc
parent8bb75767eb92de7c8891c1c6ec5a83ea9c4ccf67 (diff)
downloadkmymoney-672550caac31a9cc7f1204a5466dd72f4424aec8.tar.gz
kmymoney-672550caac31a9cc7f1204a5466dd72f4424aec8.zip
Fix 'recode' FTBFS with --enable-pdf-docs.
Diffstat (limited to 'developer-doc')
-rw-r--r--developer-doc/phb/Makefile.am2
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