[Nice-commit] Nice Makefile,1.138,1.139
Brought to you by:
bonniot
From: <bo...@us...> - 2004-02-21 14:39:28
|
Update of /cvsroot/nice/Nice In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv31338 Modified Files: Makefile Log Message: Add niceunit to the bin dir on unices. Index: Makefile =================================================================== RCS file: /cvsroot/nice/Nice/Makefile,v retrieving revision 1.138 retrieving revision 1.139 diff -C2 -d -r1.138 -r1.139 *** Makefile 18 Feb 2004 16:33:25 -0000 1.138 --- Makefile 21 Feb 2004 14:27:25 -0000 1.139 *************** *** 85,88 **** --- 85,89 ---- ${MANDIR} ${LISPDIR} ${DOCDIR} cp bin/nicec ${BINDIR} + ln -sf nicec ${BINDIR}/niceunit cp share/java/nice.jar ${PREFIX}/share/java/ cp lib/emacs/nice-mode.el lib/emacs/nice-startup.el ${LISPDIR} |