[lwatch-cvs] files/doc Makefile.am,1.15,1.16 Makefile.in,1.13,1.14 conf.ent.in,1.3,1.4 lwatch.sgml,1
Brought to you by:
arturcz
|
From: <ar...@us...> - 2003-03-17 16:58:06
|
Update of /cvsroot/lwatch/files/doc
In directory sc8-pr-cvs1:/tmp/cvs-serv12645/doc
Modified Files:
Makefile.am Makefile.in conf.ent.in lwatch.sgml
Log Message:
- doc/Makefile.am, doc/conf.ent.in doc/lwatch.sgml: path to lwatch binary
in manual taken from autotools variable
- other: automagically regenerated
Index: Makefile.am
===================================================================
RCS file: /cvsroot/lwatch/files/doc/Makefile.am,v
retrieving revision 1.15
retrieving revision 1.16
diff -C2 -d -r1.15 -r1.16
*** Makefile.am 17 Mar 2003 15:30:17 -0000 1.15
--- Makefile.am 17 Mar 2003 16:57:59 -0000 1.16
***************
*** 6,14 ****
if HAVE_D2M
lwatch.1: lwatch.sgml conf.ent.in
! sed "s#@CONFDIR\@#$(sysconfdir)#g" < conf.ent.in > conf.ent
$(dbook2man) lwatch.sgml > lwatch.1
else
lwatch.1: lwatch.1.in Makefile
! sed "s#@CONFDIR\@#$(sysconfdir)#g" < lwatch.1.in > lwatch.1
endif
--- 6,14 ----
if HAVE_D2M
lwatch.1: lwatch.sgml conf.ent.in
! sed -e "s#@CONFDIR\@#$(sysconfdir)#g" -e "s#@BINDIR\@#$(bindir)#g" < conf.ent.in > conf.ent
$(dbook2man) lwatch.sgml > lwatch.1
else
lwatch.1: lwatch.1.in Makefile
! sed -e "s#@CONFDIR\@#$(sysconfdir)#g" -e "s#@BINDIR\@#$(bindir)#g" < lwatch.1.in > lwatch.1
endif
Index: Makefile.in
===================================================================
RCS file: /cvsroot/lwatch/files/doc/Makefile.in,v
retrieving revision 1.13
retrieving revision 1.14
diff -C2 -d -r1.13 -r1.14
*** Makefile.in 17 Mar 2003 15:31:01 -0000 1.13
--- Makefile.in 17 Mar 2003 16:57:59 -0000 1.14
***************
*** 354,361 ****
@HAVE_D2M_TRUE@lwatch.1: lwatch.sgml conf.ent.in
! @HAVE_D2M_TRUE@ sed "s#@CONFDIR\@#$(sysconfdir)#g" < 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 "s#@CONFDIR\@#$(sysconfdir)#g" < lwatch.1.in > lwatch.1
lwatch.1.in: lwatch.sgml conf.ent.in
--- 354,361 ----
@HAVE_D2M_TRUE@lwatch.1: lwatch.sgml conf.ent.in
! @HAVE_D2M_TRUE@ sed -e "s#@CONFDIR\@#$(sysconfdir)#g" -e "s#@BINDIR\@#$(bindir)#g" < 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 -e "s#@CONFDIR\@#$(sysconfdir)#g" -e "s#@BINDIR\@#$(bindir)#g" < lwatch.1.in > lwatch.1
lwatch.1.in: lwatch.sgml conf.ent.in
Index: conf.ent.in
===================================================================
RCS file: /cvsroot/lwatch/files/doc/conf.ent.in,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** conf.ent.in 7 Jan 2003 19:52:44 -0000 1.3
--- conf.ent.in 17 Mar 2003 16:58:00 -0000 1.4
***************
*** 28,29 ****
--- 28,30 ----
-->
<!ENTITY conf "@CONFDIR@/lwatch.conf">
+ <!ENTITY bin "@BINDIR@/lwatch">
Index: lwatch.sgml
===================================================================
RCS file: /cvsroot/lwatch/files/doc/lwatch.sgml,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -d -r1.7 -r1.8
*** lwatch.sgml 4 Feb 2003 23:23:49 -0000 1.7
--- lwatch.sgml 17 Mar 2003 16:58:00 -0000 1.8
***************
*** 140,144 ****
<literallayout>
log { source(src); destination(console_all);};
! destination console_all {program("/usr/bin/lwatch -f- > /dev/tty11"); };
</literallayout>
</para>
--- 140,144 ----
<literallayout>
log { source(src); destination(console_all);};
! destination console_all {program("&bin; -f- > /dev/tty11"); };
</literallayout>
</para>
|