]> git.eshelyaron.com Git - emacs.git/commit
Distribute the real source for some doc/misc manuals (bug#45143)
authorGlenn Morris <rgm@gnu.org>
Sat, 27 Feb 2021 03:28:43 +0000 (19:28 -0800)
committerGlenn Morris <rgm@gnu.org>
Sat, 27 Feb 2021 03:36:09 +0000 (19:36 -0800)
commitfddd63f8b854f6bfa91403f69ba694ccb54197bc
tree93352dd94e714f4f84c57cd9e6ecc9f53d7b6922
parent3984044ad3f481b0c67e906a405176ae276dd44d
Distribute the real source for some doc/misc manuals (bug#45143)

* doc/misc/modus-themes.texi, doc/misc/org.texi:
Remove generated files from repository.
* doc/misc/Makefile.in: Add rules for building .texi from .org.
(ORG_SRC, abs_top_builddir, EMACS, emacs):
New variables.
(org_template): New template.
(orgclean): New phony target.
* Makefile.in (info): Depend on lisp.
* lisp/org/ox-texinfo.el (org-texinfo-export-to-texinfo-batch):
New function.
* doc/misc/org.org, doc/misc/org-setup.org: New files.
Import from https://code.orgmode.org d8e8a97a14.
Makefile.in
doc/misc/Makefile.in
doc/misc/modus-themes.texi [deleted file]
doc/misc/org-setup.org [new file with mode: 0644]
doc/misc/org.org [new file with mode: 0644]
doc/misc/org.texi [deleted file]
lisp/org/ox-texinfo.el