diff options
Diffstat (limited to 'documentation/Makefile')
-rw-r--r-- | documentation/Makefile | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/documentation/Makefile b/documentation/Makefile index 2f7292214f..6a369637f5 100644 --- a/documentation/Makefile +++ b/documentation/Makefile | |||
@@ -358,6 +358,16 @@ STYLESHEET = $(DOC)/*.css | |||
358 | endif | 358 | endif |
359 | 359 | ||
360 | 360 | ||
361 | ifeq ($(DOC),test-manual) | ||
362 | XSLTOPTS = --xinclude | ||
363 | ALLPREQ = html tarball | ||
364 | TARFILES = test-manual.html test-manual-style.css \ | ||
365 | figures/test-manual-title.png figures/ab-test-cluster.png | ||
366 | MANUALS = $(DOC)/$(DOC).html | ||
367 | FIGURES = figures | ||
368 | STYLESHEET = $(DOC)/*.css | ||
369 | endif | ||
370 | |||
361 | ## | 371 | ## |
362 | # These URI should be rewritten by your distribution's xml catalog to | 372 | # These URI should be rewritten by your distribution's xml catalog to |
363 | # match your locally installed XSL stylesheets. | 373 | # match your locally installed XSL stylesheets. |