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) $<