Makefile.in
changeset 194 efff45a9047f
parent 185 ade232db1313
child 197 9383bf4a2e2e
     1.1 --- a/Makefile.in	Sun Jul 01 21:21:11 2007 +0000
     1.2 +++ b/Makefile.in	Mon Jul 02 17:49:21 2007 +0000
     1.3 @@ -90,13 +90,13 @@
     1.4  #  - change every occurence of CT_TOP_DIR to CT_LIB_DIR
     1.5  install-lib-samples: install-local $(LIBDIR) install-lib-main
     1.6  	@tar cf - --exclude=.svn samples |(cd $(LIBDIR); tar xf -)
     1.7 -	@for samp_file in $(LIBDIR)/samples/*/crosstool.config; do					\
     1.8 +	@for samp_file in $(LIBDIR)/samples/*/crosstool.config; do                  \
     1.9  	     sed -r -i -e 's,\$$\{CT_TOP_DIR\},\$$\{CT_LIB_DIR\},g;' $${samp_file}; \
    1.10  	 done
    1.11  
    1.12  install-doc: install-local $(DOCDIR) $(MANDIR)
    1.13 -	@for doc_file in LICENSES licenses.d COPYING CREDITS docs/overview.txt; do	\
    1.14 -	     install -m 644 docs/overview.txt $(DOCDIR);    						\
    1.15 +	@for doc_file in CREDITS docs/overview.txt; do  \
    1.16 +	     install -m 644 "$${doc_file}" $(DOCDIR);   \
    1.17  	 done
    1.18  	@install -m 644 docs/ct-ng.1 $(MANDIR)
    1.19