Index: trunk/doc/release.2015/ps1.calibration/Makefile
===================================================================
--- trunk/doc/release.2015/ps1.calibration/Makefile	(revision 39841)
+++ trunk/doc/release.2015/ps1.calibration/Makefile	(revision 39841)
@@ -0,0 +1,19 @@
+# $Id: Makefile,v 1.16 2006-01-16 01:11:40 eugene Exp $
+
+help:
+	@echo "USAGE: make (target)"
+	@echo "  targets:  all calibration"
+
+all: calibration.pdf
+calibration: calibration.pdf
+
+CALIBRATION = calibration.tex 
+
+#       pics/Metadata.ps 
+#       pics/earthrot.ps
+
+calibration.pdf: $(CALIBRATION)
+
+calibration.ps: $(CALIBRATION)
+
+include ../Makefile.Common
