branch: elpa/git-commit
commit 42e261d2a6b7a277470d6c6b120f5c9770a2a1df
Author: Jonas Bernoulli <[email protected]>
Commit: Jonas Bernoulli <[email protected]>

    make: Remove obsolete org-export kludges
---
 docs/Makefile | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/docs/Makefile b/docs/Makefile
index 0354d98736..6fb53eb260 100644
--- a/docs/Makefile
+++ b/docs/Makefile
@@ -93,11 +93,7 @@ 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~
        @$(EMACS) $(ORG_ARGS) magit-section.org $(ORG_EVAL)
-       @printf "\n" >> magit-section.texi
-       @rm -f magit-section.texi~
 
 authors: AUTHORS.md
 

Reply via email to