From 6352552b62fa1473a89565385c00aeb733342e74 Mon Sep 17 00:00:00 2001 From: akl Date: Thu, 11 Apr 2013 11:30:57 +0000 Subject: [PATCH] Using HTML_EXTRA_STYLESHEET instead of HTML_STYLESHEET to use default style and customize the header and footer only. --- configure.ac | 1 + doc/salome/tui/Makefile.am | 3 +++ 2 files changed, 4 insertions(+) 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) $<; -- 2.39.2