branch: elpa/git-commit commit 05b2c5e664046eee9e73a1194e52e7d833fa14ad Author: Jonas Bernoulli <jo...@bernoul.li> Commit: Jonas Bernoulli <jo...@bernoul.li>
make texi: Move definition --- Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 002ff6b355..8f8b529409 100644 --- a/Makefile +++ b/Makefile @@ -80,6 +80,9 @@ lisp: docs: @$(MAKE) -C docs docs +texi: + @$(MAKE) -C docs texi + info: @$(MAKE) -C docs info @@ -150,9 +153,6 @@ clean-stats: ## Release management ################################################ -texi: - @$(MAKE) -C docs texi - authors: @$(MAKE) -C docs authors