diff options
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 |