Fixed restoration of the panel divider position.
[psensor.git] / Makefile.am
index 0575377..b1eecf9 100644 (file)
@@ -15,14 +15,23 @@ SUBDIRS = doc \
        www \
        tests
 
-dist_doc_DATA = README COPYING NEWS AUTHORS INSTALL
-
-autostartdir = $(sysconfdir)/xdg/autostart
-autostart_DATA = psensor.desktop
+dist_doc_DATA = AUTHORS \
+       COPYING \
+       INSTALL \
+       NEWS \
+       NEWS.html \
+       README \
+       README.html
 
 desktopdir = $(datadir)/applications
 desktop_DATA = psensor.desktop
 
 EXTRA_DIST = $(desktop_DATA) $(autostart_DATA)
 
+if ASCIIDOCTOR
+README.html: README
+       asciidoctor -n README
 
+NEWS.html: NEWS
+       asciidoctor NEWS
+endif