19 lines
677 B
Makefile
19 lines
677 B
Makefile
|
#ident %W% %E% %Q%
|
||
|
###########################################################################
|
||
|
# Sample makefile for installing manual pages
|
||
|
###########################################################################
|
||
|
SRCROOT= ../..
|
||
|
RULESDIR= RULES
|
||
|
include $(SRCROOT)/$(RULESDIR)/rules.top
|
||
|
###########################################################################
|
||
|
|
||
|
MANDIR= man
|
||
|
TARGETMAN= makefiles
|
||
|
MANSECT= $(MANSECT_FILEFORM)
|
||
|
MANSUFFIX= $(MANSUFF_FILEFORM)
|
||
|
MANFILE= makefiles.4
|
||
|
|
||
|
###########################################################################
|
||
|
include $(SRCROOT)/$(RULESDIR)/rules.man
|
||
|
###########################################################################
|