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

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

all: MDfields.pdf

MDFIELDS = MDfields.tex

#       pics/Metadata.ps 
#       pics/earthrot.ps

MDfields.pdf: $(MDFIELDS)

MDfields.ps: $(MDFIELDS)

include ../Makefile.Common
