summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorosdl.net!shemminger <osdl.net!shemminger>2005-03-10 19:01:36 +0000
committerosdl.net!shemminger <osdl.net!shemminger>2005-03-10 19:01:36 +0000
commitb7a346bebb158704a2adf9668a74ff29b095e5fc (patch)
tree72f078ac23c9d438f8fe9bb00bb3ffa674d5d4b2 /doc
parentf245d9726beacf11490bcccb025312b55a3f371a (diff)
Don't run doc files N-up (from fedora core 3)
(Logical change 1.149)
Diffstat (limited to 'doc')
-rw-r--r--doc/Makefile4
1 files changed, 1 insertions, 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) $<