summaryrefslogtreecommitdiffabout
path: root/Makefile.am
Unidiff
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 @@
1SUBDIRS = src man 1SUBDIRS = src man
2
3all-local: NEWS
4NEWS: NEWS.xsl NEWS.xml
5 ${XSLTPROC} -o $@ NEWS.xsl NEWS.xml