X-Git-Url: http://git.wpitchoune.net/gitweb/?a=blobdiff_plain;f=Makefile.am;h=40db776eefbb33ce7b867cdd6784ba4e86261e72;hb=81b7b08249b972d1c99436bdf709a5ad12a6d90b;hp=7b68256fbcf271bde29f106de7a53f1e05194076;hpb=41ee97b68ab2de77f3ce42c5740a3d63dcec52e6;p=psensor.git diff --git a/Makefile.am b/Makefile.am index 7b68256..40db776 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,18 +1,26 @@ -SUBDIRS = po\ - src\ - icons/hicolor/scalable\ - icons/hicolor/14x14\ - icons/hicolor/16x16\ - icons/hicolor/22x22\ - icons/hicolor/24x24\ - icons/hicolor/32x32\ - icons/hicolor/48x48\ - icons/hicolor/64x64\ - icons/ubuntu-mono-dark/status/22\ - www\ - tests +SUBDIRS = doc \ + po \ + src \ + icons/hicolor/scalable \ + icons/hicolor/14x14 \ + icons/hicolor/16x16 \ + icons/hicolor/22x22 \ + icons/hicolor/24x24 \ + icons/hicolor/32x32 \ + icons/hicolor/48x48 \ + icons/hicolor/64x64 \ + icons/ubuntu-mono-dark/status/22 \ + icons/ubuntu-mono-light/status/22 \ + icons/ubuntu-mono-dark/apps/22 \ + 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 @@ -22,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