X-Git-Url: https://wpitchoune.net/gitweb/?p=ptask.git;a=blobdiff_plain;f=Makefile.am;h=82ae7c840802e1167c03b85587211eb8d0ffa0cf;hp=dfc92790da922452bfb22181051938deb354b3cf;hb=HEAD;hpb=796ae3c2d3d27ea0ce5dbd72e29e4fe5f87d7966 diff --git a/Makefile.am b/Makefile.am index dfc9279..82ae7c8 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 +NEWS.html: NEWS style.css + asciidoc --theme style -a themedir=`pwd` NEWS + +desktopdir = $(datadir)/applications +desktop_DATA = ptask.desktop + +EXTRA_DIST = $(desktop_DATA) style.css + +README.html: README style.css + asciidoc --theme style -a themedir=`pwd` -n -a toc README