laforge has submitted this change. ( https://gerrit.osmocom.org/c/osmo-gsm-manuals/+/31959 )
Change subject: Cosmetic: build/Makefile.common.inc: add comments ......................................................................
Cosmetic: build/Makefile.common.inc: add comments
Describe what upload and publish do, it's not clear from the name of these make targets.
Related: SYS#6380 Change-Id: Ic2ab9df2192912d20ede0241abe01e8d26a9afcc --- M build/Makefile.common.inc 1 file changed, 15 insertions(+), 0 deletions(-)
Approvals: Jenkins Builder: Verified pespin: Looks good to me, but someone else must approve laforge: Looks good to me, approved
diff --git a/build/Makefile.common.inc b/build/Makefile.common.inc index 2bbd324..a53e26e 100644 --- a/build/Makefile.common.inc +++ b/build/Makefile.common.inc @@ -20,6 +20,7 @@ $(SYMLINKS): ln -s $(OSMO_GSM_MANUALS_DIR)/$@ $@
+# Publish to $UPLOAD_PATH upload: $(UPLOAD_FILES) rsync -avz $(UPLOAD_FILES) $(UPLOAD_PATH)/
@@ -28,6 +29,7 @@
distclean: clean
+# Publish to https://ftp.osmocom.org/docs/ publish: $(UPLOAD_FILES) [ -n "$(OSMO_REPOSITORY)" ] || exit 1 rm -rf "$(PUBLISH_TEMPDIR)"