aboutsummaryrefslogtreecommitdiffstats
path: root/kde2/doc/de
diff options
context:
space:
mode:
authorFritz Elfert <felfert@to.com>2002-07-10 23:15:43 +0000
committerFritz Elfert <felfert@to.com>2002-07-10 23:15:43 +0000
commitbb20db8e8760000402af72583770a4683ef79693 (patch)
treed01aa7fbdb573b4157ef98e9d61ec662c6d6e4dc /kde2/doc/de
parent55769bf5193338be8850198659ff066b09c7c695 (diff)
downloadplptools-bb20db8e8760000402af72583770a4683ef79693.tar.gz
plptools-bb20db8e8760000402af72583770a4683ef79693.tar.bz2
plptools-bb20db8e8760000402af72583770a4683ef79693.zip
- SuSE 8 - related changes
- RPM - related changes - sisinstall: Correct shutdown of newt if an error occurs.
Diffstat (limited to 'kde2/doc/de')
-rw-r--r--kde2/doc/de/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/kde2/doc/de/Makefile.am b/kde2/doc/de/Makefile.am
index 96e877a..c426ca4 100644
--- a/kde2/doc/de/Makefile.am
+++ b/kde2/doc/de/Makefile.am
@@ -4,5 +4,5 @@ KDE_DOCS = kpsion
EXTRA_DIST = index.docbook.in
-index.docbook: index.docbook.in
+index.docbook:
cat index.docbook.in | perl -e 'while (<>) { if (/\$$Date:\s+(.*)\s+\$$/) { $$d=$$1; } s/__DATE__/$$d/; s/__VERSION__/$(VERSION)/; print; }' > index.docbook