From d379a0e33cfdb4a1032d4dcdc5b4cf165924ac7c Mon Sep 17 00:00:00 2001 From: Oliver Smith Date: Fri, 7 Dec 2018 16:01:58 +0100 Subject: Makefile.common.inc: publish: don't depend on check The 'check' target is only available when including Makefile.asciidoc.inc, which is not always the case. Some projects only build the VTY reference. Do not depend on check, so publishing the VTY reference for these projects is working as expected. Related: OS#3385 Change-Id: I64aae0016095d81ca9e9ebda9a2e3336ac126639 --- build/Makefile.common.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/Makefile.common.inc b/build/Makefile.common.inc index 0ee648a..aaad088 100644 --- a/build/Makefile.common.inc +++ b/build/Makefile.common.inc @@ -21,7 +21,7 @@ clean: distclean: clean -publish: all check +publish: all mkdir -p out cp *.pdf out rsync -avz -e "$(SSH_COMMAND)" ./out/ docs@rita.osmocom.org:web-files/latest/ -- cgit v1.2.3