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.
1 parent c68b0d1 commit 6edff40Copy full SHA for 6edff40
Documentation/Makefile
@@ -375,7 +375,7 @@ technical/api-index.txt: technical/api-index-skel.txt \
375
376
technical/%.html: ASCIIDOC_EXTRA += -a git-relative-html-prefix=../
377
$(patsubst %,%.html,$(API_DOCS) technical/api-index $(TECH_DOCS)): %.html : %.txt \
378
- asciidoc.conf GIT-ASCIIDOCFLAGS
+ $(ASCIIDOC_DEPS)
379
$(QUIET_ASCIIDOC)$(TXT_TO_HTML) $*.txt
380
381
SubmittingPatches.txt: SubmittingPatches
0 commit comments