33 lines
492 B
Makefile
33 lines
492 B
Makefile
#ident $Revision: 1.6 $
|
|
#
|
|
#
|
|
IDB_PATH=/usr/share/catman/p_man/cat2/standard
|
|
MANPREF=IRIX
|
|
|
|
include $(ROOT)/usr/include/make/mandefs
|
|
|
|
include $(ROOT)/usr/include/make/manrules
|
|
|
|
|
|
install: $(MANPREF)install
|
|
|
|
default: $(MANPREF)default
|
|
|
|
ALLPAGES.sgm: $(MANPREF)ALLPAGES.sgm
|
|
|
|
clean: $(MANPREF)clean
|
|
|
|
clobber: $(MANPREF)clobber
|
|
|
|
tags: $(MANPREF)tags
|
|
|
|
rmtargets: $(MANPREF)rmtargets
|
|
|
|
fluff: $(MANPREF)fluff
|
|
|
|
_force: $(MANPREF)_force
|
|
|
|
|
|
# Language that the manual pages will be build for.
|
|
LANGOPT=c
|