[gtkmm/gtkmm-3-24] docs/reference/meson.build: Improve the update for Doxygen >= 1.8.16
- From: Kjell Ahlstedt <kjellahl src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtkmm/gtkmm-3-24] docs/reference/meson.build: Improve the update for Doxygen >= 1.8.16
- Date: Wed, 17 Jun 2020 14:22:58 +0000 (UTC)
commit f8e253fbc6f83480f442c840b9eb6925c5bfe320
Author: Kjell Ahlstedt <kjellahlstedt gmail com>
Date: Wed Jun 17 15:57:05 2020 +0200
docs/reference/meson.build: Improve the update for Doxygen >= 1.8.16
Move some code from meson.build to doc-install.pl (in mm-common),
where regular expressions can be used.
docs/reference/meson.build | 12 ------------
1 file changed, 12 deletions(-)
---
diff --git a/docs/reference/meson.build b/docs/reference/meson.build
index ad863181..4d696625 100644
--- a/docs/reference/meson.build
+++ b/docs/reference/meson.build
@@ -27,20 +27,8 @@ foreach module : tag_file_modules
elif htmlrefdir == ''
htmlrefdir = htmlrefpub
endif
- if htmlrefpub.startswith('/')
- htmlrefpub = 'file://' + htmlrefpub
- endif
- if htmlrefdir.startswith('/')
- htmlrefdir = 'file://' + htmlrefdir
- endif
doxygen_tagfiles += ' "' + doxytagfile + '=' + htmlrefpub + '"'
- if not htmlrefdir.endswith('/')
- htmlrefdir += '/'
- endif
- if not htmlrefpub.endswith('/')
- htmlrefpub += '/'
- endif
# Doxygen <= 1.8.15
docinstall_flags += ['-l', doxytagfile.split('/')[-1] + '@' + htmlrefdir]
if htmlrefpub != htmlrefdir
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]