From: mkr Date: Tue, 29 Nov 2005 12:52:05 +0000 (+0000) Subject: Add version (3.1.0) postfix to *_index.html file name. X-Git-Tag: BR_3_1_0_deb~17 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=179557d385dc0edb3b57c7da588e7f1234e5b97a;p=modules%2Fgui.git Add version (3.1.0) postfix to *_index.html file name. --- diff --git a/doc/salome/GUI_index.html b/doc/salome/GUI_index.html deleted file mode 100755 index 465e3ea9d..000000000 --- a/doc/salome/GUI_index.html +++ /dev/null @@ -1,95 +0,0 @@ - - - - - - - - Gui Module Documentation - - - -
  -
-
                   -   
- - - - - - - - - -
- - - -
- -
-
-
-

GUI MODULE Documentation

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

Application-About.png -     

-
- -
- - - - -
-
-
-
-
- -
- -
GUI Documentation
- -
- -
- -

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

-
-
-
-
-
-
- - diff --git a/doc/salome/GUI_index_v3.1.0.html b/doc/salome/GUI_index_v3.1.0.html new file mode 100755 index 000000000..465e3ea9d --- /dev/null +++ b/doc/salome/GUI_index_v3.1.0.html @@ -0,0 +1,95 @@ + + + + + + + + Gui Module Documentation + + + +
  +
+
                   +   
+ + + + + + + + + +
+ + + +
+ +
+
+
+

GUI MODULE Documentation

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

Application-About.png +     

+
+ +
+ + + + +
+
+
+
+
+ +
+ +
GUI Documentation
+ +
+ +
+ +

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

+
+
+
+
+
+
+ + diff --git a/doc/salome/Makefile.in b/doc/salome/Makefile.in index 8f93f433b..ca1d6f282 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)/GUI_index.html GUI_index.html + cp -f $(srcdir)/GUI_index_v3.1.0.html GUI_index_v3.1.0.html clean: @@SETX@; for d in $(SUBDIRS); do \ @@ -35,10 +35,10 @@ install: $(MAKE) docs (cd tui && $(MAKE) install); (cd gui && $(MAKE) install); - cp -f GUI_index.html $(docdir) + cp -f GUI_index_v3.1.0.html $(docdir) uninstall: @@SETX@; for d in $(SUBDIRS); do \ (cd $$d && $(MAKE) $@) || exit 1; \ done; \ - rm -fr $(docdir)/GUI_index.html + rm -fr $(docdir)/GUI_index_v3.1.0.html