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
Fri Dec 7 15:07:24 UTC 2018


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/ 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: newchange
Gerrit-Change-Id: I64aae0016095d81ca9e9ebda9a2e3336ac126639
Gerrit-Change-Number: 12203
Gerrit-PatchSet: 1
Gerrit-Owner: osmith <osmith at sysmocom.de>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20181207/5001c968/attachment.htm>


More information about the gerrit-log mailing list