branch: elpa/with-editor
commit 121e87e6c38c45b9c529453b065b0e45a45e25b2
Author: Jonas Bernoulli <[email protected]>
Commit: Jonas Bernoulli <[email protected]>
make: Remove obsolete org-export kludges
---
docs/Makefile | 2 --
1 file changed, 2 deletions(-)
diff --git a/docs/Makefile b/docs/Makefile
index a70c87a47a..0bbd02394f 100644
--- a/docs/Makefile
+++ b/docs/Makefile
@@ -16,8 +16,6 @@ ORG_EVAL += --funcall org-texinfo-export-to-texinfo
texi:
@printf "Generating $(PKG).texi\n"
@$(EMACS) $(ORG_ARGS) $(PKG).org $(ORG_EVAL)
- @printf "\n" >> $(PKG).texi
- @rm -f $(PKG).texi~
%.info: %.texi
@printf "Generating $@\n"