summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authortradke <tradke@17b73243-c579-4c4c-a9d2-2d5706c11dac>2002-04-08 09:48:56 +0000
committertradke <tradke@17b73243-c579-4c4c-a9d2-2d5706c11dac>2002-04-08 09:48:56 +0000
commit1505a0e49a662713ed04690ef5ad6af6018c8ec8 (patch)
tree90dd74ecbef6f3f629fd4c82658287010dc0e866 /Makefile
parent5b46a6119490dcb5934fad2810474050ad59ba26 (diff)
Fix the page numbers in PS files created by "make <config>-ThornGuide".
git-svn-id: http://svn.cactuscode.org/flesh/trunk@2696 17b73243-c579-4c4c-a9d2-2d5706c11dac
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 9651d737..63bea3eb 100644
--- a/Makefile
+++ b/Makefile
@@ -16,7 +16,7 @@
#
#
# @enddesc
-# @version $Id: Makefile,v 1.130 2002-03-25 16:01:12 tradke Exp $
+# @version $Id: Makefile,v 1.131 2002-04-08 09:48:56 tradke Exp $
# @@*/
##################################################################################
@@ -973,7 +973,7 @@ $(addsuffix -ThornGuide,$(CONFIGURATIONS)):
latex -interaction=nonstopmode ThornGuide.tex > LATEX_MESSAGES 2>&1; \
latex -interaction=nonstopmode ThornGuide.tex > LATEX_MESSAGES 2>&1; \
echo " Running dvips...."; \
- dvips ./ThornGuide.dvi -o $(CCTK_HOME)/ThornGuide-$(@:%-ThornGuide=%).ps > DVIPS_MESSAGES 2>&1 ; \
+ dvips -f ./ThornGuide.dvi 2> DVIPS_MESSAGES | $(CCTK_HOME)/lib/sbin/FixPageNumbersInPostscript.pl > $(CCTK_HOME)/ThornGuide-$(@:%-ThornGuide=%).ps; \
fi
@echo " Done."
endif