diff options
author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2012-10-19 14:24:22 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-10-22 09:49:08 +0100 |
commit | 7090cbe2c94f37baeb4e67cf3a822974d7dd0e61 (patch) | |
tree | 25ec6c87c9cac8b41ed3fc98e79a27c924163b63 /documentation | |
parent | 2889498dbbf7e6180be43093db3b991bb3011cce (diff) | |
download | poky-7090cbe2c94f37baeb4e67cf3a822974d7dd0e61.tar.gz |
documentation: dev-manual - removed the wip.png figure
this figure used to be at the end of the development manual.
I have removed it from both figures directories and taken
it out of the TARFILE list in the Makefile.
(From yocto-docs rev: ad8fcfc4bddb6bcee0e1a4ece78cd87ab0d51b6c)
Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation')
-rw-r--r-- | documentation/Makefile | 6 | ||||
-rw-r--r-- | documentation/dev-manual/figures/wip.png | bin | 35309 -> 0 bytes | |||
-rw-r--r-- | documentation/mega-manual/figures/wip.png | bin | 35309 -> 0 bytes |
3 files changed, 2 insertions, 4 deletions
diff --git a/documentation/Makefile b/documentation/Makefile index e6185ece52..0218211313 100644 --- a/documentation/Makefile +++ b/documentation/Makefile | |||
@@ -120,8 +120,7 @@ TARFILES = dev-style.css dev-manual.html dev-manual.pdf \ | |||
120 | figures/app-dev-flow.png figures/bsp-dev-flow.png figures/dev-title.png \ | 120 | figures/app-dev-flow.png figures/bsp-dev-flow.png figures/dev-title.png \ |
121 | figures/git-workflow.png figures/index-downloads.png figures/kernel-dev-flow.png \ | 121 | figures/git-workflow.png figures/index-downloads.png figures/kernel-dev-flow.png \ |
122 | figures/kernel-overview-1.png figures/kernel-overview-2-generic.png \ | 122 | figures/kernel-overview-1.png figures/kernel-overview-2-generic.png \ |
123 | figures/source-repos.png figures/yp-download.png \ | 123 | figures/source-repos.png figures/yp-download.png |
124 | figures/wip.png | ||
125 | endif | 124 | endif |
126 | 125 | ||
127 | MANUALS = $(DOC)/$(DOC).html $(DOC)/$(DOC).pdf | 126 | MANUALS = $(DOC)/$(DOC).html $(DOC)/$(DOC).pdf |
@@ -183,8 +182,7 @@ TARFILES = mega-manual.html mega-style.css figures/yocto-environment.png figures | |||
183 | figures/app-dev-flow.png figures/bsp-dev-flow.png figures/dev-title.png \ | 182 | figures/app-dev-flow.png figures/bsp-dev-flow.png figures/dev-title.png \ |
184 | figures/git-workflow.png figures/index-downloads.png figures/kernel-dev-flow.png \ | 183 | figures/git-workflow.png figures/index-downloads.png figures/kernel-dev-flow.png \ |
185 | figures/kernel-overview-1.png figures/kernel-overview-2-generic.png \ | 184 | figures/kernel-overview-1.png figures/kernel-overview-2-generic.png \ |
186 | figures/source-repos.png figures/yp-download.png \ | 185 | figures/source-repos.png figures/yp-download.png |
187 | figures/wip.png | ||
188 | endif | 186 | endif |
189 | 187 | ||
190 | MANUALS = $(DOC)/$(DOC).html | 188 | MANUALS = $(DOC)/$(DOC).html |
diff --git a/documentation/dev-manual/figures/wip.png b/documentation/dev-manual/figures/wip.png deleted file mode 100644 index 88116374a1..0000000000 --- a/documentation/dev-manual/figures/wip.png +++ /dev/null | |||
Binary files differ | |||
diff --git a/documentation/mega-manual/figures/wip.png b/documentation/mega-manual/figures/wip.png deleted file mode 100644 index 88116374a1..0000000000 --- a/documentation/mega-manual/figures/wip.png +++ /dev/null | |||
Binary files differ | |||