X-Git-Url: https://git.wpitchoune.net/gitweb/?a=blobdiff_plain;f=Makefile.in;h=5393e1553d68a03200d97b903df70cb80a0ee22c;hb=59e486b34640f81c905e832c7cc4a1b8a9a8e6f4;hp=d003159a4d58c548b14087884ae395c55eae9a1a;hpb=90ecd9f1fe24c9a945bee2d9b6f9d9947ee3fe38;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.