X-Git-Url: http://git.wpitchoune.net/gitweb/?a=blobdiff_plain;f=Makefile.am;h=40db776eefbb33ce7b867cdd6784ba4e86261e72;hb=0844789198b33d782814acf1e179d9db4d47529a;hp=3a2adc6ca2a3f498a43250f1090f66280925c9b4;hpb=421f3b7aa3c8f8f99367f7627f2e96d40b0d710e;p=psensor.git diff --git a/Makefile.am b/Makefile.am index 3a2adc6..40db776 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,21 +1,34 @@ -SUBDIRS = po\ - src\ - pixmaps/scalable\ - pixmaps/14x14\ - pixmaps/16x16\ - pixmaps/22x22\ - pixmaps/24x24\ - pixmaps/32x32\ - pixmaps/48x48\ - pixmaps/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 \ + README \ + README.html -desktopdir = $(sysconfdir)/xdg/autostart -desktop_DATA = psensor.desktop +autostartdir = $(sysconfdir)/xdg/autostart +autostart_DATA = psensor.desktop -EXTRA_DIST = $(desktop_DATA) +desktopdir = $(datadir)/applications +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