summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2007-07-22 21:29:42 (GMT)
committerYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2007-07-22 21:29:42 (GMT)
commitef660a90ce34e57fddd8f2bf193c041ed3388360 (patch)
tree9070909f4f17f1f59682e732c6160a43bc111260 /Makefile.in
parentf38b71646ad376a8442d49330c8eadb137c2bd06 (diff)
Move CREDITS to docs/
Be a bit verbose when restoring a sample.
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in6
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile.in b/Makefile.in
index 54fe82c..184c6fd 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -101,9 +101,9 @@ install-lib-samples: install-local-test $(LIBDIR) install-lib-main
done
install-doc: install-local-test $(DOCDIR)
- @for doc_file in CREDITS docs/overview.txt; do \
- echo " INST $${doc_file}"; \
- install -m 644 "$${doc_file}" $(DOCDIR); \
+ @for doc_file in docs/CREDITS docs/overview.txt; do \
+ echo " INST $${doc_file}"; \
+ install -m 644 "$${doc_file}" $(DOCDIR); \
done
install-man: install-local-test $(MANDIR)