X-Git-Url: http://git.wpitchoune.net/gitweb/?a=blobdiff_plain;f=Makefile.am;h=f50f68c81b7b37d08cc3596deea6f5c19f2c8081;hb=e67e1fb3922f7a72d7b3335cf268a27cee3de85c;hp=dfc92790da922452bfb22181051938deb354b3cf;hpb=796ae3c2d3d27ea0ce5dbd72e29e4fe5f87d7966;p=ptask.git diff --git a/Makefile.am b/Makefile.am index dfc9279..f50f68c 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,10 +1,23 @@ -SUBDIRS = po \ +SUBDIRS = icons/hicolor/scalable \ + po \ src \ - tests + 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 + +desktopdir = $(datadir)/applications +desktop_DATA = ptask.desktop + +EXTRA_DIST = $(desktop_DATA)