From: nadir Date: Mon, 16 Jan 2006 10:03:19 +0000 (+0000) Subject: comitting in the Main branch the branch BR_3_1_0deb X-Git-Tag: V7_3_1b1~485 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=e6bea2979461b9e44264b44a67e9c9a2dc320275;p=tools%2Fmedcoupling.git comitting in the Main branch the branch BR_3_1_0deb --- diff --git a/doc/salome/MED_index.html b/doc/salome/MED_index.html deleted file mode 100644 index 5217304ed..000000000 --- a/doc/salome/MED_index.html +++ /dev/null @@ -1,94 +0,0 @@ - - - - - - - - Med Module Documentation - - - -
  -
-
                   -   
- - - - - - - - - -
- - - -
- -
-
-
-

Med MODULE Documentation

-
-
- - - - - -
-
- -
-

Application-About.png -     

-
- -
- - - - -
-
-
- -
-
- -
- -
- -

-
- -
- -
TUI Documentation
- -
- -
- -

-
-
-
-
-
-
-
- - diff --git a/doc/salome/MED_index_v3.1.0.html b/doc/salome/MED_index_v3.1.0.html new file mode 100644 index 000000000..5217304ed --- /dev/null +++ b/doc/salome/MED_index_v3.1.0.html @@ -0,0 +1,94 @@ + + + + + + + + Med Module Documentation + + + +
  +
+
                   +   
+ + + + + + + + + +
+ + + +
+ +
+
+
+

Med MODULE Documentation

+
+
+ + + + + +
+
+ +
+

Application-About.png +     

+
+ +
+ + + + +
+
+
+ +
+
+ +
+ +
+ +

+
+ +
+ +
TUI Documentation
+ +
+ +
+ +

+
+
+
+
+
+
+
+ + diff --git a/doc/salome/Makefile.in b/doc/salome/Makefile.in index b411e3271..c19de8770 100644 --- a/doc/salome/Makefile.in +++ b/doc/salome/Makefile.in @@ -19,7 +19,7 @@ docs: @@SETX@; for d in $(SUBDIRS); do \ (cd $$d && $(MAKE) $@) || exit 1; \ done; \ - cp -f $(srcdir)/MED_index.html MED_index.html + cp -f $(srcdir)/MED_index_v3.1.0.html MED_index_v3.1.0.html clean: @@SETX@; for d in $(SUBDIRS); do \ @@ -34,10 +34,10 @@ distclean: clean install: $(MAKE) docs (cd tui && $(MAKE) install); - cp -f MED_index.html $(docdir) + cp -f MED_index_v3.1.0.html $(docdir) uninstall: @@SETX@; for d in $(SUBDIRS); do \ (cd $$d && $(MAKE) $@) || exit 1; \ done; \ - rm -fr $(docdir)/MED_index.html + rm -fr $(docdir)/MED_index_v3.1.0.html