X-Git-Url: http://git.wpitchoune.net/gitweb/?p=psensor.git;a=blobdiff_plain;f=Makefile.am;h=b1eecf923f8346be98a67f1b170aade1e42c2b9f;hp=05753777681cda8050b3aefcc4424fa2449d7141;hb=7264bd6090d2daa896959ed7ca86ea63365b9a90;hpb=3999142849d1dedbb343ac3cb9f0a1d9c714ada0 diff --git a/Makefile.am b/Makefile.am index 0575377..b1eecf9 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 ASCIIDOCTOR +README.html: README + asciidoctor -n README +NEWS.html: NEWS + asciidoctor NEWS +endif