diff options
author | Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> | 2010-08-14 16:37:11 +0200 |
---|---|---|
committer | Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> | 2010-08-14 16:37:11 +0200 |
commit | a211f4100d3e0196807dbd3b4f1839c41f79f5b1 (patch) | |
tree | d29a9ed57c0946e22afaed850658e4075c6ab1d9 /Makefile.in | |
parent | ebaebdacf45166a587e4e4d2d5e7b2f7a08965e2 (diff) | |
download | crosstool-ng-a211f4100d3e0196807dbd3b4f1839c41f79f5b1.tar.gz crosstool-ng-a211f4100d3e0196807dbd3b4f1839c41f79f5b1.tar.bz2 crosstool-ng-a211f4100d3e0196807dbd3b4f1839c41f79f5b1.zip |
docs: split into multiple files
The overview.txt file has evolved into more than just an overview.
Split it into chapters, and include the misc tutorials.
Signed-off-by: "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.in b/Makefile.in index d0b63ee4..81d23b77 100644 --- a/Makefile.in +++ b/Makefile.in @@ -241,8 +241,8 @@ install-lib-samples: $(DESTDIR)$(LIBDIR) install-lib-main done install-doc: $(DESTDIR)$(DOCDIR) - @for doc_file in docs/CREDITS docs/overview.txt; do \ - echo " INST '$${doc_file}'"; \ + @echo " INST 'docs/*.txt'" + @for doc_file in docs/*.txt; do \ $(install) -m 644 "$${doc_file}" "$(DESTDIR)$(DOCDIR)"; \ done |