]> SALOME platform Git repositories - tools/medcoupling.git/commitdiff
Salome HOME
Fix problem with devdocs generation V4_1_4 V4_1_4rc2 V4_1_4sp1 V4_1_4sp2
authorvsr <vsr@opencascade.com>
Thu, 27 Nov 2008 14:15:29 +0000 (14:15 +0000)
committervsr <vsr@opencascade.com>
Thu, 27 Nov 2008 14:15:29 +0000 (14:15 +0000)
doc/Makefile.am
doc/salome/Makefile.am
doc/salome/tui/MED/doxyfile.in
doc/salome/tui/Makefile.am

index 52350de3c2655e59ae86fffddcdb64d480f1267f..bf1dace58c9de1ea7d449c38f88ab13c246d8c4b 100644 (file)
@@ -22,3 +22,6 @@
 SUBDIRS= MEDMEM salome
 
 EXTRA_DIST= html
+
+dev_docs:
+       (cd salome && $(MAKE) $(AM_MAKEFLAGS) dev_docs)
index d0d88709e7458d99c28ba041f4755f6b268d230d..b4db939bd6400647bd754909013946709430d322 100644 (file)
@@ -24,6 +24,7 @@
 # Date : 30/11/2001
 # $Header$
 #
+SUBDIRS= tui
 SUBDIRSTUI= tui
 
 dev_docs:
index d04558aca803a7a501af4d398417145ec0fbef2e..15d1c2d5840275accdbe6f8c534405a4378ffde4 100755 (executable)
@@ -37,8 +37,7 @@ ABBREVIATE_BRIEF       =
 ALWAYS_DETAILED_SEC    = NO
 INLINE_INHERITED_MEMB  = NO
 FULL_PATH_NAMES        = YES
-STRIP_FROM_PATH        = ../../../share/salome \
-                        ../../../build/salome
+STRIP_FROM_PATH        = @top_srcdir@ @top_builddir@
 STRIP_FROM_INC_PATH    = 
 SHORT_NAMES            = NO
 JAVADOC_AUTOBRIEF      = YES
@@ -93,9 +92,8 @@ WARN_LOGFILE           = log.txt
 #---------------------------------------------------------------------------
 # configuration options related to the input files
 #---------------------------------------------------------------------------
-INPUT                  = ../../../share/salome/src \
-                        ../../../share/salome/idl \
-                        ../../../build/salome/bin
+INPUT                  = @top_srcdir@/src \
+                        @top_srcdir@/idl
 FILE_PATTERNS          = *.idl *.h *.hh *.hxx *.c *.cc *.cxx *.ixx *.jxx python_extension_must_be_here
 RECURSIVE              = YES
 EXCLUDE                = 
index fa50504a759f4abfc0a76dd9225ecada2fac79e7..df4fbc66cc5ff1fdd4f987c3302e81c5c6ca55d4 100644 (file)
 include $(top_srcdir)/adm_local/unix/make_common_starter.am
 
 SUBDIRS = MED
-#EXTRA_DIST+= MED
 
 dev_docs:
        cp -fr $(srcdir)/MED ./INPUT; \
        cp -fr ./MED/doxyfile ./INPUT; \
-       cp -fr ./MED/sources/static/tree.js ./INPUT/sources/static; \
        cd INPUT; \
-       sed 's|../../../share/salome|$(top_srcdir)|' ./doxyfile > ./doxyfile1; \
-       sed 's|../../build/salome|$(top_builddir)|' ./doxyfile1 > ./doxyfile2; \
-       mv -f doxyfile2 doxyfile1; \
        echo "DOXYGEN SUPPORT PYTHON - @DOXYGEN_WITH_PYTHON@"; \
        if( test "x@DOXYGEN_WITH_PYTHON@" = "xyes"); then \
-         sed 's|python_extension_must_be_here|*.py|' ./doxyfile1 > ./doxyfile2; \
-         mv -f doxyfile2 doxyfile1; \
-         $(DOXYGEN) -u ./doxyfile1; \
+         sed 's|python_extension_must_be_here|*.py|' doxyfile > doxyfile1; \
        else \
-         sed 's|python_extension_must_be_here||' ./doxyfile1 > ./doxyfile2; \
-         mv -f doxyfile2 doxyfile1; \
+         sed 's|python_extension_must_be_here||' doxyfile > doxyfile1; \
        fi; \
        mv -f doxyfile1 doxyfile; \
-       $(DOXYGEN) ./doxyfile; \
+       $(DOXYGEN) -u doxyfile; \
+       $(DOXYGEN) doxyfile; \
        cd ..; \
        cp -fr $(srcdir)/MED/sources/static/*.* ./MED/
        cp -fr $(srcdir)/MED/sources/ MED/
        cp -fr $(srcdir)/MED/HTML/ MED/
        rm -fr INPUT
 
-#doctuidir= $(docdir)/tui/MED
-#nodist_doctui_DATA= MED/doxyfile
+doctuidir=$(docdir)/tui/MED
 
-#doctuistaticdir= $(docdir)/tui/MED/sources/static
-#nodist_doctuistatic_DATA= MED/sources/static/tree.js
+install-data-local:
+       if test -d MED; then \
+         $(INSTALL) -d $(docdir)/tui ; \
+         cp -rp MED $(docdir)/tui ; \
+         find $(docdir)/tui -name CVS -prune -exec rm -rf {} ";" ; \
+       fi;
+
+uninstall-local:
+       rm -rf $(docdir)/tui/MED