recent version of libjson has remove is_error which was checking
[ptask.git] / Makefile.am
index dfc9279..82ae7c8 100644 (file)
@@ -1,10 +1,23 @@
-SUBDIRS = po \
+SUBDIRS = icons/hicolor/scalable \
+       po \
        src \
-       tests
+       tests 
 
 dist_doc_DATA = AUTHORS \
        COPYING \
        INSTALL \
        NEWS \
-       README
+       NEWS.html \
+       README \
+       README.html
 
+NEWS.html: NEWS style.css
+       asciidoc --theme style -a themedir=`pwd` NEWS
+
+desktopdir = $(datadir)/applications
+desktop_DATA = ptask.desktop
+
+EXTRA_DIST = $(desktop_DATA) style.css
+
+README.html: README style.css
+       asciidoc --theme style -a themedir=`pwd` -n -a toc README