aboutsummaryrefslogtreecommitdiffstats
path: root/kde2/doc/en/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'kde2/doc/en/Makefile.am')
-rw-r--r--kde2/doc/en/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/kde2/doc/en/Makefile.am b/kde2/doc/en/Makefile.am
index 14e83a9..912dd33 100644
--- a/kde2/doc/en/Makefile.am
+++ b/kde2/doc/en/Makefile.am
@@ -3,4 +3,4 @@ KDE_LANG = en
KDE_DOCS = kpsion
index.docbook: index.docbook.in
- cat index.docbook.in | perl -e 'while (<>) { if (/\$$Date:\s+(\S*)/) { $$d=$$1; } s/__DATE__/$$d/; s/__VERSION__/$(VERSION)/; print; }' > index.docbook
+ cat index.docbook.in | perl -e 'while (<>) { if (/\$$Date:\s+(.*)\s+\$$/) { $$d=$$1; } s/__DATE__/$$d/; s/__VERSION__/$(VERSION)/; print; }' > index.docbook