summaryrefslogtreecommitdiffstats
path: root/documentation/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'documentation/Makefile')
-rw-r--r--documentation/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/documentation/Makefile b/documentation/Makefile
index 67885a9981..3941cf88ee 100644
--- a/documentation/Makefile
+++ b/documentation/Makefile
@@ -71,9 +71,10 @@
71 71
72ifeq ($(DOC),bsp-guide) 72ifeq ($(DOC),bsp-guide)
73XSLTOPTS = --xinclude 73XSLTOPTS = --xinclude
74ALLPREQ = html pdf tarball 74ALLPREQ = html pdf eclipse tarball
75TARFILES = bsp-style.css bsp-guide.html bsp-guide.pdf figures/bsp-title.png 75TARFILES = bsp-style.css bsp-guide.html bsp-guide.pdf figures/bsp-title.png \
76MANUALS = $(DOC)/$(DOC).html $(DOC)/$(DOC).pdf 76 eclipse
77MANUALS = $(DOC)/$(DOC).html $(DOC)/$(DOC).pdf $(DOC)/eclipse
77FIGURES = figures 78FIGURES = figures
78STYLESHEET = $(DOC)/*.css 79STYLESHEET = $(DOC)/*.css
79 80