aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorjthorn <jthorn@f88db872-0e4f-0410-b76b-b9085cfa78c5>2006-10-01 18:34:26 +0000
committerjthorn <jthorn@f88db872-0e4f-0410-b76b-b9085cfa78c5>2006-10-01 18:34:26 +0000
commit1273ece49b4bc7308513478d47a266d0c3c42610 (patch)
tree741f1dd1f6a98a4d1244006f8693e9299026b949 /doc
parent847d06a819f0ea9fbe2df7cc8354a5c2abdcb2f8 (diff)
not used any more
git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@1474 f88db872-0e4f-0410-b76b-b9085cfa78c5
Diffstat (limited to 'doc')
-rw-r--r--doc/Makefile61
1 files changed, 0 insertions, 61 deletions
diff --git a/doc/Makefile b/doc/Makefile
deleted file mode 100644
index dadc3b5..0000000
--- a/doc/Makefile
+++ /dev/null
@@ -1,61 +0,0 @@
-# Makefile for documentation
-# $Header: /usr/local/svn/cvs-repositories/numrelcvs/AEIThorns/AHFinderDirect/doc/Makefile,v 1.7 2003-07-31 17:30:20 jthorn Exp $
-
-#
-# ***** main targets *****
-# default latex & dvips everything
-# bib bibtex everything
-# clean remove all machine-generated files
-#
-# ***** targets for rebuilding figures in the thorn guide *****
-# 3patch-cactus run Cactus to generate the data file for the
-# 3patch figure
-# 3patch-gnuplot run gnuplot to generate the postscript file
-# for the 3patch figure
-#
-
-#
-# 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".
-#
-
-###############################################################################
-
-#
-# ***** main targets *****
-#
-
-.PHONY : default
-default : ps
-
-.PHONY : ps
-ps : dvi
- dvips -f <documentation.dvi >documentation.ps
-
-.PHONY : dvi
-dvi :
- latex documentation
-
-.PHONY : bib
-bib :
- bibtex documentation
-
-.PHONY : clean
-clean :
- -rm *.dvi *.ps *.aux *.bbl *.log *.blg
-
-###############################################################################
-
-#
-# ***** targets for rebuilding figures in the thorn guide *****
-#
-
-.PHONY : 3patch-cactus
-3patch-cactus :
- cactus_test-ahfinderdirect 3patch.par 2>&1 | tee 3patch.log
-
-.PHONY : 3patch-gnuplot
-3patch-gnuplot :
- gnuplot 3patch.gnuplot