use libjson-c-dev
[ptask-pkg-ubuntu.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 NEWS.html: NEWS style.css
15         asciidoc --theme style -a themedir=`pwd` NEWS
16
17 desktopdir = $(datadir)/applications
18 desktop_DATA = ptask.desktop
19
20 EXTRA_DIST = $(desktop_DATA) style.css
21
22 README.html: README style.css
23         asciidoc --theme style -a themedir=`pwd` -n -a toc README