[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] externals/compat 28acaaefaf 1/4: Use export_file_name Org export
From: |
ELPA Syncer |
Subject: |
[elpa] externals/compat 28acaaefaf 1/4: Use export_file_name Org export keyword |
Date: |
Fri, 8 Apr 2022 16:57:30 -0400 (EDT) |
branch: externals/compat
commit 28acaaefafaebe162c9c74f172ea6b8d3f607dd9
Author: Jonas Bernoulli <jonas@bernoul.li>
Commit: Philip Kaludercic <philipk@posteo.net>
Use export_file_name Org export keyword
Previously the "texinfo_filename" export keyword that was used
instead. But that only changes the value of the "@setfilename"
command in the texi file but not the actual names of the produced
texi and info files, making it necessary to explicitly rename the
texi file in the Makefile and making it impossible to produce the
info file using "org-export-dispatch".
"export_file_name" doesn't have these problems.
---
MANUAL | 2 +-
Makefile | 1 -
2 files changed, 1 insertion(+), 2 deletions(-)
diff --git a/MANUAL b/MANUAL
index a0e046896a..03e206e5a2 100644
--- a/MANUAL
+++ b/MANUAL
@@ -3,7 +3,7 @@
#+subtitle: For version {{{version}}}
#+author: Philip Kaludercic
#+email: ~pkal/compat-devel@lists.sr.ht
-#+texinfo_filename: compat.info
+#+export_file_name: compat.texi
#+texinfo_dir_category: Emacs
#+texinfo_dir_title: Compat: (compat)
#+texinfo_dir_desc: Compatibility Library for Emacs Lisp
diff --git a/Makefile b/Makefile
index b709849b44..6740ebe426 100644
--- a/Makefile
+++ b/Makefile
@@ -28,7 +28,6 @@ clean:
compat.texi: MANUAL
$(EMACS) -Q --batch $< -f org-texinfo-export-to-texinfo --kill
- mv $<.texi $@
compat.info: compat.texi
$(MAKEINFO) $<