aboutsummaryrefslogtreecommitdiff
path: root/doc/Makefile
diff options
context:
space:
mode:
authorjthorn <jthorn@f88db872-0e4f-0410-b76b-b9085cfa78c5>2001-06-14 14:41:55 +0000
committerjthorn <jthorn@f88db872-0e4f-0410-b76b-b9085cfa78c5>2001-06-14 14:41:55 +0000
commit15c0ba0acd8443a2d66f13fd30aadb791fc73820 (patch)
tree22456040d117d7e9d9f3918b5be114c2bf503155 /doc/Makefile
parent21c38eae2df7562de9bbfb907e22fc07ff892bbe (diff)
initial skeleton of documentation
git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@11 f88db872-0e4f-0410-b76b-b9085cfa78c5
Diffstat (limited to 'doc/Makefile')
-rw-r--r--doc/Makefile21
1 files changed, 21 insertions, 0 deletions
diff --git a/doc/Makefile b/doc/Makefile
new file mode 100644
index 0000000..2548627
--- /dev/null
+++ b/doc/Makefile
@@ -0,0 +1,21 @@
+# Makefile for documentation
+# $Id: Makefile,v 1.1 2001-06-14 14:41:54 jthorn Exp $
+
+#
+# Note this Makefile always re-TeXs things, even if the .tex files
+# haven't changed (and similarly for dvips); this ensures that changes
+# to macros, included stuff from other directories, etc, get "used".
+# To implement this, we declare the .dvi and .ps files as "PHONY".
+#
+
+###############################################################################
+
+.PHONY : default
+default : prog
+
+.PHONY : prog prog.dvi prog.ps
+prog : prog.ps
+prog.ps : prog.dvi
+ dvips -f <prog.dvi >prog.ps
+prog.dvi: prog.tex
+ latex prog