xref: /csrg-svn/old/lisp/man/Makefile (revision 50367)
1*50367Sbostic#	@(#)Makefile	5.2 (Berkeley) 07/01/91
2*50367Sbostic
337240SbosticMAN=	lisp.0 liszt.0 lxref.0
437240Sbostic
537240Sbosticall clean depend lint tags:
637240Sbostic
737240Sbosticcleandir:
837240Sbostic	rm -f ${MAN}
937240Sbostic
1037240Sbosticinstall: ${MAN}
1137240Sbostic	install -c -o bin -g bin -m 444 ${MAN} ${DESTDIR}/usr/man/cat1
12