Don't run doc files N-up (from fedora core 3)

(Logical change 1.149)
This commit is contained in:
osdl.net!shemminger 2005-03-10 19:01:36 +00:00
parent f245d9726b
commit b7a346bebb

View File

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