From: Jean-Philippe Orsini Date: Mon, 25 Nov 2013 00:25:27 +0000 (+0000) Subject: apply css X-Git-Tag: v0.0.6~83 X-Git-Url: http://git.wpitchoune.net/gitweb/?p=ptask.git;a=commitdiff_plain;h=b420865c8c1697299ae81f089fee3ea23653676d apply css --- 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