[lwatch-cvs] files README,1.15,1.16 TODO,1.19,1.20 configure,1.35,1.36 configure.ac,1.30,1.31
Brought to you by:
arturcz
|
From: <ar...@us...> - 2003-04-05 22:13:52
|
Update of /cvsroot/lwatch/files In directory sc8-pr-cvs1:/tmp/cvs-serv7582 Modified Files: README TODO configure configure.ac Log Message: - docbook2man from docbook-utils produces ugly man page and have been removed Index: README =================================================================== RCS file: /cvsroot/lwatch/files/README,v retrieving revision 1.15 retrieving revision 1.16 diff -C2 -d -r1.15 -r1.16 *** README 4 Apr 2003 22:16:31 -0000 1.15 --- README 5 Apr 2003 22:13:49 -0000 1.16 *************** *** 29,37 **** supports docbook-to-man available at: http://www.oasis-open.org/docbook/tools/dtm/docbook-to-man.tar.gz ! If not found configure tries to use docbook2man (from docbook-utils package). ! You should know that docbook2man 0.6.12 produces manual file which looks ! ugly: breaking spaces between arguments and square brackets. So you ! can use it for yourself but DO NOT use it for packaging. ! You have been warned. Log Watcher uses getopt_long function. Some unices have it included --- 29,35 ---- supports docbook-to-man available at: http://www.oasis-open.org/docbook/tools/dtm/docbook-to-man.tar.gz ! ! docbook2man from docbook-utils are not supported and I am not sure ! that I do it. Log Watcher uses getopt_long function. Some unices have it included Index: TODO =================================================================== RCS file: /cvsroot/lwatch/files/TODO,v retrieving revision 1.19 retrieving revision 1.20 diff -C2 -d -r1.19 -r1.20 *** TODO 4 Apr 2003 22:23:35 -0000 1.19 --- TODO 5 Apr 2003 22:13:49 -0000 1.20 *************** *** 4,8 **** Now (for 0.3): - full color support (dark and light colors) - - add --with-docbook-utils to ./configure Later: --- 4,7 ---- Index: configure =================================================================== RCS file: /cvsroot/lwatch/files/configure,v retrieving revision 1.35 retrieving revision 1.36 diff -C2 -d -r1.35 -r1.36 *** configure 4 Apr 2003 22:16:32 -0000 1.35 --- configure 5 Apr 2003 22:13:49 -0000 1.36 *************** *** 1,4 **** #! /bin/sh ! # From configure.ac Revision: 1.29 . # Guess values for system-dependent variables and create Makefiles. # Generated by GNU Autoconf 2.57 for lwatch 0.2. --- 1,4 ---- #! /bin/sh ! # From configure.ac Revision: 1.30 . # Guess values for system-dependent variables and create Makefiles. # Generated by GNU Autoconf 2.57 for lwatch 0.2. *************** *** 3200,3203 **** --- 3200,3225 ---- fi + #AC_PATH_PROG(dbook2man,[docbook-to-man],[no]) + #if test "$dbook2man" = "no"; then + # unset ac_cv_path_dbook2man + # AC_PATH_PROG(dbook2man,[docbook2man],[no]) + # if test "$dbook2man" = "no"; then + # AC_MSG_WARN([docbook-to-man not found, using lwatch.1.in stub]) + # else + # dbook2man_out="" + # dbook2man_out_in="&& mv -f lwatch.1 lwatch.1.in" + # AC_MSG_WARN([you could have bad formatted manual page, see README for details]) + # sleep 5 + # fi + #else + # dbook2man_out="> lwatch.1" + # dbook2man_out_in="> lwatch.1.in" + #fi + #AC_SUBST(dbook2man_out) + #AC_SUBST(dbook2man_out_in) + #if test "$dbook2man" != "no"; then + # AC_MSG_NOTICE([sgml->man: ${dbook2man} lwatch.sgml ${dbook2man_out}]) + #fi + # Extract the first word of "docbook-to-man", so it can be a program name with args. set dummy docbook-to-man; ac_word=$2 *************** *** 3241,3303 **** if test "$dbook2man" = "no"; then ! unset ac_cv_path_dbook2man ! # Extract the first word of "docbook2man", so it can be a program name with args. ! set dummy docbook2man; ac_word=$2 ! echo "$as_me:$LINENO: checking for $ac_word" >&5 ! echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 ! if test "${ac_cv_path_dbook2man+set}" = set; then ! echo $ECHO_N "(cached) $ECHO_C" >&6 ! else ! case $dbook2man in ! [\\/]* | ?:[\\/]*) ! ac_cv_path_dbook2man="$dbook2man" # Let the user override the test with a path. ! ;; ! *) ! 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_executable_p "$as_dir/$ac_word$ac_exec_ext"; then ! ac_cv_path_dbook2man="$as_dir/$ac_word$ac_exec_ext" ! echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 ! break 2 ! fi ! done ! done ! ! test -z "$ac_cv_path_dbook2man" && ac_cv_path_dbook2man="no" ! ;; ! esac ! fi ! dbook2man=$ac_cv_path_dbook2man ! ! if test -n "$dbook2man"; then ! echo "$as_me:$LINENO: result: $dbook2man" >&5 ! echo "${ECHO_T}$dbook2man" >&6 ! else ! echo "$as_me:$LINENO: result: no" >&5 ! echo "${ECHO_T}no" >&6 ! fi ! ! if test "$dbook2man" = "no"; then ! { echo "$as_me:$LINENO: WARNING: docbook-to-man not found, using lwatch.1.in stub" >&5 echo "$as_me: WARNING: docbook-to-man not found, using lwatch.1.in stub" >&2;} - else - dbook2man_out="" - dbook2man_out_in="&& mv -f lwatch.1 lwatch.1.in" - { echo "$as_me:$LINENO: WARNING: you could have bad formatted manual page, see README for details" >&5 - echo "$as_me: WARNING: you could have bad formatted manual page, see README for details" >&2;} - sleep 5 - fi else ! dbook2man_out="> lwatch.1" ! dbook2man_out_in="> lwatch.1.in" fi if test "$dbook2man" != "no"; then ! { echo "$as_me:$LINENO: sgml->man: ${dbook2man} lwatch.sgml ${dbook2man_out}" >&5 echo "$as_me: sgml->man: ${dbook2man} lwatch.sgml ${dbook2man_out}" >&6;} fi --- 3263,3276 ---- if test "$dbook2man" = "no"; then ! { echo "$as_me:$LINENO: WARNING: docbook-to-man not found, using lwatch.1.in stub" >&5 echo "$as_me: WARNING: docbook-to-man not found, using lwatch.1.in stub" >&2;} else ! dbook2man_out="> lwatch.1" ! dbook2man_out_in="> lwatch.1.in" fi if test "$dbook2man" != "no"; then ! { echo "$as_me:$LINENO: sgml->man: ${dbook2man} lwatch.sgml ${dbook2man_out}" >&5 echo "$as_me: sgml->man: ${dbook2man} lwatch.sgml ${dbook2man_out}" >&6;} fi Index: configure.ac =================================================================== RCS file: /cvsroot/lwatch/files/configure.ac,v retrieving revision 1.30 retrieving revision 1.31 diff -C2 -d -r1.30 -r1.31 *** configure.ac 4 Apr 2003 22:16:34 -0000 1.30 --- configure.ac 5 Apr 2003 22:13:49 -0000 1.31 *************** *** 56,79 **** fi AC_PATH_PROG(dbook2man,[docbook-to-man],[no]) if test "$dbook2man" = "no"; then ! unset ac_cv_path_dbook2man ! AC_PATH_PROG(dbook2man,[docbook2man],[no]) ! if test "$dbook2man" = "no"; then ! AC_MSG_WARN([docbook-to-man not found, using lwatch.1.in stub]) ! else ! dbook2man_out="" ! dbook2man_out_in="&& mv -f lwatch.1 lwatch.1.in" ! AC_MSG_WARN([you could have bad formatted manual page, see README for details]) ! sleep 5 ! fi else ! dbook2man_out="> lwatch.1" ! dbook2man_out_in="> lwatch.1.in" fi AC_SUBST(dbook2man_out) AC_SUBST(dbook2man_out_in) if test "$dbook2man" != "no"; then ! AC_MSG_NOTICE([sgml->man: ${dbook2man} lwatch.sgml ${dbook2man_out}]) fi --- 56,92 ---- fi + #AC_PATH_PROG(dbook2man,[docbook-to-man],[no]) + #if test "$dbook2man" = "no"; then + # unset ac_cv_path_dbook2man + # AC_PATH_PROG(dbook2man,[docbook2man],[no]) + # if test "$dbook2man" = "no"; then + # AC_MSG_WARN([docbook-to-man not found, using lwatch.1.in stub]) + # else + # dbook2man_out="" + # dbook2man_out_in="&& mv -f lwatch.1 lwatch.1.in" + # AC_MSG_WARN([you could have bad formatted manual page, see README for details]) + # sleep 5 + # fi + #else + # dbook2man_out="> lwatch.1" + # dbook2man_out_in="> lwatch.1.in" + #fi + #AC_SUBST(dbook2man_out) + #AC_SUBST(dbook2man_out_in) + #if test "$dbook2man" != "no"; then + # AC_MSG_NOTICE([sgml->man: ${dbook2man} lwatch.sgml ${dbook2man_out}]) + #fi + AC_PATH_PROG(dbook2man,[docbook-to-man],[no]) if test "$dbook2man" = "no"; then ! AC_MSG_WARN([docbook-to-man not found, using lwatch.1.in stub]) else ! dbook2man_out="> lwatch.1" ! dbook2man_out_in="> lwatch.1.in" fi AC_SUBST(dbook2man_out) AC_SUBST(dbook2man_out_in) if test "$dbook2man" != "no"; then ! AC_MSG_NOTICE([sgml->man: ${dbook2man} lwatch.sgml ${dbook2man_out}]) fi |