u-boot/doc/DocBook
Masahiro Yamada 7424145f30 kbuild: consolidate version and timestamp headers generation
- Generate include/generated/{timestamp.h, version.h}
   more simply by using filechk rule.

 - Add $(UBOOTRELEASE) variable and re-write u-boot.imx rule
   more simply.

 - Rename U_BOOT_VERSION in Makefile to UBOOTVERSION

   Before this commit, the same variable name, "U_BOOT_VERSION"
   was used for two different strings.

   One of them was defined in Makefile.
   It takes the form like "2014.01-rc1" and used in
   makefiles and script files.

   The other is defined in include/generated/version.h
   It takes the form like "U-Boot 2014.01-rc1-00010-gbe6d426-dirty"
   and used in C and Aseembler.

   It is confusing when grepping the source tree. So, this commit
   renames the former to UBOOTVERSION.

Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>
2014-02-25 11:01:28 -05:00
..
.gitignore kernel-doc: update kernel-doc related files to Linux v3.13 2014-02-19 11:10:04 -05:00
Makefile kbuild: consolidate version and timestamp headers generation 2014-02-25 11:01:28 -05:00
docbook.css kerneldoc: Add nicer CSS stylesheet for HTML docs 2012-10-15 11:54:15 -07:00
linker_lists.tmpl kerneldoc: tmpl: Implement template for LG-arrays 2012-10-22 08:29:55 -07:00
stdio.tmpl kerneldoc: stdio: tmpl: Add stdio template 2012-10-17 07:58:44 -07:00
stylesheet.xsl kernel-doc: update kernel-doc related files to Linux v3.13 2014-02-19 11:10:04 -05:00