#  @(#)Makefile 1.2 86/10/07 SMI; from UCB 4.1
#
#  Description file for making the section 7 manual page sources.
#
#  NOTE that the list of filenames in the description file must
#  be kept up to date with the actual manual pages.
#
#  Here are some things to note when whacking on the description file.
#  1.  The  intro.7  man page must come first in the list.
#  2.  pages that do  .so  on other pages must not appear in the list.
section.7.sources:
	rm -f ../man0/section.7.sources
#
	cat intro.7  >> ../man0/section.7.sources
#
	cat ascii.7  >> ../man0/section.7.sources
#
#  Note that the eqnchar.7 man page must be preprocessed through eqn first
#
	eqn eqnchar.7  >> ../man0/section.7.sources
#
	cat hier.7  >> ../man0/section.7.sources
#
	cat mailaddr.7 man.7  >> ../man0/section.7.sources
	cat me.7 ms.7  >> ../man0/section.7.sources
