mirror of
https://git.proxmox.com/git/mirror_iproute2
synced 2026-01-04 20:53:11 +00:00
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
Block a user