regen build file
[ptask.git] / Makefile.am
index 08031f6..b353711 100644 (file)
@@ -1,9 +1,17 @@
 SUBDIRS = po \
-       src 
+       src \
+       tests
 
 dist_doc_DATA = AUTHORS \
        COPYING \
        INSTALL \
        NEWS \
-       README
+       NEWS.html \
+       README \
+       README.html
 
+README.html: README
+       asciidoc -n -a toc README
+
+NEWS.html: NEWS
+       asciidoc -n -a toc NEWS