release 0.0.3
[ptask.git] / Makefile.in
index cbc2207..e3c10f9 100644 (file)
@@ -290,7 +290,9 @@ dist_doc_DATA = AUTHORS \
        COPYING \
        INSTALL \
        NEWS \
-       README
+       NEWS.html \
+       README \
+       README.html
 
 all: all-recursive
 
@@ -800,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: