diff --git a/dnf5.spec b/dnf5.spec index f9cd7b30e..ea34264e5 100644 --- a/dnf5.spec +++ b/dnf5.spec @@ -278,6 +278,7 @@ It supports RPM packages, modulemd modules, and comps groups & environments. %{_mandir}/man7/dnf5-comps.7.* # TODO(jkolarik): filtering is not ready yet # %%{_mandir}/man7/dnf5-filtering.7.* +%{_mandir}/man7/dnf5-forcearch.7.* %{_mandir}/man7/dnf5-installroot.7.* # TODO(jkolarik): modularity is not ready yet # %%{_mandir}/man7/dnf5-modularity.7.* diff --git a/doc/CMakeLists.txt b/doc/CMakeLists.txt index 65cb183ae..2130f1d4c 100644 --- a/doc/CMakeLists.txt +++ b/doc/CMakeLists.txt @@ -78,6 +78,7 @@ if(WITH_MAN) install(FILES ${CMAKE_CURRENT_BINARY_DIR}/man/dnf5-comps.7 DESTINATION share/man/man7) # TODO(jkolarik): filtering is not ready yet # install(FILES ${CMAKE_CURRENT_BINARY_DIR}/man/dnf5-filtering.7 DESTINATION share/man/man7) + install(FILES ${CMAKE_CURRENT_BINARY_DIR}/man/dnf5-forcearch.7 DESTINATION share/man/man7) install(FILES ${CMAKE_CURRENT_BINARY_DIR}/man/dnf5-installroot.7 DESTINATION share/man/man7) # TODO(jkolarik): modularity is not ready yet # install(FILES ${CMAKE_CURRENT_BINARY_DIR}/man/dnf5-modularity.7 DESTINATION share/man/man7) diff --git a/doc/conf.py.in b/doc/conf.py.in index 0c2bfa2bb..753973f94 100644 --- a/doc/conf.py.in +++ b/doc/conf.py.in @@ -133,6 +133,7 @@ man_pages = [ ('libdnf5_plugins/actions.8', 'libdnf5-actions', 'Actions plugin', AUTHORS, 8), ('misc/comps.7', 'dnf5-comps', 'Comps Groups And Environments', AUTHORS, 7), ('misc/filtering.7', 'dnf5-filtering', 'Packages Filtering', AUTHORS, 7), + ('misc/forcearch.7', 'dnf5-forcearch', 'Forcearch Parameter', AUTHORS, 7), ('misc/installroot.7', 'dnf5-installroot', 'Installroot Parameter', AUTHORS, 7), ('misc/modularity.7', 'dnf5-modularity', 'Modularity Overview', AUTHORS, 7), ('misc/specs.7', 'dnf5-specs', 'Patterns Specification', AUTHORS, 7), diff --git a/doc/dnf5.8.rst b/doc/dnf5.8.rst index 057a6f6b1..1ce29a9cf 100644 --- a/doc/dnf5.8.rst +++ b/doc/dnf5.8.rst @@ -362,6 +362,7 @@ Plugins: Miscellaneous: | :manpage:`dnf5-comps(7)`, :ref:`Comps groups and environments ` + | :manpage:`dnf5-forcearch(7)`, :ref:`Forcearch parameter ` | :manpage:`dnf5-installroot(7)`, :ref:`Installroot parameter ` | :manpage:`dnf5-specs(7)`, :ref:`Patterns specification `