Commit 4e3c27ca authored by Arnaud Legrand's avatar Arnaud Legrand

Useful cleanup

parent ff2a73fc
......@@ -10,3 +10,6 @@ NLINES=10000000
mv $@ $@.bak
html_png_inliner.pl < $@.bak | grep -A $(NLINES) -e '<body>' | grep -B $(NLINES) -e '<div id="postamble" class="status">' | grep -v -e '<body>' -e '<div id="postamble" class="status">' > $@
rm $@.bak
clean:
rm -f *~
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment