X-Git-Url: http://git.wpitchoune.net/gitweb/?a=blobdiff_plain;f=Makefile.am;h=b1eecf923f8346be98a67f1b170aade1e42c2b9f;hb=93d0f1d7092e7e89e2323ce4ce35b3cd04ce83cb;hp=df37f0fadc44d7e7e09fab80f2449328a958c695;hpb=b9e061f09a25f4b62ed200b27d6b260a8a51fc60;p=psensor.git diff --git a/Makefile.am b/Makefile.am index df37f0f..b1eecf9 100644 --- a/Makefile.am +++ b/Makefile.am @@ -28,10 +28,10 @@ desktop_DATA = psensor.desktop EXTRA_DIST = $(desktop_DATA) $(autostart_DATA) -if ASCIIDOC -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