mirror of
https://gitea.osmocom.org/sim-card/pysim.git
synced 2026-03-28 16:28:33 +03:00
publish also the HTML manual for pySim
Change-Id: I124d59626f40538da30f729beca0e40bf6b2b915 Closes: OS#5270
This commit is contained in:
@@ -48,7 +48,7 @@ pip3 install -e 'git+https://github.com/osmocom/sphinx-argparse@master#egg=sphin
|
|||||||
(cd docs && make html latexpdf)
|
(cd docs && make html latexpdf)
|
||||||
|
|
||||||
if [ "$WITH_MANUALS" = "1" ] && [ "$PUBLISH" = "1" ]; then
|
if [ "$WITH_MANUALS" = "1" ] && [ "$PUBLISH" = "1" ]; then
|
||||||
make -C "docs" publish
|
make -C "docs" publish publish-html
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# run the test with physical cards
|
# run the test with physical cards
|
||||||
|
|||||||
@@ -22,6 +22,9 @@ help:
|
|||||||
$(BUILDDIR)/latex/pysim.pdf: latexpdf
|
$(BUILDDIR)/latex/pysim.pdf: latexpdf
|
||||||
@/bin/true
|
@/bin/true
|
||||||
|
|
||||||
|
publish-html: html
|
||||||
|
rsync -avz -e "ssh -o 'UserKnownHostsFile=$(OSMO_GSM_MANUALS_DIR)/build/known_hosts' -p 48" $(BUILDDIR)/html/ docs@ftp.osmocom.org:web-files/latest/pysim/
|
||||||
|
|
||||||
# put this before the catch-all below
|
# put this before the catch-all below
|
||||||
include $(OSMO_GSM_MANUALS_DIR)/build/Makefile.common.inc
|
include $(OSMO_GSM_MANUALS_DIR)/build/Makefile.common.inc
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user