Don't run doc files N-up (from fedora core 3)
(Logical change 1.149)
This commit is contained in:
parent
f245d9726b
commit
b7a346bebb
|
|
@ -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) $<
|
||||
|
|
|
|||
Loading…
Reference in New Issue