Fixed restoration of the panel divider position.
[psensor.git] / Makefile.am
index 40db776..b1eecf9 100644 (file)
@@ -19,16 +19,19 @@ dist_doc_DATA = AUTHORS \
        COPYING \
        INSTALL \
        NEWS \
+       NEWS.html \
        README \
        README.html
 
-autostartdir = $(sysconfdir)/xdg/autostart
-autostart_DATA = psensor.desktop
-
 desktopdir = $(datadir)/applications
 desktop_DATA = psensor.desktop
 
 EXTRA_DIST = $(desktop_DATA) $(autostart_DATA)
 
-README.html: README www/style.css
-       asciidoc --theme style -a themedir=`pwd`/www -n -a toc README
+if ASCIIDOCTOR
+README.html: README
+       asciidoctor -n README
+
+NEWS.html: NEWS
+       asciidoctor NEWS
+endif