-
Notifications
You must be signed in to change notification settings - Fork 18
Expand file tree
/
Copy pathMakefile.am
More file actions
37 lines (32 loc) · 745 Bytes
/
Makefile.am
File metadata and controls
37 lines (32 loc) · 745 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
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 = AUTHORS \
COPYING \
INSTALL \
NEWS \
NEWS.html \
README \
README.html
desktopdir = $(datadir)/applications
desktop_DATA = psensor.desktop
EXTRA_DIST = $(desktop_DATA) $(autostart_DATA)
if ASCIIDOC
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
endif