Forked from
Platform / Development / swh-model
246 commits behind the upstream repository.
-
David Douard authored
used by the swh-docs to generate images and schemas when building the whole documentation.
David Douard authoredused by the swh-docs to generate images and schemas when building the whole documentation.
Makefile.local 199 B
sphinx/html: images
sphinx/clean: clean-images
assets: images
images:
make -C images/
clean-images:
make -C images/ clean
.PHONY: images clean-images
# Local Variables:
# mode: makefile
# End: