19 lines
488 B
Plaintext
19 lines
488 B
Plaintext
# @(#)man6.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= man6
|
|
|
|
#--------------------------------------------------------------------
|
|
|
|
FILES= \
|
|
intro.6 boggletool.6 canfield.6 chess.6 chesstool.6 \
|
|
gammontool.6 gp_demos.6 graphics_demos.6 life.6 sunview_demos.6
|
|
|
|
#--------------------------------------------------------------------
|
|
|
|
include ../Printfile.master
|