aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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!–!' {} \;
+ # Remove Emacs backup files
+ find publish -name "*~" -delete