X-Git-Url: http://git.wpitchoune.net/gitweb/?p=psensor.git;a=blobdiff_plain;f=Makefile.am;h=b1eecf923f8346be98a67f1b170aade1e42c2b9f;hp=e199b72eacfa12a9fda9c7c18a19fa89cbce0bd5;hb=7264bd6090d2daa896959ed7ca86ea63365b9a90;hpb=4abe11726b6ee2c3b50699df6974d8515471fe74 diff --git a/Makefile.am b/Makefile.am index e199b72..b1eecf9 100644 --- a/Makefile.am +++ b/Makefile.am @@ -28,8 +28,10 @@ desktop_DATA = psensor.desktop EXTRA_DIST = $(desktop_DATA) $(autostart_DATA) -README.html: README www/style.css - asciidoc --theme style -a themedir=`pwd`/www -n -a toc README +if ASCIIDOCTOR +README.html: README + asciidoctor -n README -NEWS.html: NEWS www/style.css - asciidoc --theme style -a themedir=`pwd`/www NEWS +NEWS.html: NEWS + asciidoctor NEWS +endif