X-Git-Url: https://git.wpitchoune.net/gitweb/?a=blobdiff_plain;f=Makefile.am;h=c4e3e5328df0e493866f20dc72626781f064d6c4;hb=105d4328e0c0de08071b1a71e744b04c95485631;hp=225665126ef6d619603032fc671adcda7691b546;hpb=87d3d8119f525cdcfec5df1267fd2f460aa47e0e;p=psensor.git diff --git a/Makefile.am b/Makefile.am index 2256651..c4e3e53 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,17 +1,27 @@ -SUBDIRS = po\ - src\ - icons/scalable\ - icons/14x14\ - icons/16x16\ - icons/22x22\ - icons/24x24\ - icons/32x32\ - icons/48x48\ - icons/64x64\ - 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 \ + NEWS.html \ + README \ + README.html autostartdir = $(sysconfdir)/xdg/autostart autostart_DATA = psensor.desktop @@ -21,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