Commit 6ac0131
committed
buildsys: docs: restore clean target
docs clean target was removed in https://github.com/universal-ctags/ctags/pull/4465/changes
We expect that clean target will remove _build/ _ext/__pycache__ directories. `sphinx-build -M clean` command won't do this.
If users don't want to generate docs, it will fail while executing `make clean` if sphinx-build is not installed.
It is unreasonable to force users to install Sphinx, as they may have only executed `make clean`.1 parent e66ac1d commit 6ac0131
2 files changed
Lines changed: 5 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| 10 | + | |
10 | 11 | | |
11 | 12 | | |
12 | 13 | | |
13 | 14 | | |
14 | 15 | | |
15 | | - | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
16 | 20 | | |
17 | 21 | | |
18 | 22 | | |
| |||
Whitespace-only changes.
0 commit comments