[Tabfmt-cvs] tabfmt Makefile.am,1.3,1.4
Status: Beta
Brought to you by:
joloc
From: Claudio J. <jo...@us...> - 2006-01-26 21:28:52
|
Update of /cvsroot/tabfmt/tabfmt In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv22507 Modified Files: Makefile.am Log Message: (deb) Added rule to make a deb package. Index: Makefile.am =================================================================== RCS file: /cvsroot/tabfmt/tabfmt/Makefile.am,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** Makefile.am 26 Jan 2006 21:17:42 -0000 1.3 --- Makefile.am 26 Jan 2006 21:28:42 -0000 1.4 *************** *** 41,44 **** --- 41,47 ---- fi + deb: distdir + cd $(PACKAGE)-$(VERSION) && debuild + listing: tabfmt.ps configure.ac.ps Makefile.am.ps |