summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoreschnett <eschnett@17b73243-c579-4c4c-a9d2-2d5706c11dac>2012-05-08 16:15:10 +0000
committereschnett <eschnett@17b73243-c579-4c4c-a9d2-2d5706c11dac>2012-05-08 16:15:10 +0000
commit286c8dbd8d4344f6258a2f47c188a25abf595af3 (patch)
tree474f8e437bcda6e5910c550aa7b3e805c3bdd3b6
parent2acb4a982479343c210b0914d760132280dfa524 (diff)
Remove stand-alone ThornGuide make target
Remove the make target that builds the stand-alone, global Thorn Guide. The configuration-specific ThornGuides and the individul ThornDocs remain. git-svn-id: http://svn.cactuscode.org/flesh/trunk@4815 17b73243-c579-4c4c-a9d2-2d5706c11dac
-rw-r--r--Makefile45
-rw-r--r--doc/FAQ6
-rw-r--r--doc/UsersGuide.pdfbin790896 -> 790773 bytes
-rw-r--r--doc/UsersGuide/Notes.tex3
4 files changed, 3 insertions, 51 deletions
diff --git a/Makefile b/Makefile
index 3883c988..61de8c90 100644
--- a/Makefile
+++ b/Makefile
@@ -429,8 +429,6 @@ endif
@echo " ReferenceManual - create reference manual doc/ReferenceManual.pdf."
@echo " ReferenceManualHTML - create reference manual in HTML format in"
@echo " doc/HTML/ReferenceManual/."
- @echo " ThornGuide - create the thorn manual doc/ThornGuide.pdf."
- @echo " ThornGuideHTML - create the thorn manual in HTML format in"
@echo " doc/HTML/ThornGuide/."
@echo " ThornDoc - create documentation for all thorns in doc/ThornDoc."
@echo " ThornDocHTML - create documentation for all thorns in HTML format"
@@ -1193,50 +1191,9 @@ MaintGuideHTML:
@echo " Done."
$(NOTIFY_DIVIDER)
-# Make the ThornGuide
-DOCDIR = $(CCTK_HOME)/doc
-THORNBUILD = $(DOCDIR)/ThornGuide/build
-
-.PHONY: ThornGuide.pdf
-ThornGuide.pdf: ThornGuide
-
-.PHONY: ThornGuide
-ThornGuide:
- $(NOTIFY_DIVIDER)
- @echo Creating thorn documentation ThornGuide.pdf
- rm -rf $(THORNBUILD);
- mkdir $(THORNBUILD);
- cd $(THORNBUILD); \
- $(MAKE) -f $(DOCDIR)/ThornGuide/Makefile DOCBUILDDIR=$(THORNBUILD)
- if test -e "$(THORNBUILD)/ThornGuide.pdf"; then \
- mv "$(THORNBUILD)/ThornGuide.pdf" $(DOCDIR)/ThornGuide.pdf; \
- echo " ThornGuide.pdf created in doc directory."; \
- echo " Done."; \
- fi
- $(NOTIFY_DIVIDER)
-
-.PHONY: ThornGuideHTML
-
-ThornGuideHTML: doc/UsersGuide/bincactus2.ps
- $(NOTIFY_DIVIDER)
- @echo "Creating thorn documentation ThornGuide (HTML)"
- rm -rf $(THORNBUILD);
- mkdir $(THORNBUILD);
- cd $(THORNBUILD); \
- $(CCTK_HOME)/lib/sbin/ConvertFigures; \
- $(MAKE) ThornGuideHTML -f $(DOCDIR)/ThornGuide/Makefile DOCBUILDDIR=doc/ThornGuide/build MASTER_FILE=ThornGuide
- if test -e "$(THORNBUILD)/ThornGuide.html"; then \
- mkdir -p "$(DOCDIR)/HTML/ThornGuide"; \
- mv "$(THORNBUILD)/ThornGuide"*".png" $(DOCDIR)/HTML/ThornGuide; \
- mv "$(THORNBUILD)/ThornGuide"*".html" $(DOCDIR)/HTML/ThornGuide; \
- mv "$(THORNBUILD)/ThornGuide.css" $(DOCDIR)/HTML/ThornGuide; \
- echo " Thorn Guide (HTML) created in doc/HTML/ThornGuide directory."; \
- echo " Done."; \
- fi
- $(NOTIFY_DIVIDER)
-
# Run ThornGuide on a configuration
+DOCDIR = $(CCTK_HOME)/doc
CONFIGNAME = $(@:%-ThornGuide=%)
CONFIGDIR = $(CONFIGS_DIR)/$(CONFIGNAME)
CONFIGOCDIR = $(CONFIGDIR)/doc
diff --git a/doc/FAQ b/doc/FAQ
index 9989fa23..0dd82de4 100644
--- a/doc/FAQ
+++ b/doc/FAQ
@@ -1657,11 +1657,9 @@ Documentation:
G1 How can I build the ThornGuide documentation for single thorns or
arrangements?
- Give the names of the thorns or arrangements on the make line, e.g.
+ gmake ThornDoc
- gmake ThornGuide THORNS="CactusBase/Boundary"
-
- gmake ThornGuide ARRANGEMENTS="CactusBase"
+ gmake ArrangementDoc
G2 I have a configuration with over ten thorns, but when I make the
ThornGuide I only see the first few of them.
diff --git a/doc/UsersGuide.pdf b/doc/UsersGuide.pdf
index c4b90484..d6b36b83 100644
--- a/doc/UsersGuide.pdf
+++ b/doc/UsersGuide.pdf
Binary files differ
diff --git a/doc/UsersGuide/Notes.tex b/doc/UsersGuide/Notes.tex
index d0d897bf..89c40680 100644
--- a/doc/UsersGuide/Notes.tex
+++ b/doc/UsersGuide/Notes.tex
@@ -1080,9 +1080,6 @@ thorn.
\item[\texttt{gmake ThornDoc}] builds the documentation for all thorns.
-\item [\texttt{gmake ThornGuide}] runs LaTeX to produce a copy of the Thorn
-Guide, for all the thorns in the arrangements directory.
-
\item [\texttt{gmake UsersGuide}] runs LaTeX to produce a copy of the Users'
Guide.