summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorDarrell Anderson <humanreadable@yahoo.com>2013-04-18 17:57:05 -0500
committerDarrell Anderson <humanreadable@yahoo.com>2013-04-18 17:57:05 -0500
commit06e875dc56729d4bbb922e59bb4cdd249b804800 (patch)
treed72057194f1159632fb261117caf5488b2598cb4 /doc
parent5fd4fb1a51b3b8541e204159b6151dafb76a2a41 (diff)
downloadkmymoney-06e875dc56729d4bbb922e59bb4cdd249b804800.tar.gz
kmymoney-06e875dc56729d4bbb922e59bb4cdd249b804800.zip
Update files and references in support of bug report 1446.
Diffstat (limited to 'doc')
-rw-r--r--doc/en/Makefile.am6
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