X-Git-Url: https://git.wpitchoune.net/gitweb/?p=ptask.git;a=blobdiff_plain;f=Makefile.am;h=82ae7c840802e1167c03b85587211eb8d0ffa0cf;hp=5549ea215f0dc7bab5187d61335cbb9438e1d05a;hb=HEAD;hpb=7a4a18c0f8f992328e087cfe516361d1ef9c2858 diff --git a/Makefile.am b/Makefile.am index 5549ea2..82ae7c8 100644 --- a/Makefile.am +++ b/Makefile.am @@ -11,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