cdrtools/btcflash/Makefile.man
2025-06-15 04:19:58 +08:00

19 lines
662 B
Groff

#ident %W% %E% %Q%
###########################################################################
# Sample makefile for installing manual pages
###########################################################################
SRCROOT= ..
RULESDIR= RULES
include $(SRCROOT)/$(RULESDIR)/rules.top
###########################################################################
MANDIR= man
TARGETMAN= btcflash
MANSECT= $(MANSECT_CMD)
MANSUFFIX= $(MANSUFF_CMD)
MANFILE= btcflash.1
###########################################################################
include $(SRCROOT)/$(RULESDIR)/rules.man
###########################################################################