[lwatch-cvs] files/doc Makefile.am,1.19,1.20 Makefile.in,1.18,1.19
Brought to you by:
arturcz
|
From: <ar...@us...> - 2003-03-22 18:36:05
|
Update of /cvsroot/lwatch/files/doc In directory sc8-pr-cvs1:/tmp/cvs-serv7668 Modified Files: Makefile.am Makefile.in Log Message: - I don't want this target in CVS Index: Makefile.am =================================================================== RCS file: /cvsroot/lwatch/files/doc/Makefile.am,v retrieving revision 1.19 retrieving revision 1.20 diff -C2 -d -r1.19 -r1.20 *** Makefile.am 22 Mar 2003 18:32:03 -0000 1.19 --- Makefile.am 22 Mar 2003 18:36:00 -0000 1.20 *************** *** 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 --- 7,10 ---- *************** *** 17,24 **** cp conf.ent.in conf.ent $(dbook2man) lwatch.sgml > lwatch.1.in - - # for making it easier for me - man: lwatch.1 - man ./lwatch.1 if HAVE_D2M --- 15,18 ---- Index: Makefile.in =================================================================== RCS file: /cvsroot/lwatch/files/doc/Makefile.in,v retrieving revision 1.18 retrieving revision 1.19 diff -C2 -d -r1.18 -r1.19 *** Makefile.in 22 Mar 2003 18:32:04 -0000 1.18 --- Makefile.in 22 Mar 2003 18:36:00 -0000 1.19 *************** *** 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 --- 321,324 ---- *************** *** 329,336 **** cp conf.ent.in conf.ent $(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 --- 327,330 ---- |