diff options
| -rw-r--r-- | Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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 |
