[AudioLink-cvs]audiolink Makefile,1.21,1.22
Status: Alpha
Brought to you by:
amitshah
|
From: <ami...@us...> - 2003-12-04 16:21:48
|
Update of /cvsroot/audiolink/audiolink In directory sc8-pr-cvs1:/tmp/cvs-serv11510 Modified Files: Makefile Log Message: install code/audiolink create man page for code/audiolink Index: Makefile =================================================================== RCS file: /cvsroot/audiolink/audiolink/Makefile,v retrieving revision 1.21 retrieving revision 1.22 diff -C2 -d -r1.21 -r1.22 *** Makefile 29 Nov 2003 17:13:06 -0000 1.21 --- Makefile 4 Dec 2003 16:21:45 -0000 1.22 *************** *** 81,84 **** --- 81,85 ---- install code/alfilldb $(BIN) install code/alsearch $(BIN) + install code/audiolink $(BIN) # Generate HTML documentation *************** *** 92,95 **** --- 93,97 ---- $(Q)pod2man --section=$(MANEXT) code/alfilldb $(MAN)/alfilldb.$(MANEXT) $(Q)pod2man --section=$(MANEXT) code/alsearch $(MAN)/alsearch.$(MANEXT) + $(Q)pod2man --section=$(MANEXT) code/audiolink $(MAN)/audiolink.$(MANEXT) # Commit latest and tag the CVS with the release info |