[Nice-commit] Nice Makefile,1.139,1.140
Brought to you by:
bonniot
From: <bo...@us...> - 2004-02-21 15:05:17
|
Update of /cvsroot/nice/Nice In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv3384 Modified Files: Makefile Log Message: Generate the manpage for niceunit. Index: Makefile =================================================================== RCS file: /cvsroot/nice/Nice/Makefile,v retrieving revision 1.139 retrieving revision 1.140 diff -C2 -d -r1.139 -r1.140 *** Makefile 21 Feb 2004 14:27:25 -0000 1.139 --- Makefile 21 Feb 2004 14:53:14 -0000 1.140 *************** *** 89,92 **** --- 89,93 ---- cp lib/emacs/nice-mode.el lib/emacs/nice-startup.el ${LISPDIR} ./bin/nicec --man > ${MANDIR}/nicec.1 + ./bin/niceunit --man > ${MANDIR}/niceunit.1 -groff -mandoc -Thtml ${MANDIR}/nicec.1 > ${DOCDIR}/nicec.html |