From 1505a0e49a662713ed04690ef5ad6af6018c8ec8 Mon Sep 17 00:00:00 2001 From: tradke Date: Mon, 8 Apr 2002 09:48:56 +0000 Subject: Fix the page numbers in PS files created by "make -ThornGuide". git-svn-id: http://svn.cactuscode.org/flesh/trunk@2696 17b73243-c579-4c4c-a9d2-2d5706c11dac --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') 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 -- cgit v1.2.3