We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 65ec1e9 + 3e1360c commit b00871cCopy full SHA for b00871c
docs/Makefile
@@ -16,12 +16,10 @@ help:
16
17
# Catch-all target: route all unknown targets to Sphinx using the new
18
# "make mode" option. $(O) is meant as a shortcut for $(SPHINXOPTS).
19
-%: Makefile cli/flags.include
+%: Makefile
20
@$(SPHINXBUILD) -M $@ "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS) $(O)
21
+ python3 cli/genflags.py > cli/flags.include
22
23
clean: Makefile
24
25
rm cli/flags.include
-
26
-cli/flags.include:
27
- python3 cli/genflags.py > cli/flags.include
0 commit comments