summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJean Delvare <jdelvare@suse.de>2017-07-17 09:45:39 +0200
committerJean Delvare <jdelvare@suse.de>2017-07-17 09:45:39 +0200
commit371056cc0345ba8e950f0c002a0e145a3930b39c (patch)
treefeb9af6c2be9078adeea9b49d44bdc0a0fd7b04d /Makefile
parent82a34ddbc524ad17e13cd873c223f20d14a5c705 (diff)
downloaddmidecode-git-371056cc0345ba8e950f0c002a0e145a3930b39c.tar.gz
Fix install-doc target
CHANGELOG was replaced by NEWS but I forgot to update the references to that file. This fixes bug #51475: https://savannah.nongnu.org/bugs/?51475 Fixes: 82a34ddbc524 ("Goodbye CHANGELOG, welcome NEWS")
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 1f54a1f..77c9310 100644
--- a/Makefile
+++ b/Makefile
@@ -134,7 +134,7 @@ uninstall-man :
install-doc :
$(INSTALL_DIR) $(DESTDIR)$(docdir)
$(INSTALL_DATA) README $(DESTDIR)$(docdir)
- $(INSTALL_DATA) CHANGELOG $(DESTDIR)$(docdir)
+ $(INSTALL_DATA) NEWS $(DESTDIR)$(docdir)
$(INSTALL_DATA) AUTHORS $(DESTDIR)$(docdir)
uninstall-doc :