X-Git-Url: http://git.wpitchoune.net/gitweb/?p=ptask.git;a=blobdiff_plain;f=Makefile.am;h=82ae7c840802e1167c03b85587211eb8d0ffa0cf;hp=b35371132ad7a396744c313a663a9e6b4390e070;hb=c42759e0cd49f5285ebf872c0b99d59d51246cb9;hpb=6089d6eaafb4bc2ad30e75c43b973fe1518e268a diff --git a/Makefile.am b/Makefile.am index b353711..82ae7c8 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,6 +1,7 @@ -SUBDIRS = po \ +SUBDIRS = icons/hicolor/scalable \ + po \ src \ - tests + tests dist_doc_DATA = AUTHORS \ COPYING \ @@ -10,8 +11,13 @@ dist_doc_DATA = AUTHORS \ README \ README.html -README.html: README - asciidoc -n -a toc README +NEWS.html: NEWS style.css + asciidoc --theme style -a themedir=`pwd` NEWS -NEWS.html: NEWS - asciidoc -n -a toc 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