aboutsummaryrefslogtreecommitdiffstats
path: root/kde2/doc
diff options
context:
space:
mode:
Diffstat (limited to 'kde2/doc')
-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