X-Git-Url: http://git.wpitchoune.net/gitweb/?a=blobdiff_plain;f=Makefile.am;h=b35371132ad7a396744c313a663a9e6b4390e070;hb=491dd1bc40e1e69a55b648cef2c1ddc4d7d7fb32;hp=08031f66c3d48f44fbff7af3a63c0507e39d3b56;hpb=5ee10ed7d9593e588393fe25bb48d5c75dc0a21d;p=ptask.git diff --git a/Makefile.am b/Makefile.am index 08031f6..b353711 100644 --- a/Makefile.am +++ b/Makefile.am @@ -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