# HG changeset patch # User Kang Seonghoon # Date 1250303762 -32400 # Node ID b25ba12ce3beba7d0eb8aa9ae23360af9dd21a50 # Parent dc71b80ef3dc4fe3608eb8e6d6f1f66a491c8905 updated l.wordpress.com URL scheme diff -r dc71b80ef3dc -r b25ba12ce3be Makefile --- a/Makefile Mon Mar 16 00:02:32 2009 +0900 +++ b/Makefile Sat Aug 15 11:36:02 2009 +0900 @@ -8,7 +8,7 @@ %.html: %.markdown pandoc -f markdown --tab-stop 4 -B template/header.html -A template/footer.html --mimetex=MIMETEXPREFIX -o $@ $< - perl -p -i -e 's|MIMETEXPREFIX\?(.*?)"|$$_=$$1;s@\+@%2B@g;s@&@%26@g;qq@http://l.wordpress.com/latex.php?s=1&latex=$$_" class="math"@|ge' $@ + perl -p -i -e 's|MIMETEXPREFIX\?(.*?)"|$$_=$$1;s@\+@%2B@g;s@&@%26@g;qq@http://l.wordpress.com/latex.php?s=1&bg=ffffff&latex=$$_" class="math"@|ge' $@ template/%.css: wget -q -O $@ $(subst template/,http://new.mearie.org/res/css/,$@)