# Set this to `true' to echo each build command in full.
verbose := false
+# Set this to `false' to avoid installing manual pages.
+install_man := true
+
#
# Include the configuration file, config.mk.
do \
$(call remove_silencer,$(call DO_INSTALL,755,$$file,$(DESTDIR)$(bindir))); \
done
+ifeq ($(install_man),true)
$(SHELL_LINE_PREFIX)files='$(MANPAGES)'; for file in $$files; \
do \
$(call remove_silencer,$(call DO_INSTALL,644,$$file,$(DESTDIR)$(mandir))); \
done
+endif
.PHONY: uninstall
uninstall: