19 lines
687 B
Plaintext
19 lines
687 B
Plaintext
|
#ident @(#)patcompile.mk3 1.1 15/04/26
|
||
|
###########################################################################
|
||
|
# Sample makefile for installing manual pages
|
||
|
###########################################################################
|
||
|
SRCROOT= ..
|
||
|
RULESDIR= RULES
|
||
|
include $(SRCROOT)/$(RULESDIR)/rules.top
|
||
|
###########################################################################
|
||
|
|
||
|
MANDIR= man
|
||
|
TARGETMAN= patcompile
|
||
|
MANSECT= $(MANSECT_LIB)
|
||
|
MANSUFFIX= $(MANSUFF_LIB)
|
||
|
MANFILE= patcompile.3
|
||
|
|
||
|
###########################################################################
|
||
|
include $(SRCROOT)/$(RULESDIR)/rules.man
|
||
|
###########################################################################
|