Last change
on this file was
4ab3397,
checked in by Brian Warner <warner@…>, at 2009-02-22T06:40:54Z
|
docs: move many specification-like documents into specifications/
|
-
Property mode set to
100644
|
File size:
452 bytes
|
Line | |
---|
1 | SOURCES = CHK-hashes.svg file-encoding1.svg file-encoding2.svg \ |
---|
2 | file-encoding3.svg file-encoding4.svg file-encoding5.svg \ |
---|
3 | file-encoding6.svg |
---|
4 | |
---|
5 | PNGS = $(patsubst %.svg,%.png,$(SOURCES)) |
---|
6 | EPSS = $(patsubst %.svg,%.eps,$(SOURCES)) |
---|
7 | |
---|
8 | .PHONY: images-png images-eps |
---|
9 | all: $(PNGS) $(EPSS) |
---|
10 | images-png: $(PNGS) |
---|
11 | images-eps: $(EPSS) |
---|
12 | |
---|
13 | %.png: %.svg |
---|
14 | inkscape -b white -d 90 -D --export-png $@ $< |
---|
15 | %.eps: %.svg |
---|
16 | inkscape --export-eps $@ $< |
---|
17 | |
---|
18 | clean: |
---|
19 | rm -f *.png *.eps |
---|
Note: See
TracBrowser
for help on using the repository browser.