Skip to content

Commit b95e06b

Browse files
committed
Cleanup unneeded svg->png conversion from Makefile.
Obviated by #11.
1 parent 8adc136 commit b95e06b

File tree

2 files changed

+0
-8
lines changed

2 files changed

+0
-8
lines changed

.gitignore

-2
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,5 @@ handbook.html
88
*.out
99
archive
1010
rules/texfiles/rules.tex
11-
rules/texfiles/*.png
12-
rules/texfiles/*.png.b64
1311
.*.sw*
1412
build/

Makefile

-6
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,6 @@ history.html: rules/history.html
2222
cp rules/history.html history.html
2323

2424
handbook.html: rules/generate.rb rules/full.txt
25-
handbook.html: $(patsubst %.svg,%.png.b64,$(wildcard rules/texfiles/*.svg))
2625
handbook.html:
2726
cd rules && ruby generate.rb -T $@
2827
cp rules/handbook.html .
29-
30-
rules/texfiles/%.png : rules/texfiles/%.svg
31-
convert -density 1200 $< $@
32-
%.b64 : %
33-
base64 -w 0 < $< > $@

0 commit comments

Comments
 (0)