aboutsummaryrefslogtreecommitdiffstats
path: root/kde2/doc/de/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'kde2/doc/de/Makefile.am')
-rw-r--r--kde2/doc/de/Makefile.am8
1 files changed, 8 insertions, 0 deletions
diff --git a/kde2/doc/de/Makefile.am b/kde2/doc/de/Makefile.am
new file mode 100644
index 0000000..96e877a
--- /dev/null
+++ b/kde2/doc/de/Makefile.am
@@ -0,0 +1,8 @@
+
+KDE_LANG = de
+KDE_DOCS = kpsion
+
+EXTRA_DIST = index.docbook.in
+
+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