X-Git-Url: http://wpitchoune.net/gitweb/?p=psensor-pkg-debian.git;a=blobdiff_plain;f=Makefile.am;h=df37f0fadc44d7e7e09fab80f2449328a958c695;hp=40db776eefbb33ce7b867cdd6784ba4e86261e72;hb=fdd86e53b447d603b951494efdfda8aeb299858b;hpb=ee0b7212d29624b6321a0eda9c7ba1e17817ba25 diff --git a/Makefile.am b/Makefile.am index 40db776..df37f0f 100644 --- a/Makefile.am +++ b/Makefile.am @@ -19,16 +19,19 @@ dist_doc_DATA = AUTHORS \ COPYING \ INSTALL \ NEWS \ + NEWS.html \ README \ README.html -autostartdir = $(sysconfdir)/xdg/autostart -autostart_DATA = psensor.desktop - 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