Fixed restoration of the panel divider position.
[psensor.git] / Makefile.am
index c4e3e53..b1eecf9 100644 (file)
@@ -23,16 +23,15 @@ dist_doc_DATA = AUTHORS \
        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 www/style.css
-       asciidoc --theme style -a themedir=`pwd`/www NEWS
+NEWS.html: NEWS
+       asciidoctor NEWS
+endif