From e39c75b05c9ff865768e7f2694e5369cc35aa23b Mon Sep 17 00:00:00 2001 From: dennisroczek Date: Mon, 2 Apr 2018 15:11:58 +0100 Subject: use https links for api.libreoffice.org and opengrok Change-Id: I74dd0142562cb8698f19b2715fa1d514f82bd749 Reviewed-on: https://gerrit.libreoffice.org/52262 Tested-by: Jenkins Reviewed-by: Adolfo Jayme Barrientos --- odk/CustomTarget_html.mk | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'odk/CustomTarget_html.mk') diff --git a/odk/CustomTarget_html.mk b/odk/CustomTarget_html.mk index bcbf954a8fe2..ba3b55b7c271 100644 --- a/odk/CustomTarget_html.mk +++ b/odk/CustomTarget_html.mk @@ -20,11 +20,11 @@ $(eval $(call gb_CustomTarget_register_targets,odk/html,\ $(call gb_CustomTarget_get_workdir,odk/html)/%.html : $(SRCDIR)/odk/%.html $(call gb_Output_announce,$*.html,$(true),SED,1) sed -e 's|%PRODUCT_RELEASE%|$(PRODUCTVERSION)|g' \ - -e 's|%DOXYGEN_PREFIX0%|$(if $(DOXYGEN),.,http://api.libreoffice.org)|g' \ - -e 's|%DOXYGEN_PREFIX1%|$(if $(DOXYGEN),..,http://api.libreoffice.org)|g' \ - -e 's|%DOXYGEN_PREFIX2%|$(if $(DOXYGEN),../..,http://api.libreoffice.org)|g' \ - -e 's|%JAVADOC_PREFIX0%|$(if $(ENABLE_JAVA),.,http://api.libreoffice.org)|g' \ - -e 's|%JAVADOC_PREFIX1%|$(if $(ENABLE_JAVA),..,http://api.libreoffice.org)|g' \ + -e 's|%DOXYGEN_PREFIX0%|$(if $(DOXYGEN),.,https://api.libreoffice.org)|g' \ + -e 's|%DOXYGEN_PREFIX1%|$(if $(DOXYGEN),..,https://api.libreoffice.org)|g' \ + -e 's|%DOXYGEN_PREFIX2%|$(if $(DOXYGEN),../..,https://api.libreoffice.org)|g' \ + -e 's|%JAVADOC_PREFIX0%|$(if $(ENABLE_JAVA),.,https://api.libreoffice.org)|g' \ + -e 's|%JAVADOC_PREFIX1%|$(if $(ENABLE_JAVA),..,https://api.libreoffice.org)|g' \ < $< > $@ # vim: set noet sw=4 ts=4: -- cgit