diff --git a/Makefile.am b/Makefile.am index 0fb1b9af0..ebaad4bd5 100644 --- a/Makefile.am +++ b/Makefile.am @@ -14,8 +14,8 @@ SUBDIRS = \ data \ test \ po \ - man \ docs \ + man \ examples \ vapi diff --git a/configure.ac b/configure.ac index be15f7986..751072e53 100644 --- a/configure.ac +++ b/configure.ac @@ -688,6 +688,7 @@ install_pregen_manpages=no if test "$enable_gtk_doc" != "yes" \ -a -f man/NetworkManager.conf.5 \ -a -f man/nm-settings.5 \ + -a -f man/nmcli-examples.5 \ -a -f man/NetworkManager.8; then install_pregen_manpages=yes fi