summaryrefslogtreecommitdiff
path: root/cpp/src/slice2html
diff options
context:
space:
mode:
authorJose <jose@zeroc.com>2013-07-16 16:34:51 +0200
committerJose <jose@zeroc.com>2013-07-16 16:34:51 +0200
commit6323856315e22e68d1587b9de20a4b282f64b3f0 (patch)
tree4b3caf2784414bd81675ec99fa370e39ac4fa130 /cpp/src/slice2html
parentFixed ICE-5307 - Visual Studio 2012 migration errors when opening SL demo sol... (diff)
downloadice-6323856315e22e68d1587b9de20a4b282f64b3f0.tar.bz2
ice-6323856315e22e68d1587b9de20a4b282f64b3f0.tar.xz
ice-6323856315e22e68d1587b9de20a4b282f64b3f0.zip
Fixed ICE-5356 - Consider adding man pages for unix executables
Diffstat (limited to 'cpp/src/slice2html')
-rw-r--r--cpp/src/slice2html/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/cpp/src/slice2html/Makefile b/cpp/src/slice2html/Makefile
index 311c68f2631..ad86a79bc06 100644
--- a/cpp/src/slice2html/Makefile
+++ b/cpp/src/slice2html/Makefile
@@ -34,5 +34,6 @@ $(NAME): $(OBJS)
install:: all
$(call installprogram,$(NAME),$(install_bindir))
+ $(call installdata,$(top_srcdir)/../man/man1/slice2html.1,$(install_mandir))
include .depend