mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2025-01-29 15:44:03 +00:00
Don't install licenses files.
This commit is contained in:
parent
5a9aeaf7a0
commit
da5a25c065
@ -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)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user