aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJonas Bernoulli <jonas@bernoul.li>2024-06-07 20:17:04 +0200
committerJonas Bernoulli <jonas@bernoul.li>2024-06-07 20:17:04 +0200
commitfb714e9796350e31b0a7e2b8e155ec75e0136e88 (patch)
tree293f16fe4fa0ce561e4636a971d715c7bbd09f07 /Makefile
parent8891c76610e77d605e5816e319699a0cbcc31b30 (diff)
make: docs: Generate all formats
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 5c31ff1..e62512a 100644
--- a/Makefile
+++ b/Makefile
@@ -22,8 +22,8 @@ help:
$(info make [all] - compile elisp and documentation)
$(info make lisp - compile elisp)
$(info make redo - re-compile elisp)
- $(info make docs - generate info manuals)
- $(info make texi - generate texi manual)
+ $(info make docs - generate all manual formats)
+ $(info make texi - generate texi manuals)
$(info make info - generate info manuals)
$(info make html - generate html manual files)
$(info make html-dir - generate html manual directories)
@@ -78,7 +78,7 @@ lisp:
@$(MAKE) -C test lisp
docs:
- @$(MAKE) -C docs all
+ @$(MAKE) -C docs docs
info:
@$(MAKE) -C docs info