summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorallen <allen@17b73243-c579-4c4c-a9d2-2d5706c11dac>2002-04-27 11:44:46 +0000
committerallen <allen@17b73243-c579-4c4c-a9d2-2d5706c11dac>2002-04-27 11:44:46 +0000
commita0b454c3251caab2676038b3dc47bc244f3cf907 (patch)
tree2372128f45025bb2b1f604d5c48df0833ea6c9c4 /Makefile
parentd657a74117971bae2d5af19b5e178c8dd732df5c (diff)
Patch from Ian Kelley
Write the correct name for the thornguide ps file to screen git-svn-id: http://svn.cactuscode.org/flesh/trunk@2762 17b73243-c579-4c4c-a9d2-2d5706c11dac
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 6cc8ac2d..1093d1d0 100644
--- a/Makefile
+++ b/Makefile
@@ -16,7 +16,7 @@
#
#
# @enddesc
-# @version $Id: Makefile,v 1.135 2002-04-26 21:20:17 allen Exp $
+# @version $Id: Makefile,v 1.136 2002-04-27 11:44:46 allen Exp $
# @@*/
##################################################################################
@@ -962,8 +962,8 @@ $(addsuffix -ThornGuide,$(CONFIGURATIONS)):
if test -r $(CONFIGS_DIR)/$(@:%-ThornGuide=%)/ThornList ; then \
rm -f $(CONFIGS_DIR)/$(@:%-ThornGuide=%)/doc/build/*.*; \
cd $(CONFIGS_DIR)/$(@:%-ThornGuide=%)/doc/build; \
- $(MAKE) -f $(CCTK_HOME)/doc/ThornGuide/Makefile THORNLIST=$(CONFIGS_DIR)/$(@:%-ThornGuide=%)/ThornList CCTK_HOME=$(CCTK_HOME) PERL=$(PERL); \
- cp ThornGuide.ps $(CCTK_HOME)/ThornGuide-$(@:%-ThornGuide=%).ps; \
+ $(MAKE) -f $(CCTK_HOME)/doc/ThornGuide/Makefile THORNLIST=$(CONFIGS_DIR)/$(@:%-ThornGuide=%)/ThornList CCTK_HOME=$(CCTK_HOME) PERL=$(PERL) MASTER_FILE=ThornGuide-$(@:%-ThornGuide=%); \
+ cp ThornGuide-$(@:%-ThornGuide=%).ps $(CCTK_HOME)/ThornGuide-$(@:%-ThornGuide=%).ps; \
fi
@echo " Done."
endif