# Athena Documentation Makefile (22 Jan 91 -- kcunning)
#
# To generate the body of the document, type:  kmake doc
# To eliminate extra .1,.2,.3 files when you're done, type:  kmake clean
# To generate the front-matter (title/acknowledgment page), type:  kmake front
# To generate both the body and front-matter, type:  kmake all
# To preview the file (and generate it if needed), type: kmake preview
# To printout the file (and generate it if needed), type:  kmake out

# You need to change the information below for your document.

# 1) Change each entry here to appropriate values for your document:

# Name for the full-doc file (leave out the .olh suffix):

FILE_NAME =	Dialup

# Name of document to use in header/footer (keep it short):

DOC_TITLE =	Dialing into Athena

# Date to use in header/footer (replace with final date):

DOC_DATE =      January 1991



# 2) List the modules in the order they belong together, replacing the .olh
# suffix with the level of head the module should have (1 for Chapters,
# 2 for Sections, 3 for Subsections).  Put a "$(PAGE)" before every new
# chapter.  Remember to include backslashes after every line except the last.

BODY_LIST =		firstname.1 \
		$(PAGE) secondname.1 \
		$(PAGE) thirdname.1 fourthname.2 \
		$(PAGE) fifthname.1 sixthname.2 seventhname.3 \
		$(PAGE) lastname.1
