diff options
author | Brent Eagles <brent@zeroc.com> | 2005-03-03 20:42:50 +0000 |
---|---|---|
committer | Brent Eagles <brent@zeroc.com> | 2005-03-03 20:42:50 +0000 |
commit | bc3d6b1de194b87d9a8db887eb46976a484cefff (patch) | |
tree | a73339f882ba4642b3a3f147a2b5baabd9c93eaf /cpp | |
parent | Use config files (diff) | |
download | ice-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/Makefile | 2 |
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 |