nanxiongchao / rpms / dmidecode

Forked from rpms/dmidecode 4 years ago
Clone

Blame SOURCES/0003-Fix-install-doc-target.patch

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