summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2007-07-02 17:49:21 (GMT)
committerYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2007-07-02 17:49:21 (GMT)
commitda5a25c065e0ff199644a07c3a371e183e07b027 (patch)
tree2a87be910725fbabdf456b4220fe54d328f38a96
parent5a9aeaf7a0849b1c5e1819040c6056db32165986 (diff)
Don't install licenses files.
-rw-r--r--Makefile.in6
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile.in b/Makefile.in
index 001963b..2e7b75c 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -90,13 +90,13 @@ install-lib-main: install-local $(LIBDIR)
# - change every occurence of CT_TOP_DIR to CT_LIB_DIR
install-lib-samples: install-local $(LIBDIR) install-lib-main
@tar cf - --exclude=.svn samples |(cd $(LIBDIR); tar xf -)
- @for samp_file in $(LIBDIR)/samples/*/crosstool.config; do \
+ @for samp_file in $(LIBDIR)/samples/*/crosstool.config; do \
sed -r -i -e 's,\$$\{CT_TOP_DIR\},\$$\{CT_LIB_DIR\},g;' $${samp_file}; \
done
install-doc: install-local $(DOCDIR) $(MANDIR)
- @for doc_file in LICENSES licenses.d COPYING CREDITS docs/overview.txt; do \
- install -m 644 docs/overview.txt $(DOCDIR); \
+ @for doc_file in CREDITS docs/overview.txt; do \
+ install -m 644 "$${doc_file}" $(DOCDIR); \
done
@install -m 644 docs/ct-ng.1 $(MANDIR)