X-Git-Url: https://git.wpitchoune.net/gitweb/?a=blobdiff_plain;f=Makefile.am;h=df37f0fadc44d7e7e09fab80f2449328a958c695;hb=573a01a68ca7cfc7c0afc6c128737dd05dd11625;hp=05753777681cda8050b3aefcc4424fa2449d7141;hpb=3999142849d1dedbb343ac3cb9f0a1d9c714ada0;p=psensor.git diff --git a/Makefile.am b/Makefile.am index 0575377..df37f0f 100644 --- a/Makefile.am +++ b/Makefile.am @@ -15,14 +15,23 @@ SUBDIRS = doc \ www \ tests -dist_doc_DATA = README COPYING NEWS AUTHORS INSTALL - -autostartdir = $(sysconfdir)/xdg/autostart -autostart_DATA = psensor.desktop +dist_doc_DATA = AUTHORS \ + COPYING \ + INSTALL \ + NEWS \ + NEWS.html \ + README \ + README.html desktopdir = $(datadir)/applications 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 +NEWS.html: NEWS www/style.css + asciidoc --theme style -a themedir=`pwd`/www NEWS +endif