From: Jean-Philippe Orsini Date: Sat, 20 Apr 2013 08:29:53 +0000 (+0000) Subject: regenerated doc+build files X-Git-Tag: v0.8.0.5~79 X-Git-Url: http://git.wpitchoune.net/gitweb/?p=psensor.git;a=commitdiff_plain;h=3f36c1de2c5d3236d447685df5f4cde3b00ac038 regenerated doc+build files --- diff --git a/README.html b/README.html index 1d079fb..1f35ebe 100644 --- a/README.html +++ b/README.html @@ -591,14 +591,14 @@ libatasmart-dev make libatasmart-devel libcurl-devel json-c-devel libmicrohttpd-devel help2man libnotify-devel libgtop2-devel make -

For Ubuntu 12.04:

+

For Ubuntu 12.10:

-
sudo apt-get install autoconf automake asciidoc cppcheck gcc gettext
-autopoint libgtk-3-dev libgconf2-dev libnotify-dev libsensors4-dev
-help2man libcurl4-openssl-dev libjson0-dev libmicrohttpd-dev
-libgtop2-dev make perl libunity-dev libgtop2-dev libappindicator-dev
-nvidia-settings
+
sudo apt-get install asciidoc autoconf automake autopoint
+debhelper (>= 9) cppcheck gettext help2man libappindicator3-dev
+libatasmart-dev libcurl4-gnutls-dev libgconf2-dev libgtk-3-dev
+libgtop2-dev libjson0-dev libmicrohttpd-dev libnotify-dev
+libsensors4-dev libunity-dev nvidia-settings perl
@@ -670,7 +670,7 @@ have extracted the ATI ADL SDK. Other steps are indentical.


diff --git a/po/Makefile.in b/po/Makefile.in index 67f82c4..92bf0ff 100644 --- a/po/Makefile.in +++ b/po/Makefile.in @@ -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 diff --git a/tests/Makefile.in b/tests/Makefile.in index 11ed3e8..c1e9f0f 100644 --- a/tests/Makefile.in +++ b/tests/Makefile.in @@ -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