From b7a346bebb158704a2adf9668a74ff29b095e5fc Mon Sep 17 00:00:00 2001 From: "osdl.net!shemminger" Date: Thu, 10 Mar 2005 19:01:36 +0000 Subject: [PATCH] Don't run doc files N-up (from fedora core 3) (Logical change 1.149) --- doc/Makefile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/doc/Makefile b/doc/Makefile index 636b3288..84836a28 100644 --- a/doc/Makefile +++ b/doc/Makefile @@ -42,9 +42,7 @@ print: $(PSFILES) done %.ps: %.dvi - $(DVIPS) $< -o $@.tmp - ./do-psnup $@.tmp $@ $(PAGESIZE) $(PAGESPERPAGE) - rm -f $@.tmp + $(DVIPS) $< -o $@ %.html: %.sgml $(SGML2HTML) $<