osmith has uploaded this change for review. ( https://gerrit.osmocom.org/12203


Change subject: Makefile.common.inc: publish: don't depend on check
......................................................................

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
---
M build/Makefile.common.inc
1 file changed, 1 insertion(+), 1 deletion(-)



  git pull ssh://gerrit.osmocom.org:29418/osmo-gsm-manuals 
refs/changes/03/12203/1

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

 distclean: clean

-publish: all check
+publish: all
        mkdir -p out
        cp *.pdf out
        rsync -avz -e "$(SSH_COMMAND)" ./out/ 
[email protected]:web-files/latest/

--
To view, visit https://gerrit.osmocom.org/12203
To unsubscribe, or for help writing mail filters, visit 
https://gerrit.osmocom.org/settings

Gerrit-Project: osmo-gsm-manuals
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: I64aae0016095d81ca9e9ebda9a2e3336ac126639
Gerrit-Change-Number: 12203
Gerrit-PatchSet: 1
Gerrit-Owner: osmith <[email protected]>

Reply via email to