summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorallen <allen@17b73243-c579-4c4c-a9d2-2d5706c11dac>2003-07-05 14:33:56 +0000
committerallen <allen@17b73243-c579-4c4c-a9d2-2d5706c11dac>2003-07-05 14:33:56 +0000
commitf188c6d4ea5ce149fd8e9401eb7e1dfc9a8e6938 (patch)
treed36058e4e4afc67958656965214b5a689aa03e52 /Makefile
parent2c5ca5d4828ef96145043a466695e95aec786965 (diff)
Split of a "Reference Manual" from the Users Guide. Will update the docs
and different options for this, and add its own directory once we settle on the name of it. Fixes Cactus/1545 git-svn-id: http://svn.cactuscode.org/flesh/trunk@3249 17b73243-c579-4c4c-a9d2-2d5706c11dac
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile22
1 files changed, 21 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 4ed936c6..e7693529 100644
--- a/Makefile
+++ b/Makefile
@@ -16,7 +16,7 @@
#
#
# @enddesc
-# @version $Id: Makefile,v 1.142 2002-10-23 22:01:25 allen Exp $
+# @version $Id: Makefile,v 1.143 2003-07-05 14:33:56 allen Exp $
# @@*/
##################################################################################
@@ -912,6 +912,26 @@ UsersGuide:
@echo " Done."
@echo $(DIVIDER)
+# Make the reference manual
+
+.PHONY: Reference.ps
+Reference.ps: Reference
+
+.PHONY: Reference
+Reference:
+ @echo $(DIVIDER)
+ @echo Creating reference documentation Reference.ps
+ cd doc/UsersGuide; \
+ echo " Running LaTeX...."; \
+ latex -interaction=nonstopmode Reference.tex > LATEX_MESSAGES 2>&1; \
+ latex -interaction=nonstopmode Reference.tex > LATEX_MESSAGES 2>&1; \
+ latex -interaction=nonstopmode Reference.tex > LATEX_MESSAGES 2>&1; \
+ echo " Running dvips...."; \
+ dvips -f ./Reference.dvi 2> DVIPS_MESSAGES | $(CCTK_HOME)/lib/sbin/FixPageNumbersInPostscript.pl > $(CCTK_HOME)/doc/Reference.ps
+ @echo " Reference.ps created in doc directory."
+ @echo " Done."
+ @echo $(DIVIDER)
+
# Make the Maintainers' guide
.PHONY: MaintGuide.ps