1
0
mirror of https://github.com/myhdl/myhdl.git synced 2025-01-24 21:52:56 +08:00
This commit is contained in:
jand 2003-07-27 16:38:06 +00:00
parent dca94e7c60
commit 6a28319bad

View File

@ -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: