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 903f5917e1..fdf2385ea8 100644
--- a/documentation/Makefile
+++ b/documentation/Makefile
@@ -225,9 +225,10 @@ endif
225 225
226ifeq ($(DOC),adt-manual) 226ifeq ($(DOC),adt-manual)
227XSLTOPTS = --xinclude 227XSLTOPTS = --xinclude
228ALLPREQ = html pdf tarball 228ALLPREQ = html pdf eclipse tarball
229TARFILES = adt-manual.html adt-manual.pdf adt-style.css figures/adt-title.png 229TARFILES = adt-manual.html adt-manual.pdf adt-style.css figures/adt-title.png \
230MANUALS = $(DOC)/$(DOC).html $(DOC)/$(DOC).pdf 230 eclipse
231MANUALS = $(DOC)/$(DOC).html $(DOC)/$(DOC).pdf $(DOC)/eclipse
231FIGURES = figures 232FIGURES = figures
232STYLESHEET = $(DOC)/*.css 233STYLESHEET = $(DOC)/*.css
233endif 234endif