]> git.eshelyaron.com Git - emacs.git/commit
Start the org -> texi conversion while doing byte compilation
authorLars Ingebrigtsen <larsi@gnus.org>
Wed, 1 Jun 2022 11:10:30 +0000 (13:10 +0200)
committerLars Ingebrigtsen <larsi@gnus.org>
Wed, 1 Jun 2022 11:10:37 +0000 (13:10 +0200)
commit21dba5b36439b493652f7ac7d5a7d2d713ad9947
treee7f2f952cae4881223836d244527281287d3d492
parente3ec91232fcdd4d7fe2c48fcdb78b4ac7c6356d5
Start the org -> texi conversion while doing byte compilation

* lisp/Makefile.in (MAIN_FIRST): Compile stuff needed for org ->
texi generation.
(all): Add org-manuals.
(org-manuals): Start org -> texi conversion while we're doing byte
compilation to make things more parallel.  This shaves off about
ten seconds of a "make -j8" build.
lisp/Makefile.in