From a7ac5c936b0052a02bb8b9ee40378f7c7dd923fa Mon Sep 17 00:00:00 2001 From: David Douard <david.douard@sdfa3.org> Date: Mon, 12 Nov 2018 14:12:01 +0100 Subject: [PATCH] make-doc: add an 'assets' make target for the doc used by the swh-docs to generate images and schemas when building the whole documentation. --- docs/Makefile.local | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/Makefile.local b/docs/Makefile.local index 352ffd35..fbd18f25 100644 --- a/docs/Makefile.local +++ b/docs/Makefile.local @@ -1,5 +1,6 @@ sphinx/html: images sphinx/clean: clean-images +assets: images images: make -C images/ -- GitLab