diff --git a/documentation/Makefile b/documentation/Makefile index d1fc1a2f85..e43a8ee07f 100644 --- a/documentation/Makefile +++ b/documentation/Makefile @@ -52,6 +52,20 @@ STYLESHEET = $(DOC)/*.css endif +ifeq ($(DOC),dev-manual) +XSLTOPTS = --stringparam html.stylesheet style.css \ + --stringparam chapter.autolabel 1 \ + --stringparam section.autolabel 1 \ + --stringparam section.label.includes.component.label 1 \ + --xinclude +ALLPREQ = html pdf tarball +TARFILES = style.css dev-manual.html dev-manual.pdf figures/dev-title.png +MANUALS = $(DOC)/$(DOC).html $(DOC)/$(DOC).pdf +FIGURES = figures +STYLESHEET = $(DOC)/*.css + +endif + ifeq ($(DOC),yocto-project-qs) XSLTOPTS = --stringparam html.stylesheet style.css \ --xinclude