We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8adc136 commit b95e06bCopy full SHA for b95e06b
.gitignore
@@ -8,7 +8,5 @@ handbook.html
8
*.out
9
archive
10
rules/texfiles/rules.tex
11
-rules/texfiles/*.png
12
-rules/texfiles/*.png.b64
13
.*.sw*
14
build/
Makefile
@@ -22,12 +22,6 @@ history.html: rules/history.html
22
cp rules/history.html history.html
23
24
handbook.html: rules/generate.rb rules/full.txt
25
-handbook.html: $(patsubst %.svg,%.png.b64,$(wildcard rules/texfiles/*.svg))
26
handbook.html:
27
cd rules && ruby generate.rb -T $@
28
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