Imported Upstream version 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         NEWS.html \
23         README \
24         README.html
25
26 autostartdir = $(sysconfdir)/xdg/autostart
27 autostart_DATA = psensor.desktop
28
29 desktopdir = $(datadir)/applications
30 desktop_DATA = psensor.desktop
31
32 EXTRA_DIST = $(desktop_DATA) $(autostart_DATA)
33
34 README.html: README www/style.css
35         asciidoc --theme style -a themedir=`pwd`/www -n -a toc README
36
37 NEWS.html: NEWS www/style.css
38         asciidoc --theme style -a themedir=`pwd`/www NEWS