laforge has submitted this change. ( https://gerrit.osmocom.org/c/pysim/+/27125 
)

Change subject: publish also the HTML manual for pySim
......................................................................

publish also the HTML manual for pySim

Change-Id: I124d59626f40538da30f729beca0e40bf6b2b915
Closes: OS#5270
---
M contrib/jenkins.sh
M docs/Makefile
2 files changed, 4 insertions(+), 1 deletion(-)

Approvals:
  Jenkins Builder: Verified
  laforge: Looks good to me, approved



diff --git a/contrib/jenkins.sh b/contrib/jenkins.sh
index 0fd2473..37d1d4d 100755
--- a/contrib/jenkins.sh
+++ b/contrib/jenkins.sh
@@ -48,7 +48,7 @@
 (cd docs && make html latexpdf)

 if [ "$WITH_MANUALS" = "1" ] && [ "$PUBLISH" = "1" ]; then
-       make -C "docs" publish
+       make -C "docs" publish publish-html
 fi

 # run the test with physical cards
diff --git a/docs/Makefile b/docs/Makefile
index 4e20876..e594851 100644
--- a/docs/Makefile
+++ b/docs/Makefile
@@ -22,6 +22,9 @@
 $(BUILDDIR)/latex/pysim.pdf: latexpdf
        @/bin/true

+publish-html: html
+       rsync -avz -e "ssh -o 
'UserKnownHostsFile=$(OSMO_GSM_MANUALS_DIR)/build/known_hosts' -p 48" 
$(BUILDDIR)/html/ [email protected]:web-files/latest/pysim/
+
 # put this before the catch-all below
 include $(OSMO_GSM_MANUALS_DIR)/build/Makefile.common.inc


--
To view, visit https://gerrit.osmocom.org/c/pysim/+/27125
To unsubscribe, or for help writing mail filters, visit 
https://gerrit.osmocom.org/settings

Gerrit-Project: pysim
Gerrit-Branch: master
Gerrit-Change-Id: I124d59626f40538da30f729beca0e40bf6b2b915
Gerrit-Change-Number: 27125
Gerrit-PatchSet: 1
Gerrit-Owner: laforge <[email protected]>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: laforge <[email protected]>
Gerrit-MessageType: merged

Reply via email to