[AudioLink-cvs]audiolink Makefile,1.23,1.24
Status: Alpha
Brought to you by:
amitshah
|
From: <ami...@us...> - 2003-12-06 14:57:43
|
Update of /cvsroot/audiolink/audiolink In directory sc8-pr-cvs1:/tmp/cvs-serv16566 Modified Files: Makefile Log Message: $(Q)uieten stuff that wasn't. Index: Makefile =================================================================== RCS file: /cvsroot/audiolink/audiolink/Makefile,v retrieving revision 1.23 retrieving revision 1.24 diff -C2 -d -r1.23 -r1.24 *** Makefile 5 Dec 2003 14:27:38 -0000 1.23 --- Makefile 6 Dec 2003 14:57:40 -0000 1.24 *************** *** 81,87 **** # Install it install: prepare_install man ! install code/alfilldb $(BIN) ! install code/alsearch $(BIN) ! install code/audiolink $(BIN) # Generate HTML documentation --- 81,87 ---- # Install it install: prepare_install man ! $(Q)install code/alfilldb $(BIN) ! $(Q)install code/alsearch $(BIN) ! $(Q)install code/audiolink $(BIN) # Generate HTML documentation *************** *** 99,104 **** # Commit latest and tag the CVS with the release info cvs: version ! cvs ci -m "version $(ALVER)" VERSION ! cvs tag rel_$(VERSION)$(SUBLEVEL) #------------------------------------------------------------------------------ --- 99,104 ---- # Commit latest and tag the CVS with the release info cvs: version ! $(Q)cvs ci -m "version $(ALVER)" VERSION ! $(Q)cvs tag rel_$(VERSION)$(SUBLEVEL) #------------------------------------------------------------------------------ |