summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorAlexey Neyman <stilor@att.net>2017-03-21 20:58:13 (GMT)
committerAlexey Neyman <stilor@att.net>2017-03-21 21:04:12 (GMT)
commitde4433298a5e25512aee559c1cb8f1d369aea611 (patch)
treea60f812c07aa3f59eafd2c9fd34e212f3af3dde0 /Makefile.in
parent3906acc00779dd31df84d4f555ecbc0d920e89f3 (diff)
Add a release creation script
One TBD left is the signing of the tarballs. Signed-off-by: Alexey Neyman <stilor@att.net>
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 4304098..3d2c607 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -360,8 +360,8 @@ install-doc-message:
install-doc-real: $(DESTDIR)$(docdir)
- @echo " INST 'docs/*.txt'"
- @for doc_file in docs/*.txt; do \
+ @echo " INST 'docs/manual/*.md'"
+ @for doc_file in docs/manual/*.md; do \
$(install) -m 644 "$${doc_file}" "$(DESTDIR)$(docdir)"; \
done