X-Git-Url: https://git.wpitchoune.net/gitweb/?a=blobdiff_plain;f=Makefile.am;h=e199b72eacfa12a9fda9c7c18a19fa89cbce0bd5;hb=63d9a03c66abe9137eae0cbb4e5ee2e42c9ea12a;hp=05753777681cda8050b3aefcc4424fa2449d7141;hpb=3999142849d1dedbb343ac3cb9f0a1d9c714ada0;p=psensor.git diff --git a/Makefile.am b/Makefile.am index 0575377..e199b72 100644 --- a/Makefile.am +++ b/Makefile.am @@ -15,14 +15,21 @@ 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) +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