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 6404c53 commit 384fa46Copy full SHA for 384fa46
Makefile.am
@@ -196,14 +196,20 @@ selfcheck: | $(bin_PROGRAMS) $(_BUILT_SUBDIRS)
196
$(PDFINFO) $$output | $(GREP) "SILE v$(VERSION)"
197
198
.PHONY: docs
199
-docs: $(_MANUAL) lua-api-docs
+docs: $(_MANUAL) lua-api-docs rust-api-docs
200
201
.PHONY: lua-api-docs
202
lua-api-docs: lua-api-docs/index.html
203
204
lua-api-docs/index.html: build-aux/config.ld
205
$(LDOC) -c build-aux/config.ld .
206
207
+.PHONY: rust-api-docs
208
+rust-api-docs: rust-api-docs/doc/sile/index.html
209
+
210
+rust-api-docs/doc/sile/index.html:
211
+ cargo doc $(CARGO_FEATURE_ARGS) --no-deps --target-dir rust-api-docs
212
213
.PHONY: docs-figures
214
docs-figures: $(FIGURES)
215
0 commit comments