18 lines
423 B
Plaintext
18 lines
423 B
Plaintext
# @(#)man7.Printfile.nested 1.1 92/07/30 SMI;
|
|
#
|
|
# Makefile for a Section of the Man Pages.
|
|
#
|
|
# SECTION, DESTDIR and SLUSH are typically passed in from
|
|
# the parent makefile.
|
|
|
|
HERE= man7
|
|
|
|
#--------------------------------------------------------------------
|
|
|
|
FILES= \
|
|
ascii.7 eqnchar.eqn hier.7 mailaddr.7 man.7 me.7 ms.7
|
|
|
|
#--------------------------------------------------------------------
|
|
|
|
include ../Printfile.master
|