X-Git-Url: https://wpitchoune.net/gitweb/?p=ptask.git;a=blobdiff_plain;f=Makefile.am;h=82ae7c840802e1167c03b85587211eb8d0ffa0cf;hp=f50f68c81b7b37d08cc3596deea6f5c19f2c8081;hb=HEAD;hpb=90ecd9f1fe24c9a945bee2d9b6f9d9947ee3fe38 diff --git a/Makefile.am b/Makefile.am index f50f68c..82ae7c8 100644 --- a/Makefile.am +++ b/Makefile.am @@ -11,13 +11,13 @@ dist_doc_DATA = AUTHORS \ README \ README.html -README.html: README - asciidoc -n -a toc README - -NEWS.html: NEWS - asciidoc -n -a toc NEWS +NEWS.html: NEWS style.css + asciidoc --theme style -a themedir=`pwd` NEWS desktopdir = $(datadir)/applications desktop_DATA = ptask.desktop -EXTRA_DIST = $(desktop_DATA) +EXTRA_DIST = $(desktop_DATA) style.css + +README.html: README style.css + asciidoc --theme style -a themedir=`pwd` -n -a toc README