summaryrefslogtreecommitdiff
path: root/odk/CustomTarget_html.mk
diff options
context:
space:
mode:
authordennisroczek <dennisroczek@libreoffice.org>2018-04-02 15:11:58 +0100
committerAdolfo Jayme Barrientos <fitojb@ubuntu.com>2018-04-02 22:25:53 +0200
commite39c75b05c9ff865768e7f2694e5369cc35aa23b (patch)
tree5c1a1e759d22354c2964b86c78da564d866af639 /odk/CustomTarget_html.mk
parent91af9a53df79d256dc6a02c900fa570fe10d63ad (diff)
use https links for api.libreoffice.org and opengrok
Change-Id: I74dd0142562cb8698f19b2715fa1d514f82bd749 Reviewed-on: https://gerrit.libreoffice.org/52262 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
Diffstat (limited to 'odk/CustomTarget_html.mk')
-rw-r--r--odk/CustomTarget_html.mk10
1 files changed, 5 insertions, 5 deletions
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: