[lwatch-cvs] files/doc Makefile.am,1.18,1.19 Makefile.in,1.17,1.18 lwatch.sgml,1.10,1.11
Brought to you by:
arturcz
|
From: <ar...@us...> - 2003-03-22 18:32:17
|
Update of /cvsroot/lwatch/files/doc
In directory sc8-pr-cvs1:/tmp/cvs-serv6267/doc
Modified Files:
Makefile.am Makefile.in lwatch.sgml
Log Message:
- some stuff in manual added
Index: Makefile.am
===================================================================
RCS file: /cvsroot/lwatch/files/doc/Makefile.am,v
retrieving revision 1.18
retrieving revision 1.19
diff -C2 -d -r1.18 -r1.19
*** Makefile.am 18 Mar 2003 16:05:41 -0000 1.18
--- Makefile.am 22 Mar 2003 18:32:03 -0000 1.19
***************
*** 7,10 ****
--- 7,12 ----
$(SED) -e "s#@CONFDIR\@#$(sysconfdir)#g" -e "s#@BINDIR\@#$(bindir)#g" < conf.ent.in > conf.ent
$(dbook2man) lwatch.sgml > lwatch.1
+ @echo -n Press any key
+ @read
else
lwatch.1: lwatch.1.in Makefile
***************
*** 16,20 ****
$(dbook2man) lwatch.sgml > lwatch.1.in
if HAVE_D2M
! .PHONY: lwatch.1.in
endif
--- 18,28 ----
$(dbook2man) lwatch.sgml > lwatch.1.in
+ # for making it easier for me
+ man: lwatch.1
+ man ./lwatch.1
+
if HAVE_D2M
! .PHONY: lwatch.1.in man
! else
! .PHONY: man
endif
Index: Makefile.in
===================================================================
RCS file: /cvsroot/lwatch/files/doc/Makefile.in,v
retrieving revision 1.17
retrieving revision 1.18
diff -C2 -d -r1.17 -r1.18
*** Makefile.in 18 Mar 2003 16:34:49 -0000 1.17
--- Makefile.in 22 Mar 2003 18:32:04 -0000 1.18
***************
*** 321,324 ****
--- 321,326 ----
@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_TRUE@ @echo -n Press any key
+ @HAVE_D2M_TRUE@ @read
@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
***************
*** 328,332 ****
$(dbook2man) lwatch.sgml > lwatch.1.in
! @HAVE_D2M_TRUE@.PHONY: lwatch.1.in
# 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.
--- 330,339 ----
$(dbook2man) lwatch.sgml > lwatch.1.in
! # for making it easier for me
! man: lwatch.1
! man ./lwatch.1
!
! @HAVE_D2M_TRUE@.PHONY: lwatch.1.in man
! @HAVE_D2M_FALSE@.PHONY: man
# 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.
Index: lwatch.sgml
===================================================================
RCS file: /cvsroot/lwatch/files/doc/lwatch.sgml,v
retrieving revision 1.10
retrieving revision 1.11
diff -C2 -d -r1.10 -r1.11
*** lwatch.sgml 22 Mar 2003 17:20:40 -0000 1.10
--- lwatch.sgml 22 Mar 2003 18:32:07 -0000 1.11
***************
*** 98,107 ****
<title>Command line options</title>
<para>
! <itemizedlist>
! <listitem><para>raz</para></listitem>
! <listitem><para>dwa</para></listitem>
! <listitem><para>trzy</para></listitem>
! </itemizedlist>
! Type lwatch -h for options and their description.
</para>
</refsect1>
--- 98,138 ----
<title>Command line options</title>
<para>
! <variablelist>
! <varlistentry>
! <term><option>-C <replaceable>filename</replaceable></option></term>
! <term><option>--config <replaceable>filename</replaceable></option></term>
! <listitem>
! <para>read config from filename instead of &conf;</para>
! </listitem>
! </varlistentry>
! <varlistentry>
! <term><option>-f <replaceable>filename</replaceable></option></term>
! <term><option>--fifo <replaceable>filename</replaceable></option></term>
! <listitem>
! <para>read data from named fifo filename instead of /tmp/test</para>
! </listitem>
! </varlistentry>
! <varlistentry>
! <term><option>-s</option></term>
! <term><option>--show-unparsed</option></term>
! <listitem>
! <para>show unparsed lines like `last message repeated 5 times' or `--- MARK ---'</para>
! </listitem>
! </varlistentry>
! <varlistentry>
! <term><option>-o</option></term>
! <term><option>--omit-rc</option></term>
! <listitem>
! <para>do not read values from config file</para>
! </listitem>
! </varlistentry>
! <varlistentry>
! <term><option>-h</option></term>
! <term><option>--help</option></term>
! <listitem>
! <para>show help about runtime option</para>
! </listitem>
! </varlistentry>
! </variablelist>
</para>
</refsect1>
|