]> SALOME platform Git repositories - plugins/blsurfplugin.git/commitdiff
Salome HOME
Using HTML_EXTRA_STYLESHEET instead of HTML_STYLESHEET to use default style and custo...
authorakl <akl@opencascade.com>
Thu, 11 Apr 2013 11:30:57 +0000 (11:30 +0000)
committerakl <akl@opencascade.com>
Thu, 11 Apr 2013 11:30:57 +0000 (11:30 +0000)
configure.ac
doc/salome/tui/Makefile.am

index 361e52f23934c0c9a0283690c545bba8241f3408..b8322b19b414048b1e0336df03a2d069691fddbd 100644 (file)
@@ -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 \
index e62567c2cb8391d1c4de956c1736c1ea6e4e9ec5..0a8ae07f1a4abf2e0a4c95690140e60e2772d79d 100644 (file)
@@ -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) $<;