regenerated doc+build files
authorJean-Philippe Orsini <jeanfi@gmail.com>
Sat, 20 Apr 2013 08:29:53 +0000 (08:29 +0000)
committerJean-Philippe Orsini <jeanfi@gmail.com>
Sat, 20 Apr 2013 08:29:53 +0000 (08:29 +0000)
README.html
po/Makefile.in
tests/Makefile.in

index 1d079fb..1f35ebe 100644 (file)
@@ -591,14 +591,14 @@ libatasmart-dev make</tt></pre>
 libatasmart-devel libcurl-devel json-c-devel libmicrohttpd-devel\r
 help2man libnotify-devel libgtop2-devel make</tt></pre>\r
 </div></div>\r
-<div class="paragraph"><p>For Ubuntu 12.04:</p></div>\r
+<div class="paragraph"><p>For Ubuntu 12.10:</p></div>\r
 <div class="listingblock">\r
 <div class="content">\r
-<pre><tt>sudo apt-get install autoconf automake asciidoc cppcheck gcc gettext\r
-autopoint libgtk-3-dev libgconf2-dev libnotify-dev libsensors4-dev\r
-help2man libcurl4-openssl-dev libjson0-dev libmicrohttpd-dev\r
-libgtop2-dev make perl libunity-dev libgtop2-dev libappindicator-dev\r
-nvidia-settings</tt></pre>\r
+<pre><tt>sudo apt-get install asciidoc autoconf automake autopoint\r
+debhelper (&gt;= 9) cppcheck gettext help2man libappindicator3-dev\r
+libatasmart-dev libcurl4-gnutls-dev libgconf2-dev libgtk-3-dev\r
+libgtop2-dev libjson0-dev libmicrohttpd-dev libnotify-dev\r
+libsensors4-dev libunity-dev nvidia-settings perl</tt></pre>\r
 </div></div>\r
 </div>\r
 <div class="sect2">\r
@@ -670,7 +670,7 @@ have extracted the ATI ADL SDK. Other steps are indentical.</p></div>
 <div id="footnotes"><hr /></div>\r
 <div id="footer">\r
 <div id="footer-text">\r
-Last updated 2013-03-13 10:55:37 CET\r
+Last updated 2013-04-10 22:32:13 CEST\r
 </div>\r
 </div>\r
 </body>\r
index 67f82c4..92bf0ff 100644 (file)
@@ -21,7 +21,7 @@ srcdir = .
 top_srcdir = ..
 
 
-prefix = /tmp/p
+prefix = /usr/local
 exec_prefix = ${prefix}
 datarootdir = ${prefix}/share
 datadir = ${datarootdir}
@@ -34,12 +34,12 @@ INSTALL_DATA = ${INSTALL} -m 644
 # We use $(mkdir_p).
 # In automake <= 1.9.x, $(mkdir_p) is defined either as "mkdir -p --" or as
 # "$(mkinstalldirs)" or as "$(install_sh) -d". For these automake versions,
-# ${SHELL} /home/jporsini/work.local/wpitchoune/svnpub/psensor/trunk/install-sh does not start with $(SHELL), so we add it.
+# ${SHELL} /home/jporsini/work/wpitchoune/svnpub/psensor/trunk/install-sh does not start with $(SHELL), so we add it.
 # In automake >= 1.10, /bin/mkdir -p is derived from ${MKDIR_P}, which is defined
 # either as "/path/to/mkdir -p" or ".../install-sh -c -d". For these automake
 # versions, $(mkinstalldirs) and $(install_sh) are unused.
-mkinstalldirs = $(SHELL) ${SHELL} /home/jporsini/work.local/wpitchoune/svnpub/psensor/trunk/install-sh -d
-install_sh = $(SHELL) ${SHELL} /home/jporsini/work.local/wpitchoune/svnpub/psensor/trunk/install-sh
+mkinstalldirs = $(SHELL) ${SHELL} /home/jporsini/work/wpitchoune/svnpub/psensor/trunk/install-sh -d
+install_sh = $(SHELL) ${SHELL} /home/jporsini/work/wpitchoune/svnpub/psensor/trunk/install-sh
 MKDIR_P = /bin/mkdir -p
 mkdir_p = /bin/mkdir -p
 
index 11ed3e8..c1e9f0f 100644 (file)
@@ -272,7 +272,7 @@ EXTRA_DIST = checkpatch.pl \
        test-cppcheck.sh \
        test-io-dir-list.sh
 
-AM_CPPFLAGS = -pedantic -Werror
+AM_CPPFLAGS = -Wall -Werror
 test_io_dir_list_SOURCES = test_io_dir_list.c
 test_psensor_type_to_unit_str_SOURCES = test_psensor_type_to_unit_str.c
 test_psensor_value_to_str_SOURCES = test_psensor_value_to_str.c