recent version of libjson has remove is_error which was checking
[ptask.git] / Makefile.am
index 5549ea2..82ae7c8 100644 (file)
@@ -11,8 +11,13 @@ dist_doc_DATA = AUTHORS \
        README \
        README.html
 
-README.html: README
-       asciidoc -n -a toc README
+NEWS.html: NEWS style.css
+       asciidoc --theme style -a themedir=`pwd` NEWS
 
-NEWS.html: NEWS
-       asciidoc -n -a toc 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