summaryrefslogtreecommitdiffabout
path: root/Makefile.am
authorMichael Krelin <hacker@klever.net>2004-07-21 21:33:58 (UTC)
committer Michael Krelin <hacker@klever.net>2004-07-21 21:33:58 (UTC)
commit76921288a0aa39acb53102863523c388b5d0f9ee (patch) (side-by-side diff)
tree57fdc8abf9649084af0a74a8ab59ce99fa6742f0 /Makefile.am
parent4b2d32eca61f62bfd1370fd64254514152ecd23c (diff)
downloaddudki-76921288a0aa39acb53102863523c388b5d0f9ee.zip
dudki-76921288a0aa39acb53102863523c388b5d0f9ee.tar.gz
dudki-76921288a0aa39acb53102863523c388b5d0f9ee.tar.bz2
xmlized NEWS0.1
Diffstat (limited to 'Makefile.am') (more/less context) (ignore whitespace changes)
-rw-r--r--Makefile.am4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index 9f0d419..a7ad457 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1 +1,5 @@
SUBDIRS = src man
+
+all-local: NEWS
+NEWS: NEWS.xsl NEWS.xml
+ ${XSLTPROC} -o $@ NEWS.xsl NEWS.xml