diff options
-rw-r--r-- | Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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 |