summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
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