From: akl Date: Thu, 11 Apr 2013 11:30:57 +0000 (+0000) Subject: Using HTML_EXTRA_STYLESHEET instead of HTML_STYLESHEET to use default style and custo... X-Git-Tag: V7_2_0~3 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=6352552b62fa1473a89565385c00aeb733342e74;p=plugins%2Fblsurfplugin.git Using HTML_EXTRA_STYLESHEET instead of HTML_STYLESHEET to use default style and customize the header and footer only. --- diff --git a/configure.ac b/configure.ac index 361e52f..b8322b1 100644 --- a/configure.ac +++ b/configure.ac @@ -442,6 +442,7 @@ AC_OUTPUT([ \ doc/salome/gui/BLSURFPLUGIN/static/header_py.html \ doc/salome/tui/Makefile \ doc/salome/tui/doxyfile \ + doc/salome/tui/static/header.html \ bin/VERSION \ bin/Makefile \ idl/Makefile \ diff --git a/doc/salome/tui/Makefile.am b/doc/salome/tui/Makefile.am index e62567c..0a8ae07 100644 --- a/doc/salome/tui/Makefile.am +++ b/doc/salome/tui/Makefile.am @@ -25,6 +25,9 @@ include $(top_srcdir)/adm_local/unix/make_common_starter.am EXTRA_DIST += images static/footer.html static/salome_extra.css +tuidocdir = $(docdir)/tui/BLSURFPLUGIN +tuidoc_DATA = images/head.png + dev_docs: doxyfile echo "Running doxygen in directory: "`pwd`; \ $(DOXYGEN) $<;