# @(#)sectionMake	1.2	12/12/92
#
# Makefile for subsections of the main Almagest manual section.
# Don't copy this file; use symbolic links instead to link this
# into Makefile for each section.

PTOLEMY       = ../../..
DOCBIN	      = $(PTOLEMY)/doc/bin
PRINTSEC      = printsec
OPTIONS	      = 

print:
	$(DOCBIN)/$(PRINTSEC) -H standalone $(OPTIONS) overall

preview:
	$(DOCBIN)/$(PRINTSEC) -preview -H standalone $(OPTIONS) overall

