X-Git-Url: http://git.wpitchoune.net/gitweb/?a=blobdiff_plain;f=Makefile.am;h=40db776eefbb33ce7b867cdd6784ba4e86261e72;hb=refs%2Fheads%2Fv0.7.0.4;hp=05753777681cda8050b3aefcc4424fa2449d7141;hpb=3999142849d1dedbb343ac3cb9f0a1d9c714ada0;p=psensor.git diff --git a/Makefile.am b/Makefile.am index 0575377..40db776 100644 --- a/Makefile.am +++ b/Makefile.am @@ -15,7 +15,12 @@ SUBDIRS = doc \ www \ tests -dist_doc_DATA = README COPYING NEWS AUTHORS INSTALL +dist_doc_DATA = AUTHORS \ + COPYING \ + INSTALL \ + NEWS \ + README \ + README.html autostartdir = $(sysconfdir)/xdg/autostart autostart_DATA = psensor.desktop @@ -25,4 +30,5 @@ 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