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 +-------------------------------------------- 1 file changed, 1 insertion(+), 44 deletions(-) (limited to 'Makefile') 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 -- cgit v1.2.3