aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJonas Bernoulli <jonas@bernoul.li>2024-08-17 09:48:37 +0200
committerJonas Bernoulli <jonas@bernoul.li>2024-08-17 09:48:37 +0200
commit05b2c5e664046eee9e73a1194e52e7d833fa14ad (patch)
tree812bc1bcb2789cf3b739c0a9cb9a95544ed4072c /Makefile
parent07142e2b5b5a8381308535ace8aca1f8cb204b93 (diff)
make texi: Move definition
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 002ff6b..8f8b529 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