# HG changeset patch # User "Yann E. MORIN" # Date 1183398561 0 # Node ID efff45a9047fb3dd5db1a4fe4965d5190aa1aca0 # Parent 1f3f3969d644fdf8a1f0dfcae72df958582c63bc Don't install licenses files. diff -r 1f3f3969d644 -r efff45a9047f Makefile.in --- a/Makefile.in Mon Jul 02 17:47:55 2007 +0000 +++ b/Makefile.in Mon Jul 02 17:49:21 2007 +0000 @@ -90,13 +90,13 @@ # - 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)