summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authortpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-08-21 01:43:11 +0000
committertpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-08-21 01:43:11 +0000
commitf3d0a7eac1fc44142913a85ff4fde90d53e94e06 (patch)
treee4f4262c00e2338d2a2dac7fc1763a0a2f855cbb /doc
parent721c5c4ee3dcee163a2b0f7fd94cb3689154c1bd (diff)
downloadkdiff3-f3d0a7eac1fc44142913a85ff4fde90d53e94e06.tar.gz
kdiff3-f3d0a7eac1fc44142913a85ff4fde90d53e94e06.zip
Convert remaining references to kde3 (e.g. in paths) to trinity
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/kdiff3@1248408 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'doc')
-rw-r--r--doc/README2
-rw-r--r--doc/createpdfdoc2
2 files changed, 2 insertions, 2 deletions
diff --git a/doc/README b/doc/README
index 8c28a9a..ce7bc98 100644
--- a/doc/README
+++ b/doc/README
@@ -24,7 +24,7 @@ file into HTML.
meinproc index.docbook
If you prefer everything in one big HTML/Postscript/PDF-file:
- LANG=de_DE meinproc --check index.docbook --stylesheet /opt/kde3/share/apps/ksgmltools2/customization/kde-nochunk.xsl
+ LANG=de_DE meinproc --check index.docbook --stylesheet /opt/trinity/share/apps/ksgmltools2/customization/kde-nochunk.xsl
(The LANG=de_DE prevents that meinproc writes the file in UTF-8 encoding, which isn't understood by html2ps.)
Create ps-file:
html2ps -D -u -n index.html >index.ps
diff --git a/doc/createpdfdoc b/doc/createpdfdoc
index c72ef6f..5e961c6 100644
--- a/doc/createpdfdoc
+++ b/doc/createpdfdoc
@@ -1,7 +1,7 @@
for i in `find * -maxdepth 0 -type d`; do
cd $i
echo $i
-LANG=de_DE meinproc --check index.docbook --stylesheet /opt/kde3/share/apps/ksgmltools2/customization/kde-nochunk.xsl
+LANG=de_DE meinproc --check index.docbook --stylesheet /opt/trinity/share/apps/ksgmltools2/customization/kde-nochunk.xsl
html2ps -D -u -n index.html >index.ps
ps2pdf index.ps ../kdiff3_$i.pdf
cd ..