X-Git-Url: http://git.wpitchoune.net/gitweb/?a=blobdiff_plain;f=Makefile.in;h=e3c10f91a1e5de93a49deafdb43f57fff667cc34;hb=refs%2Fheads%2Fv0.0.3;hp=cbc2207cfbf6e955af556b21e0942ae05ffdb005;hpb=796ae3c2d3d27ea0ce5dbd72e29e4fe5f87d7966;p=ptask.git diff --git a/Makefile.in b/Makefile.in index cbc2207..e3c10f9 100644 --- a/Makefile.in +++ b/Makefile.in @@ -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: