summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2010-08-14 14:37:11 (GMT)
committerYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2010-08-14 14:37:11 (GMT)
commita211f4100d3e0196807dbd3b4f1839c41f79f5b1 (patch)
treed29a9ed57c0946e22afaed850658e4075c6ab1d9 /Makefile.in
parentebaebdacf45166a587e4e4d2d5e7b2f7a08965e2 (diff)
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.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.in b/Makefile.in
index d0b63ee..81d23b7 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