diff options
Diffstat (limited to 'doc/en/Makefile.am')
-rw-r--r-- | doc/en/Makefile.am | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/en/Makefile.am b/doc/en/Makefile.am index 8839a2f..be4fb00 100644 --- a/doc/en/Makefile.am +++ b/doc/en/Makefile.am @@ -18,7 +18,7 @@ index.cache.bz2: $(DOCBOOK_FILES) $(KDE_XSL_STYLESHEET) $(SCREENSHOT_FILES) if test -n "$(MEINPROC)"; then echo $(MEINPROC) --check --cache index.cache.bz2 --stylesheet $(KDE_XSL_STYLESHEET) $(srcdir)/index.docbook; $(MEINPROC) --check --cache index.cache.bz2 --stylesheet $(KDE_XSL_STYLESHEET) $(srcdir)/index.docbook; fi index.html: $(DOCBOOK_FILES) $(KDE_XSL_STYLESHEET) $(SCREENSHOT_FILES) - $(MEINPROC) --check --stylesheet `dirname $(KDE_XSL_STYLESHEET)`/kde-nochunk.xsl $(srcdir)/index.docbook --stdout | sed "s/ISO-8859-1/UTF-8/g" > index.html + $(MEINPROC) --check --stylesheet `dirname $(KDE_XSL_STYLESHEET)`/tde-nochunk.xsl $(srcdir)/index.docbook --stdout | sed "s/ISO-8859-1/UTF-8/g" > index.html .PHONY: show preview get-files clear-files web preview: index.html @@ -37,7 +37,7 @@ online-manual/index.xml: $(DOCBOOK_FILES) $(SCREENSHOT_FILES) mkdir online-manual; \ mkdir common; \ echo "Creating index.xml"; \ - $(MEINPROC) --check --stylesheet `dirname $(KDE_XSL_STYLESHEET)`/kde-chunk-online.xsl $(srcdir)/index.docbook -o online-manual/index.xml; \ + $(MEINPROC) --check --stylesheet `dirname $(KDE_XSL_STYLESHEET)`/tde-chunk-online.xsl $(srcdir)/index.docbook -o online-manual/index.xml; \ cd online-manual; \ $(abs_top_srcdir)/contrib/splitup-kde-chunk-online; \ cd ..; \ @@ -110,7 +110,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; + $(MEINPROC) --check --stylesheet `dirname $(KDE_XSL_STYLESHEET)`/tde-nochunk.xsl $(srcdir)/index.docbook -o index.html; recode utf8..latin1 index.html || : html2ps -o kmymoney-user.ps -n index.html ps2pdf kmymoney-user.ps kmymoney-user.pdf |