summaryrefslogtreecommitdiffstats
path: root/developer-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 /developer-doc
parent5fd4fb1a51b3b8541e204159b6151dafb76a2a41 (diff)
downloadkmymoney-06e875dc56729d4bbb922e59bb4cdd249b804800.tar.gz
kmymoney-06e875dc56729d4bbb922e59bb4cdd249b804800.zip
Update files and references in support of bug report 1446.
Diffstat (limited to 'developer-doc')
-rw-r--r--developer-doc/phb/Makefile.am6
1 files changed, 3 insertions, 3 deletions
diff --git a/developer-doc/phb/Makefile.am b/developer-doc/phb/Makefile.am
index 1954b24..9e38295 100644
--- a/developer-doc/phb/Makefile.am
+++ b/developer-doc/phb/Makefile.am
@@ -15,7 +15,7 @@ endif
.PHONY: all show preview get-files clear-files web
all: $(TARGETS) $(PDF_TARGET)
-STYLESHEET = kde-nochunk.xsl
+STYLESHEET = tde-nochunk.xsl
phb.html: $(DOCBOOK_FILES)
@if test -e $(MEINPROC); then \
@@ -57,7 +57,7 @@ phb/index.html: $(DOCBOOK_FILES)
rm -rf phb common; \
mkdir phb; \
mkdir common; \
- $(MEINPROC) --stylesheet `dirname $(KDE_XSL_STYLESHEET)`/kde-chunk-online.xsl $(srcdir)/phb.docbook -o phb/index.xml; \
+ $(MEINPROC) --stylesheet `dirname $(KDE_XSL_STYLESHEET)`/tde-chunk-online.xsl $(srcdir)/phb.docbook -o phb/index.xml; \
cd phb; \
$(abs_top_srcdir)/contrib/splitup-kde-chunk-online; \
rm index.xml; \
@@ -105,7 +105,7 @@ web-upload: sf-username web
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
+ $(MEINPROC) --stylesheet `dirname $(KDE_XSL_STYLESHEET)`/tde-nochunk.xsl $(srcdir)/phb.docbook -o index.html
recode utf8..latin1 index.html || :
html2ps -o kmymoney-phb.ps -n index.html
ps2pdf kmymoney-phb.ps kmymoney-phb.pdf