[lwatch-cvs] files/doc Makefile.am,1.10,1.11
Brought to you by:
arturcz
|
From: <ar...@us...> - 2003-02-07 10:03:42
|
Update of /cvsroot/lwatch/files/doc In directory sc8-pr-cvs1:/tmp/cvs-serv8911 Modified Files: Makefile.am Log Message: - doc/Makefile.am: missing conf.ent.in from distribution Index: Makefile.am =================================================================== RCS file: /cvsroot/lwatch/files/doc/Makefile.am,v retrieving revision 1.10 retrieving revision 1.11 diff -C2 -d -r1.10 -r1.11 *** Makefile.am 7 Feb 2003 09:58:47 -0000 1.10 --- Makefile.am 7 Feb 2003 10:03:38 -0000 1.11 *************** *** 3,7 **** endif dist_man_MANS = @DISTMAN@ ! EXTRA_DIST = lwatch.sgml CLEANFILES = lwatch.1 conf.ent @DOCMAN@ @DISTMAN@ --- 3,7 ---- endif dist_man_MANS = @DISTMAN@ ! EXTRA_DIST = lwatch.sgml conf.ent.in CLEANFILES = lwatch.1 conf.ent @DOCMAN@ @DISTMAN@ |