summaryrefslogtreecommitdiffstats
path: root/documentation/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'documentation/Makefile')
-rw-r--r--documentation/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/documentation/Makefile b/documentation/Makefile
index 891e847c39..f9a0b9d294 100644
--- a/documentation/Makefile
+++ b/documentation/Makefile
@@ -203,10 +203,10 @@ endif
203 203
204ifeq ($(DOC),ref-manual) 204ifeq ($(DOC),ref-manual)
205XSLTOPTS = --xinclude 205XSLTOPTS = --xinclude
206ALLPREQ = html pdf tarball 206ALLPREQ = html pdf eclipse tarball
207TARFILES = ref-manual.html ref-style.css figures/poky-title.png \ 207TARFILES = ref-manual.html ref-style.css figures/poky-title.png \
208 figures/buildhistory.png figures/buildhistory-web.png 208 figures/buildhistory.png figures/buildhistory-web.png eclipse
209MANUALS = $(DOC)/$(DOC).html $(DOC)/$(DOC).pdf 209MANUALS = $(DOC)/$(DOC).html $(DOC)/$(DOC).pdf $(DOC)/eclipse
210FIGURES = figures 210FIGURES = figures
211STYLESHEET = $(DOC)/*.css 211STYLESHEET = $(DOC)/*.css
212endif 212endif