diff mbox

[U-Boot] README: Explain how to generate the CHANGELOG file.

Message ID alpine.DEB.2.02.1211140701410.6568@oneiric
State Accepted
Delegated to: Tom Rini
Headers show

Commit Message

Robert P. J. Day Nov. 14, 2012, 12:03 p.m. UTC
Since the top-level README file refers the reader to the CHANGELOG,
it's worth mentioning how to generate it.

Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca>

---

Comments

Tom Rini Dec. 7, 2012, 3:50 p.m. UTC | #1
On Wed, Nov 14, 2012 at 02:03:20AM -0000, Robert P. J. Day wrote:

> Since the top-level README file refers the reader to the CHANGELOG,
> it's worth mentioning how to generate it.
> 
> Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca>

Applied to u-boot/master, thanks!
diff mbox

Patch

diff --git a/README b/README
index afdf591..eeda03b 100644
--- a/README
+++ b/README
@@ -54,6 +54,11 @@  In case of problems see the CHANGELOG and CREDITS files to find out
 who contributed the specific port. The MAINTAINERS file lists board
 maintainers.

+Note: There is no CHANGELOG file in the actual U-Boot source tree;
+it can be created dynamically from the Git log using:
+
+	make CHANGELOG
+

 Where to get help:
 ==================