improved the README and use the asciidoc syntax
[psensor.git] / Makefile.in
index 5f8a151..8e47db1 100644 (file)
@@ -162,8 +162,11 @@ ECHO_N = @ECHO_N@
 ECHO_T = @ECHO_T@
 EGREP = @EGREP@
 EXEEXT = @EXEEXT@
+GCONFTOOL = @GCONFTOOL@
 GCONF_CFLAGS = @GCONF_CFLAGS@
 GCONF_LIBS = @GCONF_LIBS@
+GCONF_SCHEMA_CONFIG_SOURCE = @GCONF_SCHEMA_CONFIG_SOURCE@
+GCONF_SCHEMA_FILE_DIR = @GCONF_SCHEMA_FILE_DIR@
 GETTEXT_MACRO_VERSION = @GETTEXT_MACRO_VERSION@
 GMSGFMT = @GMSGFMT@
 GMSGFMT_015 = @GMSGFMT_015@
@@ -172,6 +175,7 @@ GTK_CFLAGS = @GTK_CFLAGS@
 GTK_LIBS = @GTK_LIBS@
 GTOP_CFLAGS = @GTOP_CFLAGS@
 GTOP_LIBS = @GTOP_LIBS@
+HAVE_CPPCHECK = @HAVE_CPPCHECK@
 HELP2MAN = @HELP2MAN@
 INSTALL = @INSTALL@
 INSTALL_DATA = @INSTALL_DATA@
@@ -216,6 +220,7 @@ PKG_CONFIG = @PKG_CONFIG@
 PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
 PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
 POSUB = @POSUB@
+PTHREAD_LIBS = @PTHREAD_LIBS@
 RANLIB = @RANLIB@
 SENSORS_LIBS = @SENSORS_LIBS@
 SET_MAKE = @SET_MAKE@
@@ -283,23 +288,30 @@ target_alias = @target_alias@
 top_build_prefix = @top_build_prefix@
 top_builddir = @top_builddir@
 top_srcdir = @top_srcdir@
-SUBDIRS = po\
- src\
- icons/hicolor/scalable\
- icons/hicolor/14x14\
- icons/hicolor/16x16\
- icons/hicolor/22x22\
- icons/hicolor/24x24\
- icons/hicolor/32x32\
- icons/hicolor/48x48\
- icons/hicolor/64x64\
- icons/ubuntu-mono-dark/status/22\
- icons/ubuntu-mono-light/status/22\
- icons/ubuntu-mono-dark/apps/22\
- www\
- tests
-
-dist_doc_DATA = README COPYING NEWS AUTHORS INSTALL
+SUBDIRS = doc \
+       po \
+       src \
+       icons/hicolor/scalable \
+       icons/hicolor/14x14 \
+       icons/hicolor/16x16 \
+       icons/hicolor/22x22 \
+       icons/hicolor/24x24 \
+       icons/hicolor/32x32 \
+       icons/hicolor/48x48 \
+       icons/hicolor/64x64 \
+       icons/ubuntu-mono-dark/status/22 \
+       icons/ubuntu-mono-light/status/22 \
+       icons/ubuntu-mono-dark/apps/22 \
+       www \
+       tests
+
+dist_doc_DATA = AUTHORS \
+       COPYING \
+       INSTALL \
+       NEWS \
+       README \
+       README.html
+
 autostartdir = $(sysconfdir)/xdg/autostart
 autostart_DATA = psensor.desktop
 desktopdir = $(datadir)/applications
@@ -869,6 +881,9 @@ uninstall-am: uninstall-autostartDATA uninstall-desktopDATA \
        uninstall-desktopDATA uninstall-dist_docDATA
 
 
+README.html: README www/style.css
+       asciidoc --theme style -a themedir=`pwd`/www -n -a toc README
+
 # Tell versions [3.59,3.63) of GNU make to not export all variables.
 # Otherwise a system limit (for SysV at least) may be exceeded.
 .NOEXPORT: