[lwatch-cvs] files/doc Makefile.am,1.6,1.7 Makefile.in,1.6,1.7
Brought to you by:
arturcz
|
From: <ar...@us...> - 2003-02-03 23:37:41
|
Update of /cvsroot/lwatch/files/doc In directory sc8-pr-cvs1:/tmp/cvs-serv15728/doc Modified Files: Makefile.am Makefile.in Log Message: - configure.ac: target dist-bzip2, require autoconf 2.57, checking existence of pcre.h - doc/Makefile.am: building lwatch.1 from lwatch.sgml - src/Makefile.am: change variable name (NAGLOWKI -> xh) - other: automagic rebuild Index: Makefile.am =================================================================== RCS file: /cvsroot/lwatch/files/doc/Makefile.am,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** Makefile.am 3 Feb 2003 00:37:55 -0000 1.6 --- Makefile.am 3 Feb 2003 23:37:36 -0000 1.7 *************** *** 1,12 **** ! ##bin_PROGRAMS = lwatch ! man_MANS = lwatch.1 ! EXTRA_DIST = $(man_MANS) CLEANFILES = lwatch.1 conf.ent - ##if D2M conf.ent: conf.ent.in Makefile ! sed "s#@CONFDIR\@#$(sysconfdir)#" < conf.ent.in > conf.ent lwatch.1: lwatch.sgml conf.ent docbook-to-man lwatch.sgml > lwatch.1 - ##endif --- 1,9 ---- ! dist_man_MANS = lwatch.1 ! EXTRA_DIST = lwatch.sgml conf.ent.in CLEANFILES = lwatch.1 conf.ent conf.ent: conf.ent.in Makefile ! sed "s#@CONFDIR\@#$(sysconfdir)#g" < conf.ent.in > conf.ent lwatch.1: lwatch.sgml conf.ent docbook-to-man lwatch.sgml > lwatch.1 Index: Makefile.in =================================================================== RCS file: /cvsroot/lwatch/files/doc/Makefile.in,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** Makefile.in 3 Feb 2003 00:37:55 -0000 1.6 --- Makefile.in 3 Feb 2003 23:37:36 -0000 1.7 *************** *** 107,112 **** sysconfdir = @sysconfdir@ target_alias = @target_alias@ ! man_MANS = lwatch.1 ! EXTRA_DIST = $(man_MANS) CLEANFILES = lwatch.1 conf.ent subdir = doc --- 107,112 ---- sysconfdir = @sysconfdir@ target_alias = @target_alias@ ! dist_man_MANS = lwatch.1 ! EXTRA_DIST = lwatch.sgml conf.ent.in CLEANFILES = lwatch.1 conf.ent subdir = doc *************** *** 117,122 **** NROFF = nroff ! MANS = $(man_MANS) ! DIST_COMMON = Makefile.am Makefile.in all: all-am --- 117,122 ---- NROFF = nroff ! MANS = $(dist_man_MANS) ! DIST_COMMON = $(dist_man_MANS) Makefile.am Makefile.in all: all-am *************** *** 302,306 **** conf.ent: conf.ent.in Makefile ! sed "s#@CONFDIR\@#$(sysconfdir)#" < conf.ent.in > conf.ent lwatch.1: lwatch.sgml conf.ent --- 302,306 ---- conf.ent: conf.ent.in Makefile ! sed "s#@CONFDIR\@#$(sysconfdir)#g" < conf.ent.in > conf.ent lwatch.1: lwatch.sgml conf.ent |