[lwatch-cvs] files/doc Makefile.am,1.4,1.5 Makefile.in,1.4,1.5 conf.ent.in,1.1,1.2
Brought to you by:
arturcz
|
From: <os...@pr...> - 2002-11-18 01:02:35
|
Update of /cvsroot/lwatch/files/doc
In directory sc8-pr-cvs1:/tmp/cvs-serv3312/doc
Modified Files:
Makefile.am Makefile.in conf.ent.in
Log Message:
Creating conf.ent from conf.ent.in.
Index: Makefile.am
===================================================================
RCS file: /cvsroot/lwatch/files/doc/Makefile.am,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** Makefile.am 16 Nov 2002 23:18:26 -0000 1.4
--- Makefile.am 18 Nov 2002 01:02:27 -0000 1.5
***************
*** 4,8 ****
if D2M
! lwatch.1: lwatch.sgml
docbook-to-man lwatch.sgml > lwatch.1
endif
--- 4,11 ----
if D2M
! conf.ent: conf.ent.in
! sed "s#CONFDIR#$(sysconfdir)#" < conf.ent.in > conf.ent
!
! lwatch.1: lwatch.sgml conf.ent
docbook-to-man lwatch.sgml > lwatch.1
endif
Index: Makefile.in
===================================================================
RCS file: /cvsroot/lwatch/files/doc/Makefile.in,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** Makefile.in 16 Nov 2002 23:18:26 -0000 1.4
--- Makefile.in 18 Nov 2002 01:02:28 -0000 1.5
***************
*** 256,260 ****
! @D2M_TRUE@lwatch.1: lwatch.sgml
@D2M_TRUE@ docbook-to-man lwatch.sgml > lwatch.1
# Tell versions [3.59,3.63) of GNU make to not export all variables.
--- 256,263 ----
! @D2M...@co...: conf.ent.in
! @D2M_TRUE@ sed "s#CONFDIR#$(sysconfdir)#" < conf.ent.in > conf.ent
!
! @D2M_TRUE@lwatch.1: lwatch.sgml conf.ent
@D2M_TRUE@ docbook-to-man lwatch.sgml > lwatch.1
# Tell versions [3.59,3.63) of GNU make to not export all variables.
Index: conf.ent.in
===================================================================
RCS file: /cvsroot/lwatch/files/doc/conf.ent.in,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** conf.ent.in 30 Sep 2002 10:31:15 -0000 1.1
--- conf.ent.in 18 Nov 2002 01:02:28 -0000 1.2
***************
*** 27,29 ****
$Source$
-->
! <!ENTITY conf "/directory/to/lwatch.conf">
--- 27,29 ----
$Source$
-->
! <!ENTITY conf "CONFDIR/lwatch.conf">
|