diff options
| author | Jonas Bernoulli <jonas@bernoul.li> | 2024-06-07 20:17:04 +0200 |
|---|---|---|
| committer | Jonas Bernoulli <jonas@bernoul.li> | 2024-06-07 20:17:04 +0200 |
| commit | fb714e9796350e31b0a7e2b8e155ec75e0136e88 (patch) | |
| tree | 293f16fe4fa0ce561e4636a971d715c7bbd09f07 /Makefile | |
| parent | 8891c76610e77d605e5816e319699a0cbcc31b30 (diff) | |
make: docs: Generate all formats
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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 |
