cdrtools/cdrecord/Makefile.man

19 lines
662 B
Groff
Raw Normal View History

2025-06-15 04:19:58 +08:00
#ident %W% %E% %Q%
###########################################################################
# Sample makefile for installing manual pages
###########################################################################
SRCROOT= ..
RULESDIR= RULES
include $(SRCROOT)/$(RULESDIR)/rules.top
###########################################################################
MANDIR= man
TARGETMAN= cdrecord
MANSECT= $(MANSECT_CMD)
MANSUFFIX= $(MANSUFF_CMD)
MANFILE= cdrecord.1
###########################################################################
include $(SRCROOT)/$(RULESDIR)/rules.man
###########################################################################