cdrtools/libschily/handlecond.mk3
2025-06-15 04:19:58 +08:00

19 lines
687 B
Plaintext

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