X-Git-Url: https://git.wpitchoune.net/gitweb/?a=blobdiff_plain;f=Makefile.am;h=b35371132ad7a396744c313a663a9e6b4390e070;hb=refs%2Fheads%2Fv0.0.3;hp=dfc92790da922452bfb22181051938deb354b3cf;hpb=796ae3c2d3d27ea0ce5dbd72e29e4fe5f87d7966;p=ptask.git diff --git a/Makefile.am b/Makefile.am index dfc9279..b353711 100644 --- a/Makefile.am +++ b/Makefile.am @@ -6,5 +6,12 @@ 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