diff options
author | Mark Spruiell <mes@zeroc.com> | 2016-03-08 14:00:33 -0800 |
---|---|---|
committer | Mark Spruiell <mes@zeroc.com> | 2016-03-08 14:00:33 -0800 |
commit | 9eb8a7b740405db217cd504cd8e6018459d01da9 (patch) | |
tree | 353c9bc01d705efb7359c496ca828e4329ea151e /cpp/src/IceGrid | |
parent | more icegriddb/icestormdb fixes (diff) | |
download | ice-9eb8a7b740405db217cd504cd8e6018459d01da9.tar.bz2 ice-9eb8a7b740405db217cd504cd8e6018459d01da9.tar.xz ice-9eb8a7b740405db217cd504cd8e6018459d01da9.zip |
install icegriddb/icestormdb man pages
Diffstat (limited to 'cpp/src/IceGrid')
-rw-r--r-- | cpp/src/IceGrid/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cpp/src/IceGrid/Makefile b/cpp/src/IceGrid/Makefile index 42f6672f692..99d1b1f3d19 100644 --- a/cpp/src/IceGrid/Makefile +++ b/cpp/src/IceGrid/Makefile @@ -186,3 +186,4 @@ install:: all $(call installdata,$(top_srcdir)/../man/man1/icegridnode.1,$(DESTDIR)$(install_mandir)) $(call installprogram,$(REGISTRY_SERVER),$(DESTDIR)$(install_bindir)) $(call installdata,$(top_srcdir)/../man/man1/icegridregistry.1,$(DESTDIR)$(install_mandir)) + $(call installdata,$(top_srcdir)/../man/man1/icegriddb.1,$(DESTDIR)$(install_mandir)) |