aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStefan Kangas <skangas@skangas.se>2011-01-28 06:36:02 +0100
committerStefan Kangas <skangas@skangas.se>2011-01-28 06:36:02 +0100
commitcf8180b916d54c065b6bb8d27b1570165c971a2e (patch)
treeacb5e1b904c03698009b93045d73ffa8e59db280
parentf68c720c4e4375a3cdbe18637a3d2aa48d1a4acc (diff)
parent624305e0a92647262aaaeccba2f57eadf8898a12 (diff)
Merge branch 'master' of github.com:skangas/fripost-web
-rw-r--r--Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index ec722c6..26f5bd0 100644
--- a/Makefile
+++ b/Makefile
@@ -6,3 +6,7 @@ fripost-web:
$(EMACS) -batch -L . \
-l "fripost-web.el" \
-eval "(org-publish-project \"fripost-web\")"
+ # UGLY HACK
+ find publish -iname "*.html" -exec perl -pi -e 's!\\ndash!&ndash;!' {} \;
+ # Remove Emacs backup files
+ find publish -name "*~" -delete