Change in osmo-gsm-manuals[master]: Makefile.common.inc: publish: don't depend on check

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/gerrit-log@lists.osmocom.org/.

osmith gerrit-no-reply at lists.osmocom.org
Mon Dec 10 11:32:52 UTC 2018


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/ docs at rita.osmocom.org: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 <osmith at sysmocom.de>
Gerrit-Reviewer: Jenkins Builder (1000002)
Gerrit-Reviewer: Pau Espin Pedrol <pespin at sysmocom.de>
Gerrit-Reviewer: osmith <osmith at sysmocom.de>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20181210/fd82061f/attachment.htm>


More information about the gerrit-log mailing list