summaryrefslogtreecommitdiff
path: root/cpp/src/slice2html
diff options
context:
space:
mode:
authorJose <jose@zeroc.com>2013-07-22 14:29:36 +0200
committerJose <jose@zeroc.com>2013-07-22 14:29:36 +0200
commitf7a6c6258b062b051e15122f4f6f1af3c9d5a319 (patch)
treedd01539190fa588d1be3a583267bfbd6b5a58068 /cpp/src/slice2html
parentICE-5383 - SLES fix (diff)
downloadice-f7a6c6258b062b051e15122f4f6f1af3c9d5a319.tar.bz2
ice-f7a6c6258b062b051e15122f4f6f1af3c9d5a319.tar.xz
ice-f7a6c6258b062b051e15122f4f6f1af3c9d5a319.zip
Ubuntu/Debian distribution support
Diffstat (limited to 'cpp/src/slice2html')
-rw-r--r--cpp/src/slice2html/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/cpp/src/slice2html/Makefile b/cpp/src/slice2html/Makefile
index ad86a79bc06..ee681892e42 100644
--- a/cpp/src/slice2html/Makefile
+++ b/cpp/src/slice2html/Makefile
@@ -33,7 +33,7 @@ $(NAME): $(OBJS)
$(CXX) $(LDFLAGS) -o $@ $(OBJS) $(SLICE_LIBS) $(MCPP_RPATH_LINK)
install:: all
- $(call installprogram,$(NAME),$(install_bindir))
- $(call installdata,$(top_srcdir)/../man/man1/slice2html.1,$(install_mandir))
+ $(call installprogram,$(NAME),$(DESTDIR)$(install_bindir))
+ $(call installdata,$(top_srcdir)/../man/man1/slice2html.1,$(DESTDIR)$(install_mandir))
include .depend