[lwatch-cvs] files/src Makefile.in,1.9,1.10
Brought to you by:
arturcz
|
From: <ar...@us...> - 2003-02-06 23:34:09
|
Update of /cvsroot/lwatch/files/src
In directory sc8-pr-cvs1:/tmp/cvs-serv5251/src
Modified Files:
Makefile.in
Log Message:
- configure.ac, doc/Makefile.am: some magic with manual rebuilding[1]
- other: automagicaly rebuilded
[1] If sources are get from CVS I assume that I'm in maintainter mode.
That's mean some tools (i.e. doxbook-to-man) are available. In this
mode I can create lwatch.1.in from lwatch.sgml, which is manual with
@VARIABLES@.
If sources are get from distributed tarball I assume that I have
lwatch.1.in and I replace all @VARIABLES@ with proper values.
Kinda magic, isn't it?
Index: Makefile.in
===================================================================
RCS file: /cvsroot/lwatch/files/src/Makefile.in,v
retrieving revision 1.9
retrieving revision 1.10
diff -C2 -d -r1.9 -r1.10
*** Makefile.in 4 Feb 2003 23:29:59 -0000 1.9
--- Makefile.in 6 Feb 2003 23:34:05 -0000 1.10
***************
*** 52,55 ****
--- 52,59 ----
DEFS = @DEFS@
DEPDIR = @DEPDIR@
+ DISTMAN = @DISTMAN@
+ DISTRO_FALSE = @DISTRO_FALSE@
+ DISTRO_TRUE = @DISTRO_TRUE@
+ DOCMAN = @DOCMAN@
ECHO_C = @ECHO_C@
ECHO_N = @ECHO_N@
***************
*** 57,60 ****
--- 61,66 ----
EGREP = @EGREP@
EXEEXT = @EXEEXT@
+ HAVE_D2M_FALSE = @HAVE_D2M_FALSE@
+ HAVE_D2M_TRUE = @HAVE_D2M_TRUE@
INSTALL_DATA = @INSTALL_DATA@
INSTALL_PROGRAM = @INSTALL_PROGRAM@
***************
*** 70,73 ****
--- 76,81 ----
LTLIBOBJS = @LTLIBOBJS@
MAKEINFO = @MAKEINFO@
+ MAKE_MAN_FALSE = @MAKE_MAN_FALSE@
+ MAKE_MAN_TRUE = @MAKE_MAN_TRUE@
OBJEXT = @OBJEXT@
PACKAGE = @PACKAGE@
|