Permalink
Browse files

Move old image-building files into a directory

  • Loading branch information...
1 parent dc0a545 commit 7d3a56aaadd685e318ab9bf305008e6e572feb18 @brandon-rhodes committed Apr 27, 2015
File renamed without changes.
@@ -4,7 +4,7 @@ TABLE_IMG := $(addsuffix .png, $(basename $(TABLE_HTML)))
tmp.png: tmp.dot $(TABLE_IMG)
dot -Tpng -o tmp.png tmp.dot
-$(TABLE_IMG): %.png: %.html style-table.css
- (echo '<style>'; cat style-table.css; echo '</style>'; cat $<) |\
+$(TABLE_IMG): %.png: %.html ../style-table.css
+ (echo '<style>'; cat ../style-table.css; echo '</style>'; cat $<) |\
wkhtmltoimage - tmp.png && convert -trim tmp.png $@
View
@@ -0,0 +1 @@
+,make-loop ../style-table.css *.html Makefile tmp.dot
File renamed without changes.
File renamed without changes.
View
@@ -1 +0,0 @@
-,make-loop style-table.css *.html Makefile tmp.dot
View
@@ -1,22 +0,0 @@
-
-
-
-
-
-1.
-
-
-
-2.
-
-
-3.
-
-
-4.
-
-
-5.
-
-
-6.

0 comments on commit 7d3a56a

Please sign in to comment.