summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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