diff options
| author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2011-05-09 10:44:56 -0500 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-12-20 22:35:15 +0000 |
| commit | 53bbe30ee75a22e9d4d0cfa7b78200de76e5d41b (patch) | |
| tree | cbb32e11462b201ffbf476734327183eee20c616 | |
| parent | 1ca2d4316e1951fb3f50af74e425654e699f0b0d (diff) | |
| download | poky-53bbe30ee75a22e9d4d0cfa7b78200de76e5d41b.tar.gz | |
BUGID#_956 - documentation/bsp-guide/Makefile: Updated for publish process
BUGID#_956: I updated the Make file so that it will push the HTML and PDF files
automatically to the yocto project site. This takes care of
BUGID#_956 for the BSP Guide.
(From yocto-docs rev: 9086e3710ef5df94be4d74683b8e66aa1c74ac91)
Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
| -rw-r--r-- | documentation/bsp-guide/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/bsp-guide/Makefile b/documentation/bsp-guide/Makefile index 6371a31569..8071e348fb 100644 --- a/documentation/bsp-guide/Makefile +++ b/documentation/bsp-guide/Makefile | |||
| @@ -19,7 +19,7 @@ XSLTOPTS = --stringparam html.stylesheet style.css \ | |||
| 19 | --stringparam chapter.autolabel 1 \ | 19 | --stringparam chapter.autolabel 1 \ |
| 20 | --stringparam section.autolabel 1 \ | 20 | --stringparam section.autolabel 1 \ |
| 21 | --stringparam section.label.includes.component.label 1 \ | 21 | --stringparam section.label.includes.component.label 1 \ |
| 22 | --xinclude | 22 | --xinclude |
| 23 | 23 | ||
| 24 | VER = 1.0 | 24 | VER = 1.0 |
| 25 | DOC = bsp-guide | 25 | DOC = bsp-guide |
