[Tabfmt-cvs] tabfmt Makefile.am,1.4,1.5
Status: Beta
Brought to you by:
joloc
From: Claudio J. <jo...@us...> - 2006-02-07 18:11:12
|
Update of /cvsroot/tabfmt/tabfmt In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv12370 Modified Files: Makefile.am Log Message: (listing, *.ps) Remove targets to invoke enscript. Whitespace cleanup. Index: Makefile.am =================================================================== RCS file: /cvsroot/tabfmt/tabfmt/Makefile.am,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** Makefile.am 26 Jan 2006 21:28:42 -0000 1.4 --- Makefile.am 7 Feb 2006 11:00:51 -0000 1.5 *************** *** 32,42 **** .ChangeLog: ! cd $(top_srcdir) && \ ! if test -d CVS ; then \ ! cvs2cl --fsf --FSF \ ! --usermap .cvsusers \ ! --window 86400 --ignore ChangeLog \ ! --utc --log-opts -d """>2006-01-07 19:53""" && \ ! cat .cvscopying >>ChangeLog ; \ fi --- 32,41 ---- .ChangeLog: ! cd $(top_srcdir) && \ ! if test -d CVS ; then \ ! cvs2cl --fsf --FSF --usermap .cvsusers --ignore ChangeLog \ ! --utc --window 86400 --log-opts -d \ ! """>2006-01-07 19:53""" && \ ! cat .cvscopying >> ChangeLog ; \ fi *************** *** 44,60 **** cd $(PACKAGE)-$(VERSION) && debuild - listing: tabfmt.ps configure.ac.ps Makefile.am.ps - - tabfmt.ps: $(top_srcdir)/src/tabfmt.c - enscript --fancy-header --columns=2 --landscape --highlight \ - --nup=2 --output=$@ --color $< - - configure.ac.ps: $(top_srcdir)/configure.ac - enscript --fancy-header --columns=2 --landscape --highlight=m4 \ - --nup=2 --output=$@ --color $< - - Makefile.am.ps: $(top_srcdir)/Makefile.am - enscript --fancy-header --columns=2 --landscape --highlight=makefile \ - --nup=2 --output=$@ --color $< - ## Makefile.am ends here --- 43,45 ---- |