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 | |
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')
-rw-r--r-- | cpp/src/IceGrid/Makefile | 1 | ||||
-rw-r--r-- | cpp/src/IceStorm/Makefile | 1 |
2 files changed, 2 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)) diff --git a/cpp/src/IceStorm/Makefile b/cpp/src/IceStorm/Makefile index 0b6aa5a5603..203726eda15 100644 --- a/cpp/src/IceStorm/Makefile +++ b/cpp/src/IceStorm/Makefile @@ -156,3 +156,4 @@ install:: all $(call installdata,$(top_srcdir)/../man/man1/icestormadmin.1,$(DESTDIR)$(install_mandir)) $(call installprogram,$(MIGRATE),$(DESTDIR)$(install_bindir)) $(call installdata,$(top_srcdir)/../man/man1/icestormmigrate.1,$(DESTDIR)$(install_mandir)) + $(call installdata,$(top_srcdir)/../man/man1/icestormdb.1,$(DESTDIR)$(install_mandir)) |