osmith has submitted this change and it was merged. (
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(-)
Approvals:
Jenkins Builder: Verified
Pau Espin Pedrol: Looks good to me, approved
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: merged
Gerrit-Change-Id: I64aae0016095d81ca9e9ebda9a2e3336ac126639
Gerrit-Change-Number: 12203
Gerrit-PatchSet: 1
Gerrit-Owner: osmith <[email protected]>
Gerrit-Reviewer: Jenkins Builder (1000002)
Gerrit-Reviewer: Pau Espin Pedrol <[email protected]>
Gerrit-Reviewer: osmith <[email protected]>