# @(#)domainMakefile	1.6	12/12/92
#
# Makefile for domain sections.  Each domain should make a symbolic
# link from this file to $(PTOLEMY)/src/domains/doc/Makefile.

# The _short suffixes print only 
PTOLEMY       = ../../../..
DOCBIN	      = $(PTOLEMY)/doc/bin
PRINTSEC      = printsec
PRINTDOM      = printdom
OPTIONS       =

print:
	$(DOCBIN)/$(PRINTDOM) $(OPTIONS)

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

preview:
	$(DOCBIN)/$(PRINTDOM) -preview $(OPTIONS)

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