60918b
From 371056cc0345ba8e950f0c002a0e145a3930b39c Mon Sep 17 00:00:00 2001
60918b
From: Jean Delvare <jdelvare@suse.de>
60918b
Date: Mon, 17 Jul 2017 09:45:39 +0200
60918b
Subject: [PATCH 03/10] Fix install-doc target
60918b
60918b
CHANGELOG was replaced by NEWS but I forgot to update the references
60918b
to that file.
60918b
60918b
This fixes bug #51475:
60918b
https://savannah.nongnu.org/bugs/?51475
60918b
60918b
Fixes: 82a34ddbc524 ("Goodbye CHANGELOG, welcome NEWS")
60918b
---
60918b
 Makefile | 2 +-
60918b
 README   | 2 +-
60918b
 2 files changed, 2 insertions(+), 2 deletions(-)
60918b
60918b
diff --git a/Makefile b/Makefile
60918b
index 1f54a1f..77c9310 100644
60918b
--- a/Makefile
60918b
+++ b/Makefile
60918b
@@ -134,7 +134,7 @@ uninstall-man :
60918b
 install-doc :
60918b
 	$(INSTALL_DIR) $(DESTDIR)$(docdir)
60918b
 	$(INSTALL_DATA) README $(DESTDIR)$(docdir)
60918b
-	$(INSTALL_DATA) CHANGELOG $(DESTDIR)$(docdir)
60918b
+	$(INSTALL_DATA) NEWS $(DESTDIR)$(docdir)
60918b
 	$(INSTALL_DATA) AUTHORS $(DESTDIR)$(docdir)
60918b
 
60918b
 uninstall-doc :
60918b
diff --git a/README b/README
60918b
index f612b36..c87e52c 100644
60918b
--- a/README
60918b
+++ b/README
60918b
@@ -56,7 +56,7 @@ Each tool has a manual page, found in the "man" subdirectory. Manual pages
60918b
 are installed by "make install". See these manual pages for command line
60918b
 interface details and tool specific information.
60918b
 
60918b
-For an history of the changes made to dmidecode, see the CHANGELOG file.
60918b
+For an history of the changes made to dmidecode, see the NEWS file.
60918b
 
60918b
 If you need help, your best chances are to visit the web page (see the
60918b
 INSTALLATION section above) or to get in touch with the developers directly.
60918b
-- 
60918b
2.9.5
60918b