summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDarrell Anderson <humanreadable@yahoo.com>2012-06-12 23:40:53 -0500
committerSlávek Banko <slavek.banko@axis.cz>2012-06-13 21:40:36 +0200
commitf4806dd4235e7fbdc6feb6eb1deff8c1ab51bc91 (patch)
tree6c83bc49f9753e5e6349be6fc4bf428c4c8dd21b
parent06c92d2ee4d7855246059ca0052cda06e87f2584 (diff)
downloadkmymoney-f4806dd4235e7fbdc6feb6eb1deff8c1ab51bc91.tar.gz
kmymoney-f4806dd4235e7fbdc6feb6eb1deff8c1ab51bc91.zip
Fix 'recode' FTBFS with --enable-pdf-docs.
This closes Bug 941 (cherry picked from commit 672550caac31a9cc7f1204a5466dd72f4424aec8)
-rw-r--r--developer-doc/phb/Makefile.am2
-rw-r--r--doc/en/Makefile.am2
2 files changed, 2 insertions, 2 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
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