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
This commit is contained in:
Oliver Smith 2018-12-07 16:01:58 +01:00
parent 01814068be
commit d379a0e33c
1 changed files with 1 additions and 1 deletions

View File

@ -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/