mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-05-05 18:08:05 +02:00
man: allow installing pre-built manual pages if we can't build it
If we have ENABLE_GTK_DOCS, but not BUILD_SETTING_DOCS, nm-settings.5 nm-settings-keyfile.5 and nm-settings-ifcfg-rh.5 would not be installed. (It happened on RHEL 7 build, due to missing BuildRequires: pygobject3-base)
This commit is contained in:
parent
a1f4794c86
commit
da4a98bfbb
1 changed files with 1 additions and 1 deletions
|
|
@ -98,7 +98,7 @@ uninstall-hook:
|
||||||
if ENABLE_GTK_DOC
|
if ENABLE_GTK_DOC
|
||||||
man_MANS += $(docbook_generated_man_pages)
|
man_MANS += $(docbook_generated_man_pages)
|
||||||
CLEANFILES += $(docbook_generated_man_pages)
|
CLEANFILES += $(docbook_generated_man_pages)
|
||||||
if BUILD_SETTING_DOCS
|
if SETTING_DOCS_AVAILABLE
|
||||||
man_MANS += $(docbook_autogenerated_man_pages)
|
man_MANS += $(docbook_autogenerated_man_pages)
|
||||||
CLEANFILES += $(docbook_autogenerated_man_pages)
|
CLEANFILES += $(docbook_autogenerated_man_pages)
|
||||||
endif
|
endif
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue