branch: externals/transient
commit eb6e903b6a1271bdf713dae52c7718a874dec1e2
Author: Jonas Bernoulli <jo...@bernoul.li>
Commit: Jonas Bernoulli <jo...@bernoul.li>

    make: Remove obsolete org-export kludge
---
 docs/Makefile | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/docs/Makefile b/docs/Makefile
index 89104158ad..a30e4cf35e 100644
--- a/docs/Makefile
+++ b/docs/Makefile
@@ -16,8 +16,7 @@ ORG_EVAL += --funcall org-texinfo-export-to-texinfo
 texi:
        @printf "Generating $(PKG).texi\n"
        @$(EMACS) $(ORG_ARGS) $(PKG).org $(ORG_EVAL)
-       @sed -i -e 's/“/``/g' -e "s/”/''/g" -e '$$a\' $(PKG).texi
-       @rm -f $(PKG).texi~
+       @sed -i -e 's/“/``/g' -e "s/”/''/g" -e '$$a\' $(PKG).texi #'
 
 %.info: %.texi
        @printf "Generating $@\n"

Reply via email to