X-Git-Url: https://git.wpitchoune.net/gitweb/?a=blobdiff_plain;f=Makefile.am;h=c4e3e5328df0e493866f20dc72626781f064d6c4;hb=9f88c95348e67c5ef39ce50904b57d8beadc26cc;hp=05753777681cda8050b3aefcc4424fa2449d7141;hpb=3999142849d1dedbb343ac3cb9f0a1d9c714ada0;p=psensor.git diff --git a/Makefile.am b/Makefile.am index 0575377..c4e3e53 100644 --- a/Makefile.am +++ b/Makefile.am @@ -15,7 +15,13 @@ SUBDIRS = doc \ www \ tests -dist_doc_DATA = README COPYING NEWS AUTHORS INSTALL +dist_doc_DATA = AUTHORS \ + COPYING \ + INSTALL \ + NEWS \ + NEWS.html \ + README \ + README.html autostartdir = $(sysconfdir)/xdg/autostart autostart_DATA = psensor.desktop @@ -25,4 +31,8 @@ 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