osmith has uploaded this change for review.
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(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-gsm-manuals refs/changes/59/31959/1
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)"
To view, visit change 31959. To unsubscribe, or for help writing mail filters, visit settings.