mirror of
https://git.proxmox.com/git/fwupd
synced 2025-06-14 21:15:56 +00:00
trivial: create urlmap for each gi-docgen target rather than sharing
This commit is contained in:
parent
1210aa4ae7
commit
9d113822c9
@ -42,7 +42,7 @@ base_url = "https://github.com/fwupd/fwupd/blob/@version@/"
|
|||||||
content_images = [
|
content_images = [
|
||||||
"../data/org.freedesktop.fwupd.svg",
|
"../data/org.freedesktop.fwupd.svg",
|
||||||
]
|
]
|
||||||
urlmap_file = "../urlmap.js"
|
urlmap_file = "urlmap_fwupd.js"
|
||||||
|
|
||||||
[[object]]
|
[[object]]
|
||||||
name = "build_user_agent_system"
|
name = "build_user_agent_system"
|
||||||
|
@ -49,7 +49,7 @@ content_images = [
|
|||||||
"architecture-plan.svg",
|
"architecture-plan.svg",
|
||||||
"../data/org.freedesktop.fwupd.svg",
|
"../data/org.freedesktop.fwupd.svg",
|
||||||
]
|
]
|
||||||
urlmap_file = "../urlmap.js"
|
urlmap_file = "urlmap_fwupdplugin.js"
|
||||||
|
|
||||||
[[object]]
|
[[object]]
|
||||||
name = "Device"
|
name = "Device"
|
||||||
|
@ -72,8 +72,11 @@ if get_option('docs') == 'docgen'
|
|||||||
install_data(['index.html'],
|
install_data(['index.html'],
|
||||||
install_dir : join_paths(datadir, 'doc', 'fwupd')
|
install_dir : join_paths(datadir, 'doc', 'fwupd')
|
||||||
)
|
)
|
||||||
install_data(['urlmap.js'],
|
install_data(['urlmap_fwupd.js'],
|
||||||
install_dir : join_paths(datadir, 'doc', 'fwupd')
|
install_dir : join_paths(datadir, 'doc', 'fwupd', 'libfwupd')
|
||||||
|
)
|
||||||
|
install_data(['urlmap_fwupdplugin.js'],
|
||||||
|
install_dir : join_paths(datadir, 'doc', 'fwupd', 'libfwupdplugin')
|
||||||
)
|
)
|
||||||
|
|
||||||
elif get_option('docs') == 'gtkdoc'
|
elif get_option('docs') == 'gtkdoc'
|
||||||
|
@ -1,5 +0,0 @@
|
|||||||
baseURLs = [
|
|
||||||
[ 'Gio', 'https://people.gnome.org/~ebassi/docs/_build/Gio/' ],
|
|
||||||
[ 'GObject', 'https://people.gnome.org/~ebassi/docs/_build/GObject/' ],
|
|
||||||
[ 'Fwupd', '../libfwupd/' ],
|
|
||||||
]
|
|
4
docs/urlmap_fwupd.js
Normal file
4
docs/urlmap_fwupd.js
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
baseURLs = [
|
||||||
|
[ 'Gio', 'https://people.gnome.org/~ebassi/docs/_build/Gio/' ],
|
||||||
|
[ 'GObject', 'https://people.gnome.org/~ebassi/docs/_build/GObject/' ],
|
||||||
|
]
|
5
docs/urlmap_fwupdplugin.js
Normal file
5
docs/urlmap_fwupdplugin.js
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
baseURLs = [
|
||||||
|
[ 'Gio', 'https://people.gnome.org/~ebassi/docs/_build/Gio/' ],
|
||||||
|
[ 'GObject', 'https://people.gnome.org/~ebassi/docs/_build/GObject/' ],
|
||||||
|
[ 'Fwupd', '../libfwupd/' ],
|
||||||
|
]
|
Loading…
Reference in New Issue
Block a user