[lwatch-cvs] files/doc Makefile.am,1.7,1.8 Makefile.in,1.7,1.8
Brought to you by:
arturcz
|
From: <ar...@us...> - 2003-02-04 23:30:02
|
Update of /cvsroot/lwatch/files/doc
In directory sc8-pr-cvs1:/tmp/cvs-serv11581/doc
Modified Files:
Makefile.am Makefile.in
Log Message:
* configure.ac: add Revision to configure, checking for docbook-to-man,
support for --enable-debug
* doc/Makefile.am: run $(dbook2man) instead docbook-to-man
* Makefile.in, configure, doc/Makefile.in, src/Makefile.in, src/config.h.in:
automagically recreated
Index: Makefile.am
===================================================================
RCS file: /cvsroot/lwatch/files/doc/Makefile.am,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -d -r1.7 -r1.8
*** Makefile.am 3 Feb 2003 23:37:36 -0000 1.7
--- Makefile.am 4 Feb 2003 23:29:58 -0000 1.8
***************
*** 7,9 ****
lwatch.1: lwatch.sgml conf.ent
! docbook-to-man lwatch.sgml > lwatch.1
--- 7,9 ----
lwatch.1: lwatch.sgml conf.ent
! $(dbook2man) lwatch.sgml > lwatch.1
Index: Makefile.in
===================================================================
RCS file: /cvsroot/lwatch/files/doc/Makefile.in,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -d -r1.7 -r1.8
*** Makefile.in 3 Feb 2003 23:37:36 -0000 1.7
--- Makefile.in 4 Feb 2003 23:29:59 -0000 1.8
***************
*** 91,94 ****
--- 91,95 ----
build_alias = @build_alias@
datadir = @datadir@
+ dbook2man = @dbook2man@
exec_prefix = @exec_prefix@
host_alias = @host_alias@
***************
*** 305,309 ****
lwatch.1: lwatch.sgml conf.ent
! docbook-to-man lwatch.sgml > lwatch.1
# 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.
--- 306,310 ----
lwatch.1: lwatch.sgml conf.ent
! $(dbook2man) lwatch.sgml > lwatch.1
# 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.
|