fixed name
[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 desktopdir = $(datadir)/applications
27 desktop_DATA = psensor.desktop
28
29 EXTRA_DIST = $(desktop_DATA) $(autostart_DATA)
30
31 if ASCIIDOC
32 README.html: README www/style.css
33         asciidoc --theme style -a themedir=`pwd`/www -n -a toc README
34
35 NEWS.html: NEWS www/style.css
36         asciidoc --theme style -a themedir=`pwd`/www NEWS
37 endif