diff options
Diffstat (limited to 'kde2/doc/en/Makefile.am')
-rw-r--r-- | kde2/doc/en/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kde2/doc/en/Makefile.am b/kde2/doc/en/Makefile.am index 77093f1..14e83a9 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 - cp 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 |