From: Jean-Philippe Orsini Date: Sat, 2 Aug 2014 19:59:13 +0000 (+0200) Subject: regenerated build files X-Git-Tag: v1.1.1~37 X-Git-Url: https://git.wpitchoune.net/gitweb/?p=psensor.git;a=commitdiff_plain;h=3d1802083bd3ffda1c18db549aa6e42db299c12a regenerated build files --- diff --git a/Makefile.in b/Makefile.in index 7c91868..2245422 100644 --- a/Makefile.in +++ b/Makefile.in @@ -164,6 +164,7 @@ AMTAR = @AMTAR@ APPINDICATOR_CFLAGS = @APPINDICATOR_CFLAGS@ APPINDICATOR_LIBS = @APPINDICATOR_LIBS@ AR = @AR@ +ASCIIDOC = @ASCIIDOC@ ATASMART_CFLAGS = @ATASMART_CFLAGS@ ATASMART_LIBS = @ATASMART_LIBS@ AUTOCONF = @AUTOCONF@ @@ -890,11 +891,11 @@ uninstall-am: uninstall-desktopDATA uninstall-dist_docDATA uninstall-desktopDATA uninstall-dist_docDATA -README.html: README www/style.css - asciidoc --theme style -a themedir=`pwd`/www -n -a toc README +@ASCIIDOC_TRUE@README.html: README www/style.css +@ASCIIDOC_TRUE@ asciidoc --theme style -a themedir=`pwd`/www -n -a toc README -NEWS.html: NEWS www/style.css - asciidoc --theme style -a themedir=`pwd`/www NEWS +@ASCIIDOC_TRUE@NEWS.html: NEWS www/style.css +@ASCIIDOC_TRUE@ asciidoc --theme style -a themedir=`pwd`/www NEWS # 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. diff --git a/NEWS.html b/NEWS.html index 5610b42..3ff9517 100644 --- a/NEWS.html +++ b/NEWS.html @@ -390,6 +390,41 @@ sensor properties stored in $HOME/.psensor/psensor.cfg instead of GConf.

