From 624305e0a92647262aaaeccba2f57eadf8898a12 Mon Sep 17 00:00:00 2001 From: Stefan Kangas Date: Fri, 21 Jan 2011 11:22:38 +0100 Subject: Makefile fixes: hack to fix \ndash, remove backup files --- Makefile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'Makefile') 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 -- cgit v1.2.3