X-Git-Url: https://wpitchoune.net/gitweb/?p=ptask.git;a=blobdiff_plain;f=Makefile.am;h=82ae7c840802e1167c03b85587211eb8d0ffa0cf;hp=08031f66c3d48f44fbff7af3a63c0507e39d3b56;hb=HEAD;hpb=5ee10ed7d9593e588393fe25bb48d5c75dc0a21d diff --git a/Makefile.am b/Makefile.am index 08031f6..82ae7c8 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,9 +1,23 @@ -SUBDIRS = po \ - src +SUBDIRS = icons/hicolor/scalable \ + po \ + src \ + 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