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