[lwatch-cvs] files TODO,1.37,1.38 configure.ac,1.44,1.45
Brought to you by:
arturcz
|
From: Artur R. C. <ar...@us...> - 2004-08-14 14:27:21
|
Update of /cvsroot/lwatch/files In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv22204 Modified Files: TODO configure.ac Log Message: Proper handling non existent docbook-to-man. Index: configure.ac =================================================================== RCS file: /cvsroot/lwatch/files/configure.ac,v retrieving revision 1.44 retrieving revision 1.45 diff -C2 -d -r1.44 -r1.45 *** configure.ac 11 Aug 2004 23:02:17 -0000 1.44 --- configure.ac 14 Aug 2004 14:27:07 -0000 1.45 *************** *** 85,89 **** 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=">" --- 85,89 ---- 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 if possible]) else dbook2man_out=">" Index: TODO =================================================================== RCS file: /cvsroot/lwatch/files/TODO,v retrieving revision 1.37 retrieving revision 1.38 diff -C2 -d -r1.37 -r1.38 *** TODO 12 Aug 2004 10:30:32 -0000 1.37 --- TODO 14 Aug 2004 14:27:07 -0000 1.38 *************** *** 3,10 **** Now (for 0.4): - [10:37] <cosurgi> make[1]: *** [lwatch.1.in] Error 127 - [10:37] <cosurgi> no lwatch.sgml lwatch.1.in - [10:37] <cosurgi> make[1]: no: Command not found - - optional syslog support - debug/error messages should be printed to stderr/syslog --- 3,6 ---- |