diff options
Diffstat (limited to 'documentation/Makefile')
| -rw-r--r-- | documentation/Makefile | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/documentation/Makefile b/documentation/Makefile index 3f1f4cfa82..13b85af159 100644 --- a/documentation/Makefile +++ b/documentation/Makefile | |||
| @@ -125,9 +125,12 @@ endif | |||
| 125 | 125 | ||
| 126 | ifeq ($(DOC),yocto-project-qs) | 126 | ifeq ($(DOC),yocto-project-qs) |
| 127 | XSLTOPTS = --xinclude | 127 | XSLTOPTS = --xinclude |
| 128 | ALLPREQ = html tarball | 128 | ALLPREQ = html eclipse tarball |
| 129 | TARFILES = yocto-project-qs.html qs-style.css figures/yocto-environment.png figures/building-an-image.png figures/using-a-pre-built-image.png figures/yocto-project-transp.png | 129 | TARFILES = yocto-project-qs.html qs-style.css figures/yocto-environment.png \ |
| 130 | MANUALS = $(DOC)/$(DOC).html | 130 | figures/building-an-image.png figures/using-a-pre-built-image.png \ |
| 131 | figures/yocto-project-transp.png \ | ||
| 132 | eclipse | ||
| 133 | MANUALS = $(DOC)/$(DOC).html $(DOC)/eclipse | ||
| 131 | FIGURES = figures | 134 | FIGURES = figures |
| 132 | STYLESHEET = $(DOC)/*.css | 135 | STYLESHEET = $(DOC)/*.css |
| 133 | endif | 136 | endif |
