diff options
| author | Jonas Bernoulli <jonas@bernoul.li> | 2021-12-26 08:34:00 +0100 |
|---|---|---|
| committer | Jonas Bernoulli <jonas@bernoul.li> | 2021-12-26 08:38:31 +0100 |
| commit | 51c50d8c828b5fac2878b651e2188ad0c6f44184 (patch) | |
| tree | 9c90ce19e177cd46afcc1886bf11553998d36986 /docs/Makefile | |
| parent | abbe17560cd175bb83f06d23763868481e5bb78f (diff) | |
manual: Use updated support for definition commands
Instead of ox-texinfo+.el use the new implementation
that I expect to be merged into Org itself.
Diffstat (limited to 'docs/Makefile')
| -rw-r--r-- | docs/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/docs/Makefile b/docs/Makefile index 4ac8df4..13237ca 100644 --- a/docs/Makefile +++ b/docs/Makefile @@ -7,8 +7,7 @@ info: $(PKG).info dir html: $(PKG).html pdf: $(PKG).pdf -ORG_ARGS = --batch -Q $(ORG_LOAD_PATH) -l ox-texinfo+ -ORG_EVAL = --eval "(setq org-texinfo+-dissolve-noexport-headlines t)" +ORG_ARGS = --batch -Q $(ORG_LOAD_PATH) ORG_EVAL += --eval "(setq indent-tabs-mode nil)" ORG_EVAL += --eval "(setq org-src-preserve-indentation nil)" ORG_EVAL += --funcall org-texinfo-export-to-texinfo |
