Skip to content

Commit 398bc33

Browse files
committed
doc/Makefile: Add dependency on metadata/ltp.json
Link: https://lore.kernel.org/ltp/[email protected]/ Fixes: 1bf344a ("doc: add tests catalog page") Acked-by: Andrea Cervesato <[email protected]> Signed-off-by: Petr Vorel <[email protected]>
1 parent 1bf344a commit 398bc33

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

doc/Makefile

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,11 @@
1-
all:
1+
top_srcdir ?= ..
2+
3+
include $(top_srcdir)/include/mk/env_pre.mk
4+
5+
${abs_top_builddir}/metadata/ltp.json:
6+
$(MAKE) -C ${abs_top_builddir}/metadata
7+
8+
all: ${abs_top_builddir}/metadata/ltp.json
29
sphinx-build -b html . html
310

411
spelling:

0 commit comments

Comments
 (0)