+
  • +

    +psensor settings stored with dconf. +

    +
  • +
  • +

    +fixed bug: psensor not autostarted when $HOME/.config/autostart does + not exist. +

    +
  • +
  • +

    +added menu separator for the application indicator menu between + sensor items and preferences. +

    +
  • +
  • +

    +fixed check of sensors/error.h. +

    +
  • + + + +
    +

    v1.0.3

    +
    +
      +
    • +

      +fixed bug: psensor not autostarted when $HOME/.config/autostart does + not exist. +

      +
    @@ -2633,7 +2668,7 @@ Fixed BR1: crash when no temperature sensor is available

    diff --git a/config.h.in b/config.h.in index 8f456ae..a10f070 100644 --- a/config.h.in +++ b/config.h.in @@ -96,8 +96,8 @@ /* Remote monitoring enabled */ #undef HAVE_REMOTE_SUPPORT -/* Define to 1 if you have the header file. */ -#undef HAVE_SENSORS_ERRORS_H +/* Define to 1 if you have the header file. */ +#undef HAVE_SENSORS_ERROR_H /* Define to 1 if you have the header file. */ #undef HAVE_SENSORS_SENSORS_H diff --git a/configure b/configure index a345b97..a4aaef4 100755 --- a/configure +++ b/configure @@ -629,6 +629,9 @@ LTLIBOBJS CPPCHECK_FALSE CPPCHECK_TRUE HAVE_CPPCHECK +ASCIIDOC_FALSE +ASCIIDOC_TRUE +ASCIIDOC HELP2MAN GTOP_FALSE GTOP_TRUE @@ -7889,7 +7892,7 @@ _ACEOF fi -for ac_header in sensors/sensors.h sensors/errors.h +for ac_header in sensors/sensors.h sensors/error.h do : as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh` ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default" @@ -9438,6 +9441,52 @@ fi done +# Extract the first word of "asciidoc", so it can be a program name with args. +set dummy asciidoc; ac_word=$2 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +$as_echo_n "checking for $ac_word... " >&6; } +if ${ac_cv_prog_ASCIIDOC+:} false; then : + $as_echo_n "(cached) " >&6 +else + if test -n "$ASCIIDOC"; then + ac_cv_prog_ASCIIDOC="$ASCIIDOC" # Let the user override the test. +else +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + test -z "$as_dir" && as_dir=. + for ac_exec_ext in '' $ac_executable_extensions; do + if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then + ac_cv_prog_ASCIIDOC="yes" + $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 + break 2 + fi +done + done +IFS=$as_save_IFS + +fi +fi +ASCIIDOC=$ac_cv_prog_ASCIIDOC +if test -n "$ASCIIDOC"; then + { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ASCIIDOC" >&5 +$as_echo "$ASCIIDOC" >&6; } +else + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 +$as_echo "no" >&6; } +fi + + + if test -n "$ASCIIDOC"; then + ASCIIDOC_TRUE= + ASCIIDOC_FALSE='#' +else + ASCIIDOC_TRUE='#' + ASCIIDOC_FALSE= +fi + + # Extract the first word of "cppcheck", so it can be a program name with args. set dummy cppcheck; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 @@ -9669,6 +9718,10 @@ if test -z "${GTOP_TRUE}" && test -z "${GTOP_FALSE}"; then as_fn_error $? "conditional \"GTOP\" was never defined. Usually this means the macro was only invoked conditionally." "$LINENO" 5 fi +if test -z "${ASCIIDOC_TRUE}" && test -z "${ASCIIDOC_FALSE}"; then + as_fn_error $? "conditional \"ASCIIDOC\" was never defined. +Usually this means the macro was only invoked conditionally." "$LINENO" 5 +fi if test -z "${CPPCHECK_TRUE}" && test -z "${CPPCHECK_FALSE}"; then as_fn_error $? "conditional \"CPPCHECK\" was never defined. Usually this means the macro was only invoked conditionally." "$LINENO" 5 diff --git a/doc/Makefile.in b/doc/Makefile.in index cc1acfd..e7d5a67 100644 --- a/doc/Makefile.in +++ b/doc/Makefile.in @@ -104,6 +104,7 @@ AMTAR = @AMTAR@ APPINDICATOR_CFLAGS = @APPINDICATOR_CFLAGS@ APPINDICATOR_LIBS = @APPINDICATOR_LIBS@ AR = @AR@ +ASCIIDOC = @ASCIIDOC@ ATASMART_CFLAGS = @ATASMART_CFLAGS@ ATASMART_LIBS = @ATASMART_LIBS@ AUTOCONF = @AUTOCONF@ diff --git a/doc/faq.html b/doc/faq.html index faaf580..14de278 100644 --- a/doc/faq.html +++ b/doc/faq.html @@ -750,7 +750,7 @@ more general, but can be configured to display sensors

    diff --git a/icons/hicolor/14x14/Makefile.in b/icons/hicolor/14x14/Makefile.in index 69f8d70..2f16038 100644 --- a/icons/hicolor/14x14/Makefile.in +++ b/icons/hicolor/14x14/Makefile.in @@ -103,6 +103,7 @@ AMTAR = @AMTAR@ APPINDICATOR_CFLAGS = @APPINDICATOR_CFLAGS@ APPINDICATOR_LIBS = @APPINDICATOR_LIBS@ AR = @AR@ +ASCIIDOC = @ASCIIDOC@ ATASMART_CFLAGS = @ATASMART_CFLAGS@ ATASMART_LIBS = @ATASMART_LIBS@ AUTOCONF = @AUTOCONF@ diff --git a/icons/hicolor/16x16/Makefile.in b/icons/hicolor/16x16/Makefile.in index 3374654..7a0245a 100644 --- a/icons/hicolor/16x16/Makefile.in +++ b/icons/hicolor/16x16/Makefile.in @@ -103,6 +103,7 @@ AMTAR = @AMTAR@ APPINDICATOR_CFLAGS = @APPINDICATOR_CFLAGS@ APPINDICATOR_LIBS = @APPINDICATOR_LIBS@ AR = @AR@ +ASCIIDOC = @ASCIIDOC@ ATASMART_CFLAGS = @ATASMART_CFLAGS@ ATASMART_LIBS = @ATASMART_LIBS@ AUTOCONF = @AUTOCONF@ diff --git a/icons/hicolor/22x22/Makefile.in b/icons/hicolor/22x22/Makefile.in index 3288527..d0a9c67 100644 --- a/icons/hicolor/22x22/Makefile.in +++ b/icons/hicolor/22x22/Makefile.in @@ -103,6 +103,7 @@ AMTAR = @AMTAR@ APPINDICATOR_CFLAGS = @APPINDICATOR_CFLAGS@ APPINDICATOR_LIBS = @APPINDICATOR_LIBS@ AR = @AR@ +ASCIIDOC = @ASCIIDOC@ ATASMART_CFLAGS = @ATASMART_CFLAGS@ ATASMART_LIBS = @ATASMART_LIBS@ AUTOCONF = @AUTOCONF@ diff --git a/icons/hicolor/24x24/Makefile.in b/icons/hicolor/24x24/Makefile.in index b910fe8..9d06b82 100644 --- a/icons/hicolor/24x24/Makefile.in +++ b/icons/hicolor/24x24/Makefile.in @@ -103,6 +103,7 @@ AMTAR = @AMTAR@ APPINDICATOR_CFLAGS = @APPINDICATOR_CFLAGS@ APPINDICATOR_LIBS = @APPINDICATOR_LIBS@ AR = @AR@ +ASCIIDOC = @ASCIIDOC@ ATASMART_CFLAGS = @ATASMART_CFLAGS@ ATASMART_LIBS = @ATASMART_LIBS@ AUTOCONF = @AUTOCONF@ diff --git a/icons/hicolor/32x32/Makefile.in b/icons/hicolor/32x32/Makefile.in index 284659e..35d44c1 100644 --- a/icons/hicolor/32x32/Makefile.in +++ b/icons/hicolor/32x32/Makefile.in @@ -103,6 +103,7 @@ AMTAR = @AMTAR@ APPINDICATOR_CFLAGS = @APPINDICATOR_CFLAGS@ APPINDICATOR_LIBS = @APPINDICATOR_LIBS@ AR = @AR@ +ASCIIDOC = @ASCIIDOC@ ATASMART_CFLAGS = @ATASMART_CFLAGS@ ATASMART_LIBS = @ATASMART_LIBS@ AUTOCONF = @AUTOCONF@ diff --git a/icons/hicolor/48x48/Makefile.in b/icons/hicolor/48x48/Makefile.in index 49c60ec..cec29e9 100644 --- a/icons/hicolor/48x48/Makefile.in +++ b/icons/hicolor/48x48/Makefile.in @@ -103,6 +103,7 @@ AMTAR = @AMTAR@ APPINDICATOR_CFLAGS = @APPINDICATOR_CFLAGS@ APPINDICATOR_LIBS = @APPINDICATOR_LIBS@ AR = @AR@ +ASCIIDOC = @ASCIIDOC@ ATASMART_CFLAGS = @ATASMART_CFLAGS@ ATASMART_LIBS = @ATASMART_LIBS@ AUTOCONF = @AUTOCONF@ diff --git a/icons/hicolor/64x64/Makefile.in b/icons/hicolor/64x64/Makefile.in index 04bc052..23c1f89 100644 --- a/icons/hicolor/64x64/Makefile.in +++ b/icons/hicolor/64x64/Makefile.in @@ -103,6 +103,7 @@ AMTAR = @AMTAR@ APPINDICATOR_CFLAGS = @APPINDICATOR_CFLAGS@ APPINDICATOR_LIBS = @APPINDICATOR_LIBS@ AR = @AR@ +ASCIIDOC = @ASCIIDOC@ ATASMART_CFLAGS = @ATASMART_CFLAGS@ ATASMART_LIBS = @ATASMART_LIBS@ AUTOCONF = @AUTOCONF@ diff --git a/icons/hicolor/scalable/Makefile.in b/icons/hicolor/scalable/Makefile.in index 0fff503..bcb48b2 100644 --- a/icons/hicolor/scalable/Makefile.in +++ b/icons/hicolor/scalable/Makefile.in @@ -103,6 +103,7 @@ AMTAR = @AMTAR@ APPINDICATOR_CFLAGS = @APPINDICATOR_CFLAGS@ APPINDICATOR_LIBS = @APPINDICATOR_LIBS@ AR = @AR@ +ASCIIDOC = @ASCIIDOC@ ATASMART_CFLAGS = @ATASMART_CFLAGS@ ATASMART_LIBS = @ATASMART_LIBS@ AUTOCONF = @AUTOCONF@ diff --git a/icons/ubuntu-mono-dark/apps/22/Makefile.in b/icons/ubuntu-mono-dark/apps/22/Makefile.in index bb399c6..ab92085 100644 --- a/icons/ubuntu-mono-dark/apps/22/Makefile.in +++ b/icons/ubuntu-mono-dark/apps/22/Makefile.in @@ -103,6 +103,7 @@ AMTAR = @AMTAR@ APPINDICATOR_CFLAGS = @APPINDICATOR_CFLAGS@ APPINDICATOR_LIBS = @APPINDICATOR_LIBS@ AR = @AR@ +ASCIIDOC = @ASCIIDOC@ ATASMART_CFLAGS = @ATASMART_CFLAGS@ ATASMART_LIBS = @ATASMART_LIBS@ AUTOCONF = @AUTOCONF@ diff --git a/icons/ubuntu-mono-dark/status/22/Makefile.in b/icons/ubuntu-mono-dark/status/22/Makefile.in index 0d264d8..b75bc92 100644 --- a/icons/ubuntu-mono-dark/status/22/Makefile.in +++ b/icons/ubuntu-mono-dark/status/22/Makefile.in @@ -103,6 +103,7 @@ AMTAR = @AMTAR@ APPINDICATOR_CFLAGS = @APPINDICATOR_CFLAGS@ APPINDICATOR_LIBS = @APPINDICATOR_LIBS@ AR = @AR@ +ASCIIDOC = @ASCIIDOC@ ATASMART_CFLAGS = @ATASMART_CFLAGS@ ATASMART_LIBS = @ATASMART_LIBS@ AUTOCONF = @AUTOCONF@ diff --git a/icons/ubuntu-mono-light/status/22/Makefile.in b/icons/ubuntu-mono-light/status/22/Makefile.in index 9e00ed5..67e56e9 100644 --- a/icons/ubuntu-mono-light/status/22/Makefile.in +++ b/icons/ubuntu-mono-light/status/22/Makefile.in @@ -103,6 +103,7 @@ AMTAR = @AMTAR@ APPINDICATOR_CFLAGS = @APPINDICATOR_CFLAGS@ APPINDICATOR_LIBS = @APPINDICATOR_LIBS@ AR = @AR@ +ASCIIDOC = @ASCIIDOC@ ATASMART_CFLAGS = @ATASMART_CFLAGS@ ATASMART_LIBS = @ATASMART_LIBS@ AUTOCONF = @AUTOCONF@ diff --git a/po/Makefile.in b/po/Makefile.in index f8784da..dd13c40 100644 --- a/po/Makefile.in +++ b/po/Makefile.in @@ -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/psensor/install-sh does not start with $(SHELL), so we add it. +# ${SHELL} /home/jporsini/work/psensor/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/psensor/install-sh -d -install_sh = $(SHELL) ${SHELL} /home/jporsini/work.local/psensor/install-sh +mkinstalldirs = $(SHELL) ${SHELL} /home/jporsini/work/psensor/install-sh -d +install_sh = $(SHELL) ${SHELL} /home/jporsini/work/psensor/install-sh MKDIR_P = /bin/mkdir -p mkdir_p = /bin/mkdir -p diff --git a/po/de.po b/po/de.po index c811ac8..eb12d88 100644 --- a/po/de.po +++ b/po/de.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: psensor 0.7.0.x\n" "Report-Msgid-Bugs-To: jeanfi@gmail.com\n" -"POT-Creation-Date: 2014-06-06 08:27+0200\n" +"POT-Creation-Date: 2014-08-02 18:30+0200\n" "PO-Revision-Date: 2014-04-30 16:48+0100\n" "Last-Translator: Jean-Philippe Orsini \n" "Language-Team: German\n" @@ -18,21 +18,21 @@ msgstr "" "X-Launchpad-Export-Date: 2014-02-11 20:01+0000\n" "X-Generator: Poedit 1.5.4\n" -#: src/cfg.c:515 +#: src/cfg.c:490 #, fuzzy, c-format msgid "Failed to create the directory %s: %s" msgstr "Erzeugen des Webservers ist gescheitert." -#: src/cfg.c:563 +#: src/cfg.c:538 msgid "The configuration file does not exist." msgstr "" -#: src/cfg.c:566 +#: src/cfg.c:541 #, c-format msgid "Failed to parse configuration file: %s" msgstr "" -#: src/cfg.c:591 +#: src/cfg.c:565 #, fuzzy, c-format msgid "Failed to save configuration file %s." msgstr "Aktivieren der Sensorenprotokollierung ist gescheitert." @@ -59,15 +59,15 @@ msgstr "Beenden" msgid "Show" msgstr "Anzeigen" -#: src/glade/psensor.glade:184 +#: src/glade/psensor.glade:190 msgid "Psensor - Temperature Monitor" msgstr "Psensor – Temperaturüberwachung" -#: src/glade/psensor.glade:199 +#: src/glade/psensor.glade:205 msgid "_Psensor" msgstr "_Psensor" -#: src/glade/psensor.glade:246 +#: src/glade/psensor.glade:252 msgid "_Help" msgstr "_Hilfe" diff --git a/po/es.po b/po/es.po index 8a6c9b1..ad6430e 100644 --- a/po/es.po +++ b/po/es.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: psensor\n" "Report-Msgid-Bugs-To: jeanfi@gmail.com\n" -"POT-Creation-Date: 2014-06-06 08:27+0200\n" +"POT-Creation-Date: 2014-08-02 18:30+0200\n" "PO-Revision-Date: 2013-05-12 22:16+0000\n" "Last-Translator: Javier \n" "Language-Team: Spanish \n" @@ -18,21 +18,21 @@ msgstr "" "X-Launchpad-Export-Date: 2013-10-18 06:32+0000\n" "X-Generator: Launchpad (build 16799)\n" -#: src/cfg.c:515 +#: src/cfg.c:490 #, fuzzy, c-format msgid "Failed to create the directory %s: %s" msgstr "Fallo al crear el servidor Web" -#: src/cfg.c:563 +#: src/cfg.c:538 msgid "The configuration file does not exist." msgstr "" -#: src/cfg.c:566 +#: src/cfg.c:541 #, c-format msgid "Failed to parse configuration file: %s" msgstr "" -#: src/cfg.c:591 +#: src/cfg.c:565 #, fuzzy, c-format msgid "Failed to save configuration file %s." msgstr "Error al activar el registro de sensores" @@ -59,15 +59,15 @@ msgstr "Salir" msgid "Show" msgstr "Mostrar" -#: src/glade/psensor.glade:184 +#: src/glade/psensor.glade:190 msgid "Psensor - Temperature Monitor" msgstr "Psensor - Monitor de temperatura" -#: src/glade/psensor.glade:199 +#: src/glade/psensor.glade:205 msgid "_Psensor" msgstr "_Psensor" -#: src/glade/psensor.glade:246 +#: src/glade/psensor.glade:252 msgid "_Help" msgstr "_Ayuda" diff --git a/po/fr.po b/po/fr.po index e3a3583..2815684 100644 --- a/po/fr.po +++ b/po/fr.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: psensor\n" "Report-Msgid-Bugs-To: jeanfi@gmail.com\n" -"POT-Creation-Date: 2014-06-06 08:27+0200\n" +"POT-Creation-Date: 2014-08-02 18:30+0200\n" "PO-Revision-Date: 2013-06-29 15:14+0000\n" "Last-Translator: londumas \n" "Language-Team: French <>\n" @@ -18,21 +18,21 @@ msgstr "" "X-Launchpad-Export-Date: 2013-10-18 06:32+0000\n" "X-Generator: Launchpad (build 16799)\n" -#: src/cfg.c:515 +#: src/cfg.c:490 #, fuzzy, c-format msgid "Failed to create the directory %s: %s" msgstr "Échec de la création du serveur Web." -#: src/cfg.c:563 +#: src/cfg.c:538 msgid "The configuration file does not exist." msgstr "" -#: src/cfg.c:566 +#: src/cfg.c:541 #, c-format msgid "Failed to parse configuration file: %s" msgstr "" -#: src/cfg.c:591 +#: src/cfg.c:565 #, fuzzy, c-format msgid "Failed to save configuration file %s." msgstr "Échec de l'activation de la journalisation des capteurs." @@ -59,15 +59,15 @@ msgstr "Quitter" msgid "Show" msgstr "Afficher" -#: src/glade/psensor.glade:184 +#: src/glade/psensor.glade:190 msgid "Psensor - Temperature Monitor" msgstr "Psensor - Surveillance des températures" -#: src/glade/psensor.glade:199 +#: src/glade/psensor.glade:205 msgid "_Psensor" msgstr "" -#: src/glade/psensor.glade:246 +#: src/glade/psensor.glade:252 msgid "_Help" msgstr "_Aide" diff --git a/po/hu.po b/po/hu.po index 79a3e87..0249796 100644 --- a/po/hu.po +++ b/po/hu.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: psensor\n" "Report-Msgid-Bugs-To: jeanfi@gmail.com\n" -"POT-Creation-Date: 2014-06-06 08:27+0200\n" +"POT-Creation-Date: 2014-08-02 18:30+0200\n" "PO-Revision-Date: 2012-10-29 09:41+0000\n" "Last-Translator: Bence Lukács \n" "Language-Team: Hungarian \n" @@ -19,21 +19,21 @@ msgstr "" "X-Launchpad-Export-Date: 2013-01-21 09:32+0000\n" "X-Generator: Launchpad (build 16430)\n" -#: src/cfg.c:515 +#: src/cfg.c:490 #, fuzzy, c-format msgid "Failed to create the directory %s: %s" msgstr "Nem sikerült létrehozni a webkiszolgálót." -#: src/cfg.c:563 +#: src/cfg.c:538 msgid "The configuration file does not exist." msgstr "" -#: src/cfg.c:566 +#: src/cfg.c:541 #, c-format msgid "Failed to parse configuration file: %s" msgstr "" -#: src/cfg.c:591 +#: src/cfg.c:565 #, fuzzy, c-format msgid "Failed to save configuration file %s." msgstr "Érzékelők naplózásának aktiválása meghiúsult." @@ -60,15 +60,15 @@ msgstr "Kilépés" msgid "Show" msgstr "Megjelenítés" -#: src/glade/psensor.glade:184 +#: src/glade/psensor.glade:190 msgid "Psensor - Temperature Monitor" msgstr "Psensor - hőmérsékletfigyelő" -#: src/glade/psensor.glade:199 +#: src/glade/psensor.glade:205 msgid "_Psensor" msgstr "" -#: src/glade/psensor.glade:246 +#: src/glade/psensor.glade:252 msgid "_Help" msgstr "_Súgó" diff --git a/po/it.po b/po/it.po index 61964cc..103a7e9 100644 --- a/po/it.po +++ b/po/it.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: psensor 0.7.0.x\n" "Report-Msgid-Bugs-To: jeanfi@gmail.com\n" -"POT-Creation-Date: 2014-06-06 08:27+0200\n" +"POT-Creation-Date: 2014-08-02 18:30+0200\n" "PO-Revision-Date: 2013-04-14 16:06+0000\n" "Last-Translator: Diego Pierotto \n" "Language-Team: Italian\n" @@ -18,21 +18,21 @@ msgstr "" "X-Launchpad-Export-Date: 2013-04-20 08:36+0000\n" "X-Generator: Launchpad (build 16567)\n" -#: src/cfg.c:515 +#: src/cfg.c:490 #, fuzzy, c-format msgid "Failed to create the directory %s: %s" msgstr "Impossibile creare il Web server." -#: src/cfg.c:563 +#: src/cfg.c:538 msgid "The configuration file does not exist." msgstr "" -#: src/cfg.c:566 +#: src/cfg.c:541 #, c-format msgid "Failed to parse configuration file: %s" msgstr "" -#: src/cfg.c:591 +#: src/cfg.c:565 #, fuzzy, c-format msgid "Failed to save configuration file %s." msgstr "Attivazione registro dei sensori fallita." @@ -59,15 +59,15 @@ msgstr "Esci" msgid "Show" msgstr "Mostra" -#: src/glade/psensor.glade:184 +#: src/glade/psensor.glade:190 msgid "Psensor - Temperature Monitor" msgstr "Psensor - Monitor temperatura" -#: src/glade/psensor.glade:199 +#: src/glade/psensor.glade:205 msgid "_Psensor" msgstr "_Psensor" -#: src/glade/psensor.glade:246 +#: src/glade/psensor.glade:252 msgid "_Help" msgstr "_Aiuto" diff --git a/po/lv.po b/po/lv.po index a86667c..a99a233 100644 --- a/po/lv.po +++ b/po/lv.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: psensor\n" "Report-Msgid-Bugs-To: jeanfi@gmail.com\n" -"POT-Creation-Date: 2014-06-06 08:27+0200\n" +"POT-Creation-Date: 2014-08-02 18:30+0200\n" "PO-Revision-Date: 2013-10-24 12:32+0000\n" "Last-Translator: tuxmaniack \n" "Language-Team: Latvian \n" @@ -18,21 +18,21 @@ msgstr "" "X-Launchpad-Export-Date: 2014-02-11 20:01+0000\n" "X-Generator: Launchpad (build 16916)\n" -#: src/cfg.c:515 +#: src/cfg.c:490 #, fuzzy, c-format msgid "Failed to create the directory %s: %s" msgstr "Neizdevās izveidot tīmekļa serveri." -#: src/cfg.c:563 +#: src/cfg.c:538 msgid "The configuration file does not exist." msgstr "" -#: src/cfg.c:566 +#: src/cfg.c:541 #, c-format msgid "Failed to parse configuration file: %s" msgstr "" -#: src/cfg.c:591 +#: src/cfg.c:565 #, fuzzy, c-format msgid "Failed to save configuration file %s." msgstr "Neizdevās aktivizēt sensoru žurnalēšanu." @@ -59,15 +59,15 @@ msgstr "Iziet" msgid "Show" msgstr "Rādīt" -#: src/glade/psensor.glade:184 +#: src/glade/psensor.glade:190 msgid "Psensor - Temperature Monitor" msgstr "Psensor - temperatūras pārraugs" -#: src/glade/psensor.glade:199 +#: src/glade/psensor.glade:205 msgid "_Psensor" msgstr "_Psensor" -#: src/glade/psensor.glade:246 +#: src/glade/psensor.glade:252 msgid "_Help" msgstr "_Palīdzība" diff --git a/po/nl.po b/po/nl.po index b08d765..5f79c5b 100644 --- a/po/nl.po +++ b/po/nl.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: psensor\n" "Report-Msgid-Bugs-To: jeanfi@gmail.com\n" -"POT-Creation-Date: 2014-06-06 08:27+0200\n" +"POT-Creation-Date: 2014-08-02 18:30+0200\n" "PO-Revision-Date: 2014-04-07 08:50+0000\n" "Last-Translator: Pjotr12345 \n" "Language-Team: Dutch \n" @@ -18,21 +18,21 @@ msgstr "" "X-Launchpad-Export-Date: 2014-04-09 22:52+0000\n" "X-Generator: Launchpad (build 16976)\n" -#: src/cfg.c:515 +#: src/cfg.c:490 #, fuzzy, c-format msgid "Failed to create the directory %s: %s" msgstr "Kon geen webserver maken." -#: src/cfg.c:563 +#: src/cfg.c:538 msgid "The configuration file does not exist." msgstr "" -#: src/cfg.c:566 +#: src/cfg.c:541 #, c-format msgid "Failed to parse configuration file: %s" msgstr "" -#: src/cfg.c:591 +#: src/cfg.c:565 #, fuzzy, c-format msgid "Failed to save configuration file %s." msgstr "Kon logboeken bijhouden niet inschakelen voor sensoren." @@ -59,15 +59,15 @@ msgstr "Afsluiten" msgid "Show" msgstr "Tonen" -#: src/glade/psensor.glade:184 +#: src/glade/psensor.glade:190 msgid "Psensor - Temperature Monitor" msgstr "Psensor - Temperatuurbewaker" -#: src/glade/psensor.glade:199 +#: src/glade/psensor.glade:205 msgid "_Psensor" msgstr "_Psensor" -#: src/glade/psensor.glade:246 +#: src/glade/psensor.glade:252 msgid "_Help" msgstr "_Hulp" diff --git a/po/psensor.pot b/po/psensor.pot index 85a8151..6947c71 100644 --- a/po/psensor.pot +++ b/po/psensor.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: jeanfi@gmail.com\n" -"POT-Creation-Date: 2014-06-06 08:27+0200\n" +"POT-Creation-Date: 2014-08-02 18:30+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -17,21 +17,21 @@ msgstr "" "Content-Type: text/plain; charset=CHARSET\n" "Content-Transfer-Encoding: 8bit\n" -#: src/cfg.c:515 +#: src/cfg.c:490 #, c-format msgid "Failed to create the directory %s: %s" msgstr "" -#: src/cfg.c:563 +#: src/cfg.c:538 msgid "The configuration file does not exist." msgstr "" -#: src/cfg.c:566 +#: src/cfg.c:541 #, c-format msgid "Failed to parse configuration file: %s" msgstr "" -#: src/cfg.c:591 +#: src/cfg.c:565 #, c-format msgid "Failed to save configuration file %s." msgstr "" @@ -58,15 +58,15 @@ msgstr "" msgid "Show" msgstr "" -#: src/glade/psensor.glade:184 +#: src/glade/psensor.glade:190 msgid "Psensor - Temperature Monitor" msgstr "" -#: src/glade/psensor.glade:199 +#: src/glade/psensor.glade:205 msgid "_Psensor" msgstr "" -#: src/glade/psensor.glade:246 +#: src/glade/psensor.glade:252 msgid "_Help" msgstr "" diff --git a/po/pt_BR.po b/po/pt_BR.po index 0e7c553..05655b9 100644 --- a/po/pt_BR.po +++ b/po/pt_BR.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: psensor 0.7.0.x\n" "Report-Msgid-Bugs-To: jeanfi@gmail.com\n" -"POT-Creation-Date: 2014-06-06 08:27+0200\n" +"POT-Creation-Date: 2014-08-02 18:30+0200\n" "PO-Revision-Date: 2013-09-01 18:54+0000\n" "Last-Translator: Celio Alves \n" "Language-Team: Brazilian Portuguese\n" @@ -18,21 +18,21 @@ msgstr "" "X-Launchpad-Export-Date: 2013-10-18 06:32+0000\n" "X-Generator: Launchpad (build 16799)\n" -#: src/cfg.c:515 +#: src/cfg.c:490 #, fuzzy, c-format msgid "Failed to create the directory %s: %s" msgstr "Falhou ao criar servidor web." -#: src/cfg.c:563 +#: src/cfg.c:538 msgid "The configuration file does not exist." msgstr "" -#: src/cfg.c:566 +#: src/cfg.c:541 #, c-format msgid "Failed to parse configuration file: %s" msgstr "" -#: src/cfg.c:591 +#: src/cfg.c:565 #, c-format msgid "Failed to save configuration file %s." msgstr "" @@ -59,15 +59,15 @@ msgstr "Sair" msgid "Show" msgstr "Mostrar" -#: src/glade/psensor.glade:184 +#: src/glade/psensor.glade:190 msgid "Psensor - Temperature Monitor" msgstr "Psensor - Monitor de temperatura" -#: src/glade/psensor.glade:199 +#: src/glade/psensor.glade:205 msgid "_Psensor" msgstr "_Psensor" -#: src/glade/psensor.glade:246 +#: src/glade/psensor.glade:252 msgid "_Help" msgstr "Ajuda" diff --git a/po/ru.po b/po/ru.po index c1098af..84da85f 100644 --- a/po/ru.po +++ b/po/ru.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: psensor 0.7.0.x\n" "Report-Msgid-Bugs-To: jeanfi@gmail.com\n" -"POT-Creation-Date: 2014-06-06 08:27+0200\n" +"POT-Creation-Date: 2014-08-02 18:30+0200\n" "PO-Revision-Date: 2014-05-20 05:14+0000\n" "Last-Translator: Dmitry Serov \n" "Language-Team: Russian\n" @@ -19,21 +19,21 @@ msgstr "" "X-Launchpad-Export-Date: 2014-06-02 08:08+0000\n" "X-Generator: Launchpad (build 17031)\n" -#: src/cfg.c:515 +#: src/cfg.c:490 #, fuzzy, c-format msgid "Failed to create the directory %s: %s" msgstr "Не удалось создать веб-сервер." -#: src/cfg.c:563 +#: src/cfg.c:538 msgid "The configuration file does not exist." msgstr "" -#: src/cfg.c:566 +#: src/cfg.c:541 #, c-format msgid "Failed to parse configuration file: %s" msgstr "" -#: src/cfg.c:591 +#: src/cfg.c:565 #, fuzzy, c-format msgid "Failed to save configuration file %s." msgstr "Не удалось включить журналирование датчиков." @@ -60,15 +60,15 @@ msgstr "Выход" msgid "Show" msgstr "Показать" -#: src/glade/psensor.glade:184 +#: src/glade/psensor.glade:190 msgid "Psensor - Temperature Monitor" msgstr "Psensor - монитор температуры" -#: src/glade/psensor.glade:199 +#: src/glade/psensor.glade:205 msgid "_Psensor" msgstr "" -#: src/glade/psensor.glade:246 +#: src/glade/psensor.glade:252 msgid "_Help" msgstr "_Справка" diff --git a/po/sl.po b/po/sl.po index 284114e..c4833df 100644 --- a/po/sl.po +++ b/po/sl.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: psensor\n" "Report-Msgid-Bugs-To: jeanfi@gmail.com\n" -"POT-Creation-Date: 2014-06-06 08:27+0200\n" +"POT-Creation-Date: 2014-08-02 18:30+0200\n" "PO-Revision-Date: 2012-04-14 21:02+0000\n" "Last-Translator: Jean-Philippe Orsini \n" "Language-Team: Slovenian \n" @@ -18,21 +18,21 @@ msgstr "" "X-Launchpad-Export-Date: 2012-07-02 08:28+0000\n" "X-Generator: Launchpad (build 15520)\n" -#: src/cfg.c:515 +#: src/cfg.c:490 #, c-format msgid "Failed to create the directory %s: %s" msgstr "" -#: src/cfg.c:563 +#: src/cfg.c:538 msgid "The configuration file does not exist." msgstr "" -#: src/cfg.c:566 +#: src/cfg.c:541 #, c-format msgid "Failed to parse configuration file: %s" msgstr "" -#: src/cfg.c:591 +#: src/cfg.c:565 #, c-format msgid "Failed to save configuration file %s." msgstr "" @@ -59,15 +59,15 @@ msgstr "" msgid "Show" msgstr "" -#: src/glade/psensor.glade:184 +#: src/glade/psensor.glade:190 msgid "Psensor - Temperature Monitor" msgstr "" -#: src/glade/psensor.glade:199 +#: src/glade/psensor.glade:205 msgid "_Psensor" msgstr "" -#: src/glade/psensor.glade:246 +#: src/glade/psensor.glade:252 msgid "_Help" msgstr "" diff --git a/po/sr.po b/po/sr.po index 48ddaf5..49678b6 100644 --- a/po/sr.po +++ b/po/sr.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: psensor\n" "Report-Msgid-Bugs-To: jeanfi@gmail.com\n" -"POT-Creation-Date: 2014-06-06 08:27+0200\n" +"POT-Creation-Date: 2014-08-02 18:30+0200\n" "PO-Revision-Date: 2012-05-03 02:31+0000\n" "Last-Translator: Мирослав Николић \n" "Language-Team: Serbian \n" @@ -18,21 +18,21 @@ msgstr "" "X-Launchpad-Export-Date: 2012-07-02 08:28+0000\n" "X-Generator: Launchpad (build 15520)\n" -#: src/cfg.c:515 +#: src/cfg.c:490 #, c-format msgid "Failed to create the directory %s: %s" msgstr "" -#: src/cfg.c:563 +#: src/cfg.c:538 msgid "The configuration file does not exist." msgstr "" -#: src/cfg.c:566 +#: src/cfg.c:541 #, c-format msgid "Failed to parse configuration file: %s" msgstr "" -#: src/cfg.c:591 +#: src/cfg.c:565 #, c-format msgid "Failed to save configuration file %s." msgstr "" @@ -59,15 +59,15 @@ msgstr "Изађи" msgid "Show" msgstr "" -#: src/glade/psensor.glade:184 +#: src/glade/psensor.glade:190 msgid "Psensor - Temperature Monitor" msgstr "" -#: src/glade/psensor.glade:199 +#: src/glade/psensor.glade:205 msgid "_Psensor" msgstr "" -#: src/glade/psensor.glade:246 +#: src/glade/psensor.glade:252 msgid "_Help" msgstr "" diff --git a/po/sv.po b/po/sv.po index b9eb190..4718be3 100644 --- a/po/sv.po +++ b/po/sv.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: psensor 1.0.0.0\n" "Report-Msgid-Bugs-To: jeanfi@gmail.com\n" -"POT-Creation-Date: 2014-06-06 08:27+0200\n" +"POT-Creation-Date: 2014-08-02 18:30+0200\n" "PO-Revision-Date: 2014-06-01 13:09+0000\n" "Last-Translator: Josef Andersson \n" "Language-Team: Swedish\n" @@ -21,21 +21,21 @@ msgstr "" "X-Generator: Launchpad (build 17031)\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: src/cfg.c:515 +#: src/cfg.c:490 #, fuzzy, c-format msgid "Failed to create the directory %s: %s" msgstr "Misslyckades med att skapa webbserver." -#: src/cfg.c:563 +#: src/cfg.c:538 msgid "The configuration file does not exist." msgstr "" -#: src/cfg.c:566 +#: src/cfg.c:541 #, c-format msgid "Failed to parse configuration file: %s" msgstr "" -#: src/cfg.c:591 +#: src/cfg.c:565 #, fuzzy, c-format msgid "Failed to save configuration file %s." msgstr "Misslyckades med att aktivera sensorloggning." @@ -62,15 +62,15 @@ msgstr "Avsluta" msgid "Show" msgstr "Visa" -#: src/glade/psensor.glade:184 +#: src/glade/psensor.glade:190 msgid "Psensor - Temperature Monitor" msgstr "Psensor - Temperaturövervakare" -#: src/glade/psensor.glade:199 +#: src/glade/psensor.glade:205 msgid "_Psensor" msgstr "_Psensor" -#: src/glade/psensor.glade:246 +#: src/glade/psensor.glade:252 msgid "_Help" msgstr "_Hjälp" diff --git a/po/tr.po b/po/tr.po index 9d51b67..d6585a4 100644 --- a/po/tr.po +++ b/po/tr.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: psensor\n" "Report-Msgid-Bugs-To: jeanfi@gmail.com\n" -"POT-Creation-Date: 2014-06-06 08:27+0200\n" +"POT-Creation-Date: 2014-08-02 18:30+0200\n" "PO-Revision-Date: 2013-11-24 08:42+0000\n" "Last-Translator: İbrahim Çelik \n" "Language-Team: Turkish \n" @@ -18,21 +18,21 @@ msgstr "" "X-Launchpad-Export-Date: 2014-02-11 20:01+0000\n" "X-Generator: Launchpad (build 16916)\n" -#: src/cfg.c:515 +#: src/cfg.c:490 #, fuzzy, c-format msgid "Failed to create the directory %s: %s" msgstr "Web sunucusu oluşturulamadı." -#: src/cfg.c:563 +#: src/cfg.c:538 msgid "The configuration file does not exist." msgstr "" -#: src/cfg.c:566 +#: src/cfg.c:541 #, c-format msgid "Failed to parse configuration file: %s" msgstr "" -#: src/cfg.c:591 +#: src/cfg.c:565 #, fuzzy, c-format msgid "Failed to save configuration file %s." msgstr "Algılayıcıların günlük kaydı etkinleştirilemedi." @@ -59,15 +59,15 @@ msgstr "Çıkış" msgid "Show" msgstr "Göster" -#: src/glade/psensor.glade:184 +#: src/glade/psensor.glade:190 msgid "Psensor - Temperature Monitor" msgstr "Psensor - Sıcaklık Gözlemleyici" -#: src/glade/psensor.glade:199 +#: src/glade/psensor.glade:205 msgid "_Psensor" msgstr "_Psensor" -#: src/glade/psensor.glade:246 +#: src/glade/psensor.glade:252 msgid "_Help" msgstr "_Yardım" diff --git a/po/uk.po b/po/uk.po index 4d4c728..83b1a87 100644 --- a/po/uk.po +++ b/po/uk.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: psensor\n" "Report-Msgid-Bugs-To: jeanfi@gmail.com\n" -"POT-Creation-Date: 2014-06-06 08:27+0200\n" +"POT-Creation-Date: 2014-08-02 18:30+0200\n" "PO-Revision-Date: 2012-10-13 16:24+0000\n" "Last-Translator: Ilya Volchanetskiy \n" "Language-Team: Ukrainian \n" @@ -18,21 +18,21 @@ msgstr "" "X-Launchpad-Export-Date: 2013-01-21 09:32+0000\n" "X-Generator: Launchpad (build 16430)\n" -#: src/cfg.c:515 +#: src/cfg.c:490 #, fuzzy, c-format msgid "Failed to create the directory %s: %s" msgstr "Не вдалося створити веб-сервер." -#: src/cfg.c:563 +#: src/cfg.c:538 msgid "The configuration file does not exist." msgstr "" -#: src/cfg.c:566 +#: src/cfg.c:541 #, c-format msgid "Failed to parse configuration file: %s" msgstr "" -#: src/cfg.c:591 +#: src/cfg.c:565 #, c-format msgid "Failed to save configuration file %s." msgstr "" @@ -59,15 +59,15 @@ msgstr "Вихід" msgid "Show" msgstr "Показати" -#: src/glade/psensor.glade:184 +#: src/glade/psensor.glade:190 msgid "Psensor - Temperature Monitor" msgstr "" -#: src/glade/psensor.glade:199 +#: src/glade/psensor.glade:205 msgid "_Psensor" msgstr "" -#: src/glade/psensor.glade:246 +#: src/glade/psensor.glade:252 msgid "_Help" msgstr "_Довдіка" diff --git a/po/zh_CN.po b/po/zh_CN.po index f6b35f1..80d4e22 100644 --- a/po/zh_CN.po +++ b/po/zh_CN.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: psensor\n" "Report-Msgid-Bugs-To: jeanfi@gmail.com\n" -"POT-Creation-Date: 2014-06-06 08:27+0200\n" +"POT-Creation-Date: 2014-08-02 18:30+0200\n" "PO-Revision-Date: 2014-05-01 13:23+0000\n" "Last-Translator: Wang Dianjin \n" "Language-Team: Chinese (simplified)\n" @@ -18,21 +18,21 @@ msgstr "" "X-Launchpad-Export-Date: 2014-06-02 08:08+0000\n" "X-Generator: Launchpad (build 17031)\n" -#: src/cfg.c:515 +#: src/cfg.c:490 #, fuzzy, c-format msgid "Failed to create the directory %s: %s" msgstr "无法创建网络服务器。" -#: src/cfg.c:563 +#: src/cfg.c:538 msgid "The configuration file does not exist." msgstr "" -#: src/cfg.c:566 +#: src/cfg.c:541 #, c-format msgid "Failed to parse configuration file: %s" msgstr "" -#: src/cfg.c:591 +#: src/cfg.c:565 #, fuzzy, c-format msgid "Failed to save configuration file %s." msgstr "无法激活监测器日志。" @@ -59,15 +59,15 @@ msgstr "退出" msgid "Show" msgstr "显示" -#: src/glade/psensor.glade:184 +#: src/glade/psensor.glade:190 msgid "Psensor - Temperature Monitor" msgstr "Psensor - 温度监视器" -#: src/glade/psensor.glade:199 +#: src/glade/psensor.glade:205 msgid "_Psensor" msgstr "" -#: src/glade/psensor.glade:246 +#: src/glade/psensor.glade:252 msgid "_Help" msgstr "帮助(_H)" diff --git a/src/Makefile.in b/src/Makefile.in index 1eff5d5..a9359de 100644 --- a/src/Makefile.in +++ b/src/Makefile.in @@ -200,6 +200,7 @@ AMTAR = @AMTAR@ APPINDICATOR_CFLAGS = @APPINDICATOR_CFLAGS@ APPINDICATOR_LIBS = @APPINDICATOR_LIBS@ AR = @AR@ +ASCIIDOC = @ASCIIDOC@ ATASMART_CFLAGS = @ATASMART_CFLAGS@ ATASMART_LIBS = @ATASMART_LIBS@ AUTOCONF = @AUTOCONF@ diff --git a/src/glade/Makefile.in b/src/glade/Makefile.in index 89c195b..6611f8e 100644 --- a/src/glade/Makefile.in +++ b/src/glade/Makefile.in @@ -103,6 +103,7 @@ AMTAR = @AMTAR@ APPINDICATOR_CFLAGS = @APPINDICATOR_CFLAGS@ APPINDICATOR_LIBS = @APPINDICATOR_LIBS@ AR = @AR@ +ASCIIDOC = @ASCIIDOC@ ATASMART_CFLAGS = @ATASMART_CFLAGS@ ATASMART_LIBS = @ATASMART_LIBS@ AUTOCONF = @AUTOCONF@ diff --git a/src/lib/Makefile.in b/src/lib/Makefile.in index 96f675d..b15bd9d 100644 --- a/src/lib/Makefile.in +++ b/src/lib/Makefile.in @@ -117,6 +117,7 @@ AMTAR = @AMTAR@ APPINDICATOR_CFLAGS = @APPINDICATOR_CFLAGS@ APPINDICATOR_LIBS = @APPINDICATOR_LIBS@ AR = @AR@ +ASCIIDOC = @ASCIIDOC@ ATASMART_CFLAGS = @ATASMART_CFLAGS@ ATASMART_LIBS = @ATASMART_LIBS@ AUTOCONF = @AUTOCONF@ diff --git a/src/server/Makefile.in b/src/server/Makefile.in index 3a7c7fc..e93f762 100644 --- a/src/server/Makefile.in +++ b/src/server/Makefile.in @@ -129,6 +129,7 @@ AMTAR = @AMTAR@ APPINDICATOR_CFLAGS = @APPINDICATOR_CFLAGS@ APPINDICATOR_LIBS = @APPINDICATOR_LIBS@ AR = @AR@ +ASCIIDOC = @ASCIIDOC@ ATASMART_CFLAGS = @ATASMART_CFLAGS@ ATASMART_LIBS = @ATASMART_LIBS@ AUTOCONF = @AUTOCONF@ diff --git a/tests/Makefile.in b/tests/Makefile.in index 4b61ebb..abf3230 100644 --- a/tests/Makefile.in +++ b/tests/Makefile.in @@ -125,6 +125,7 @@ AMTAR = @AMTAR@ APPINDICATOR_CFLAGS = @APPINDICATOR_CFLAGS@ APPINDICATOR_LIBS = @APPINDICATOR_LIBS@ AR = @AR@ +ASCIIDOC = @ASCIIDOC@ ATASMART_CFLAGS = @ATASMART_CFLAGS@ ATASMART_LIBS = @ATASMART_LIBS@ AUTOCONF = @AUTOCONF@ diff --git a/www/Makefile.in b/www/Makefile.in index 4d94d03..5cb9f10 100644 --- a/www/Makefile.in +++ b/www/Makefile.in @@ -103,6 +103,7 @@ AMTAR = @AMTAR@ APPINDICATOR_CFLAGS = @APPINDICATOR_CFLAGS@ APPINDICATOR_LIBS = @APPINDICATOR_LIBS@ AR = @AR@ +ASCIIDOC = @ASCIIDOC@ ATASMART_CFLAGS = @ATASMART_CFLAGS@ ATASMART_LIBS = @ATASMART_LIBS@ AUTOCONF = @AUTOCONF@