reintegrate source code of 0.8.0.6
[psensor-pkg-debian.git] / Makefile.am
1 SUBDIRS = doc \
2         po \
3         src \
4         icons/hicolor/scalable \
5         icons/hicolor/14x14 \
6         icons/hicolor/16x16 \
7         icons/hicolor/22x22 \
8         icons/hicolor/24x24 \
9         icons/hicolor/32x32 \
10         icons/hicolor/48x48 \
11         icons/hicolor/64x64 \
12         icons/ubuntu-mono-dark/status/22 \
13         icons/ubuntu-mono-light/status/22 \
14         icons/ubuntu-mono-dark/apps/22 \
15         www \
16         tests
17
18 dist_doc_DATA = AUTHORS \
19         COPYING \
20         INSTALL \
21         NEWS \
22         README \
23         README.html
24
25 autostartdir = $(sysconfdir)/xdg/autostart
26 autostart_DATA = psensor.desktop
27
28 desktopdir = $(datadir)/applications
29 desktop_DATA = psensor.desktop
30
31 EXTRA_DIST = $(desktop_DATA) $(autostart_DATA)
32
33 README.html: README www/style.css
34         asciidoc --theme style -a themedir=`pwd`/www -n -a toc README