chiark
/
gitweb
/
~mdw
/
dnd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from parent 1:
1d95e60
)
make ps files
author
Mark Wooding
<mdw@distorted.org.uk>
Mon, 14 May 2007 17:12:05 +0000
(18:12 +0100)
committer
Mark Wooding
<mdw@distorted.org.uk>
Mon, 14 May 2007 17:12:05 +0000
(18:12 +0100)
Makefile
patch
|
blob
|
blame
|
history
diff --git
a/Makefile
b/Makefile
index 355cf45d6f8284752ec6dd07418da8eef8323688..f0b8948ead15e33303af0e9fcd4ee5e2740c109e 100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-6,8
+6,11
@@
DOCS = \
LATEX = latex
METAPOST = mpost
+DVIPS = dvips
-all: $(patsubst %,%.dvi,$(DOCS)) graph.1
+all: \
+ $(patsubst %,%.ps,$(DOCS)) \
+ graph.1
%.1: %.mp
$(METAPOST) $^
@@
-16,5
+19,8
@@
all: $(patsubst %,%.dvi,$(DOCS)) graph.1
$(LATEX) $^
$(LATEX) $^
+%.ps: %.dvi
+ $(DVIPS) -o $@ $^
+
clean:
rm -f *.dvi *.ps *.log *.aux *.[1-9]