[lwatch-cvs] files/doc Makefile.am,1.21,1.22 Makefile.in,1.20,1.21 lwatch.1.in,1.12,1.13
Brought to you by:
arturcz
|
From: <ar...@us...> - 2003-04-04 22:16:41
|
Update of /cvsroot/lwatch/files/doc In directory sc8-pr-cvs1:/tmp/cvs-serv26204/doc Modified Files: Makefile.am Makefile.in lwatch.1.in Log Message: - docbook-utils support Index: Makefile.am =================================================================== RCS file: /cvsroot/lwatch/files/doc/Makefile.am,v retrieving revision 1.21 retrieving revision 1.22 diff -C2 -d -r1.21 -r1.22 *** Makefile.am 24 Mar 2003 13:43:21 -0000 1.21 --- Makefile.am 4 Apr 2003 22:16:34 -0000 1.22 *************** *** 9,13 **** lwatch.1: lwatch.sgml conf.ent.in $(SED) $(sed_prog) < conf.ent.in > conf.ent ! $(dbook2man) lwatch.sgml > lwatch.1 else lwatch.1: lwatch.1.in Makefile --- 9,13 ---- lwatch.1: lwatch.sgml conf.ent.in $(SED) $(sed_prog) < conf.ent.in > conf.ent ! $(dbook2man) lwatch.sgml $(dbook2man_out) else lwatch.1: lwatch.1.in Makefile *************** *** 17,21 **** lwatch.1.in: lwatch.sgml conf.ent.in cp conf.ent.in conf.ent ! $(dbook2man) lwatch.sgml > lwatch.1.in if HAVE_D2M --- 17,21 ---- lwatch.1.in: lwatch.sgml conf.ent.in cp conf.ent.in conf.ent ! $(dbook2man) lwatch.sgml $(dbook2man_out_in) if HAVE_D2M Index: Makefile.in =================================================================== RCS file: /cvsroot/lwatch/files/doc/Makefile.in,v retrieving revision 1.20 retrieving revision 1.21 diff -C2 -d -r1.20 -r1.21 *** Makefile.in 24 Mar 2003 13:43:21 -0000 1.20 --- Makefile.in 4 Apr 2003 22:16:34 -0000 1.21 *************** *** 101,104 **** --- 101,106 ---- datadir = @datadir@ dbook2man = @dbook2man@ + dbook2man_out = @dbook2man_out@ + dbook2man_out_in = @dbook2man_out_in@ exec_prefix = @exec_prefix@ host = @host@ *************** *** 323,327 **** @HAVE_D2M_TRUE@lwatch.1: lwatch.sgml conf.ent.in @HAVE_D2M_TRUE@ $(SED) $(sed_prog) < conf.ent.in > conf.ent ! @HAVE_D2M_TRUE@ $(dbook2man) lwatch.sgml > lwatch.1 @HAVE_D2M_FALSE@lwatch.1: lwatch.1.in Makefile @HAVE_D2M_FALSE@ $(SED) $(sed_prog) < lwatch.1.in > lwatch.1 --- 325,329 ---- @HAVE_D2M_TRUE@lwatch.1: lwatch.sgml conf.ent.in @HAVE_D2M_TRUE@ $(SED) $(sed_prog) < conf.ent.in > conf.ent ! @HAVE_D2M_TRUE@ $(dbook2man) lwatch.sgml $(dbook2man_out) @HAVE_D2M_FALSE@lwatch.1: lwatch.1.in Makefile @HAVE_D2M_FALSE@ $(SED) $(sed_prog) < lwatch.1.in > lwatch.1 *************** *** 329,333 **** lwatch.1.in: lwatch.sgml conf.ent.in cp conf.ent.in conf.ent ! $(dbook2man) lwatch.sgml > lwatch.1.in @HAVE_D2M_TRUE@.PHONY: lwatch.1.in man --- 331,335 ---- lwatch.1.in: lwatch.sgml conf.ent.in cp conf.ent.in conf.ent ! $(dbook2man) lwatch.sgml $(dbook2man_out_in) @HAVE_D2M_TRUE@.PHONY: lwatch.1.in man Index: lwatch.1.in =================================================================== RCS file: /cvsroot/lwatch/files/doc/lwatch.1.in,v retrieving revision 1.12 retrieving revision 1.13 diff -C2 -d -r1.12 -r1.13 *** lwatch.1.in 4 Apr 2003 15:11:40 -0000 1.12 --- lwatch.1.in 4 Apr 2003 22:16:35 -0000 1.13 *************** *** 156,158 **** ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/ ! ...\" created by instant / docbook-to-man, Fri 04 Apr 2003, 16:16 --- 156,158 ---- ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/ ! ...\" created by instant / docbook-to-man, Fri 04 Apr 2003, 23:56 |