Skip to content

Commit 6edff40

Browse files
committed
fixup! Makefile: generate doc versions via GIT-VERSION-GEN
1 parent c68b0d1 commit 6edff40

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Documentation/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -375,7 +375,7 @@ technical/api-index.txt: technical/api-index-skel.txt \
375375

376376
technical/%.html: ASCIIDOC_EXTRA += -a git-relative-html-prefix=../
377377
$(patsubst %,%.html,$(API_DOCS) technical/api-index $(TECH_DOCS)): %.html : %.txt \
378-
asciidoc.conf GIT-ASCIIDOCFLAGS
378+
$(ASCIIDOC_DEPS)
379379
$(QUIET_ASCIIDOC)$(TXT_TO_HTML) $*.txt
380380

381381
SubmittingPatches.txt: SubmittingPatches

0 commit comments

Comments
 (0)