From 286c8dbd8d4344f6258a2f47c188a25abf595af3 Mon Sep 17 00:00:00 2001 From: eschnett Date: Tue, 8 May 2012 16:15:10 +0000 Subject: 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 --- Makefile | 45 +-------------------------------------------- doc/FAQ | 6 ++---- doc/UsersGuide.pdf | Bin 790896 -> 790773 bytes doc/UsersGuide/Notes.tex | 3 --- 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 Binary files a/doc/UsersGuide.pdf and b/doc/UsersGuide.pdf 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. -- cgit v1.2.3