aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOliver Smith <osmith@sysmocom.de>2018-12-07 16:01:58 +0100
committerOliver Smith <osmith@sysmocom.de>2018-12-07 16:01:58 +0100
commitd379a0e33cfdb4a1032d4dcdc5b4cf165924ac7c (patch)
tree678236ba134a6bd0c4a888c6583e3492d7fcc61e
parent01814068be480b931b3ca378d8839bdfc01556ce (diff)
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
-rw-r--r--build/Makefile.common.inc2
1 files changed, 1 insertions, 1 deletions
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/