added settings
[prss.git] / Makefile.am
1 SUBDIRS = doc \
2         po \
3         icons/hicolor/scalable \
4         src \
5         tests
6
7 dist_doc_DATA = AUTHORS \
8         COPYING \
9         INSTALL \
10         NEWS \
11         NEWS.html \
12         README \
13         README.html
14
15 README.html: README
16         asciidoc -n -a toc README
17
18 NEWS.html: NEWS
19         asciidoc -n -a toc NEWS
20
21 desktopdir = $(datadir)/applications
22 desktop_DATA = prss.desktop
23
24 EXTRA_DIST = $(desktop_DATA)