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

DO_PDFLATEX = 0
DO_BIBTEX = 1

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

all: pdf tgz 
pdf: analysis.pdf
tgz: analysis.tgz

FILES = \
../inputs/astro.sty \
../inputs/code.sty \
../inputs/apj.bst \
../inputs/lib.bib \
peaks.ps \
FWHM.smooth.trend.ps1.ps \
moment.class.ps \
radial.profiles.ps \
analysis.tex

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

include ../Makefile.Common
