File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ includedir=@includedir@
8
8
docdir=${datarootdir}/doc/@LIBXMLXX_MODULE_NAME@
9
9
doxytagfile=${docdir}/reference/@LIBXMLXX_MODULE_NAME@.tag
10
10
htmlrefdir=${docdir}/reference/html
11
- htmlrefpub=http ://library.gnome.org/devel/@PACKAGE_TARNAME@/unstable /
11
+ htmlrefpub=https ://libxmlplusplus.github.io/libxmlplusplus/reference/html /
12
12
13
13
Name: libxml++
14
14
Description: C++ wrapper for libxml
Original file line number Diff line number Diff line change @@ -412,7 +412,7 @@ endif
412
412
if meson .is_subproject()
413
413
pkgconfig_vars = {
414
414
' htmlrefdir' : install_prefix / install_docdir / ' reference' / ' html' ,
415
- ' htmlrefpub' : ' http ://library.gnome.org/devel/libxml++/unstable /'
415
+ ' htmlrefpub' : ' https ://libxmlplusplus.github.io/libxmlplusplus/reference/html /'
416
416
}
417
417
if build_documentation
418
418
pkgconfig_vars += {' doxytagfile' : tag_file.full_path()}
You can’t perform that action at this time.
0 commit comments