X-Git-Url: https://git.wpitchoune.net/gitweb/?p=psensor.git;a=blobdiff_plain;f=Makefile.am;h=b1eecf923f8346be98a67f1b170aade1e42c2b9f;hp=c4e3e5328df0e493866f20dc72626781f064d6c4;hb=c1e20f2631a1249720e9c75d753eacfcb0f6c7b9;hpb=da1b8bafd379451fdbd223f111d62d8fa1e6f85a diff --git a/Makefile.am b/Makefile.am index c4e3e53..b1eecf9 100644 --- a/Makefile.am +++ b/Makefile.am @@ -23,16 +23,15 @@ dist_doc_DATA = AUTHORS \ README \ README.html -autostartdir = $(sysconfdir)/xdg/autostart -autostart_DATA = psensor.desktop - desktopdir = $(datadir)/applications 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