[Buildroot] [PATCH 1/7] manual: add manual generation date/git revision in the manual text

Samuel Martin s.martin49 at gmail.com
Thu Mar 21 21:04:32 UTC 2013


Signed-off-by: Samuel Martin <s.martin49 at gmail.com>

---
Thanks to Thomas P. for the suggestion and Lionel O. for the asciidoc
tips.
---
 docs/manual/manual.txt | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/docs/manual/manual.txt b/docs/manual/manual.txt
index ffb6fb9..9685667 100644
--- a/docs/manual/manual.txt
+++ b/docs/manual/manual.txt
@@ -8,6 +8,9 @@ The Buildroot user manual
 Buildroot usage and documentation by Thomas Petazzoni. Contributions
 from Karsten Kruse, Ned Ludd, Martin Herren and others.
 
+Buildroot {sys:echo $\{BR2_VERSION%%-git*\}} manual generated on {docdate}
+{doctime} from git revision {sys:git rev-parse --short HEAD}
+
 image::logo.png[]
 
 :leveloffset: 1
-- 
1.8.2



More information about the buildroot mailing list