X-Git-Url: https://git.wpitchoune.net/gitweb/?p=psensor.git;a=blobdiff_plain;f=Makefile.am;fp=Makefile.am;h=b1eecf923f8346be98a67f1b170aade1e42c2b9f;hp=df37f0fadc44d7e7e09fab80f2449328a958c695;hb=93d0f1d7092e7e89e2323ce4ce35b3cd04ce83cb;hpb=46244bbfade56a595b1e3d26cfcf89fdfac89a75 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