mirror of
https://github.com/myhdl/myhdl.git
synced 2025-01-24 21:52:56 +08:00
pdf2ps
This commit is contained in:
parent
dca94e7c60
commit
6a28319bad
11
doc/Makefile
11
doc/Makefile
@ -129,7 +129,7 @@ include Makefile.deps
|
||||
|
||||
|
||||
# Main target
|
||||
default: html
|
||||
default: all
|
||||
all: html dvi ps pdf
|
||||
|
||||
dvi: $(DVIFILES)
|
||||
@ -140,10 +140,13 @@ world: ps pdf html distfiles
|
||||
|
||||
|
||||
# Rules to build PostScript and PDF formats
|
||||
.SUFFIXES: .dvi .ps
|
||||
.SUFFIXES: .pdf .dvi .ps
|
||||
|
||||
.dvi.ps:
|
||||
$(DVIPS) -o $@ $<
|
||||
#.dvi.ps:
|
||||
# $(DVIPS) -o $@ $<
|
||||
|
||||
.pdf.ps:
|
||||
pdf2ps $< $@
|
||||
|
||||
|
||||
# Targets for each document:
|
||||
|
Loading…
x
Reference in New Issue
Block a user