# $Id: Makefile,v 1.16 2006-01-16 01:11:40 eugene Exp $

DO_PDFLATEX = 1
DO_BIBTEX = 0

help:
	@echo "USAGE: make (target)"
	@echo "  targets:  all tgz pdf"

all: pdf tgz
tgz: datasystem.tgz
pdf: datasystem.pdf

quick: datasystem.quick.pdf

FILES = \
../inputs/astro.sty \
../inputs/code.sty \
../inputs/apj.bst \
../inputs/lib.bib \
PS1_Data_Analysis_System_Overview.pdf \
skypartition.png \
datasystem.tex

datasystem.pdf: $(FILES)
datasystem.tgz: $(FILES)

DIST_TGT = datasystem.pdf datasystem.ps

include ../Makefile.Common
