summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 8d85a0ed67..3892707337 100644
--- a/Makefile
+++ b/Makefile
@@ -141,6 +141,8 @@ doc/%.pod: doc/%-doc.texi
doc/%.1: doc/%.pod
pod2man --section=1 --center=" " --release=" " $< > $@
+install: $(INSTALL_TARGETS-yes)
+
ifeq ($(BUILD_SHARED),yes)
install-progs: install-libs
endif