release 0.0.3
[ptask.git] / Makefile.in
index 755b46b..e3c10f9 100644 (file)
@@ -283,13 +283,16 @@ top_build_prefix = @top_build_prefix@
 top_builddir = @top_builddir@
 top_srcdir = @top_srcdir@
 SUBDIRS = po \
-       src 
+       src \
+       tests
 
 dist_doc_DATA = AUTHORS \
        COPYING \
        INSTALL \
        NEWS \
-       README
+       NEWS.html \
+       README \
+       README.html
 
 all: all-recursive
 
@@ -799,6 +802,12 @@ uninstall-am: uninstall-dist_docDATA
        tags-recursive uninstall uninstall-am uninstall-dist_docDATA
 
 
+README.html: README
+       asciidoc -n -a toc README
+
+NEWS.html: NEWS
+       asciidoc -n -a toc NEWS
+
 # Tell versions [3.59,3.63) of GNU make to not export all variables.
 # Otherwise a system limit (for SysV at least) may be exceeded.
 .NOEXPORT: