X-Git-Url: https://wpitchoune.net/gitweb/?a=blobdiff_plain;f=Makefile.in;fp=Makefile.in;h=5393e1553d68a03200d97b903df70cb80a0ee22c;hb=2fcdd269911ef94a96eda0baaa17395a1a5a20e2;hp=d003159a4d58c548b14087884ae395c55eae9a1a;hpb=b420865c8c1697299ae81f089fee3ea23653676d;p=ptask.git diff --git a/Makefile.in b/Makefile.in index d003159..5393e15 100644 --- a/Makefile.in +++ b/Makefile.in @@ -301,7 +301,7 @@ dist_doc_DATA = AUTHORS \ desktopdir = $(datadir)/applications desktop_DATA = ptask.desktop -EXTRA_DIST = $(desktop_DATA) +EXTRA_DIST = $(desktop_DATA) style.css all: config.h $(MAKE) $(AM_MAKEFLAGS) all-recursive @@ -848,11 +848,11 @@ uninstall-am: uninstall-desktopDATA uninstall-dist_docDATA uninstall-desktopDATA uninstall-dist_docDATA -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 +README.html: README style.css + asciidoc --theme style -a themedir=`pwd` -n -a toc README # Tell versions [3.59,3.63) of GNU make to not export all variables. # Otherwise a system limit (for SysV at least) may be exceeded.