Skip to content

Commit cd12a0d

Browse files
committed
fixup! chore: add make rules to pull in api docs assets and build antora
1 parent 2235305 commit cd12a0d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -735,7 +735,7 @@ $(STAMPS)/docs-kotlin: $(JVM_LIB) $(jvm-deps) $(KOTLIN_SOURCES)
735735
$(TOUCH_STAMP)
736736

737737
.PHONY: docs-kotlin
738-
docs-kotlin: $(STAMPS/docs-kotlin) ## Generate Kotlin docs
738+
docs-kotlin: $(STAMPS)/docs-kotlin ## Generate Kotlin docs
739739

740740
# TypeScript docs via Typedoc
741741
$(STAMPS)/docs-ts: $(BROWSER_OUT) $(TS_NATIVE_OUT)

0 commit comments

Comments
 (0)