summaryrefslogtreecommitdiff
path: root/cpp
diff options
context:
space:
mode:
authorBrent Eagles <brent@zeroc.com>2005-03-03 20:42:50 +0000
committerBrent Eagles <brent@zeroc.com>2005-03-03 20:42:50 +0000
commitbc3d6b1de194b87d9a8db887eb46976a484cefff (patch)
treea73339f882ba4642b3a3f147a2b5baabd9c93eaf /cpp
parentUse config files (diff)
downloadice-bc3d6b1de194b87d9a8db887eb46976a484cefff.tar.bz2
ice-bc3d6b1de194b87d9a8db887eb46976a484cefff.tar.xz
ice-bc3d6b1de194b87d9a8db887eb46976a484cefff.zip
install README and SOURCES on make install
Diffstat (limited to 'cpp')
-rw-r--r--cpp/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/cpp/Makefile b/cpp/Makefile
index 5df632b1ea8..8bb2fdbd0c1 100644
--- a/cpp/Makefile
+++ b/cpp/Makefile
@@ -70,6 +70,8 @@ install::
@( cd doc && $(MAKE) install ) || exit 1
$(INSTALL) ICE_LICENSE $(prefix)
$(INSTALL) LICENSE $(prefix)
+ $(INSTALL) install/unix/README $(prefix)
+ $(INSTALL) install/unix/SOURCES $(prefix)
clean::
@( cd doc && $(MAKE) clean ) || exit 1