From: mkr Date: Tue, 29 Nov 2005 12:49:43 +0000 (+0000) Subject: Add version (3.1.0) postfix to *_index.html file name. X-Git-Tag: BR_3_1_0_deb~7 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=efdb915cd4e2a166b38d9ff018c30d9bebae2cf4;p=modules%2Fgeom.git Add version (3.1.0) postfix to *_index.html file name. --- diff --git a/doc/salome/GEOM_index.html b/doc/salome/GEOM_index.html deleted file mode 100644 index e4488ebbc..000000000 --- a/doc/salome/GEOM_index.html +++ /dev/null @@ -1,95 +0,0 @@ - - - - - - - - Geometry Module Documentation - - - -
  -
-
                   -   
- - - - - - - - - -
- - - -
- -
-
-
-

Geometry MODULE Documentation

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

Application-About.png -     

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

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

-
-
-
-
-
-
- - diff --git a/doc/salome/GEOM_index_v3.1.0.html b/doc/salome/GEOM_index_v3.1.0.html new file mode 100644 index 000000000..e4488ebbc --- /dev/null +++ b/doc/salome/GEOM_index_v3.1.0.html @@ -0,0 +1,95 @@ + + + + + + + + Geometry Module Documentation + + + +
  +
+
                   +   
+ + + + + + + + + +
+ + + +
+ +
+
+
+

Geometry MODULE Documentation

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

Application-About.png +     

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

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

+
+
+
+
+
+
+ + diff --git a/doc/salome/Makefile.in b/doc/salome/Makefile.in index 685a67e8b..2af65570b 100644 --- a/doc/salome/Makefile.in +++ b/doc/salome/Makefile.in @@ -20,7 +20,7 @@ docs: @@SETX@; for d in $(SUBDIRS); do \ (cd $$d && $(MAKE) $@) || exit 1; \ done; \ - cp -f $(srcdir)/GEOM_index.html GEOM_index.html + cp -f $(srcdir)/GEOM_index_v3.1.0.html GEOM_index_v3.1.0.html clean: @@SETX@; for d in $(SUBDIRS); do \ @@ -36,10 +36,10 @@ install: $(MAKE) docs (cd tui && $(MAKE) install); (cd gui && $(MAKE) install); - cp -f GEOM_index.html $(docdir) + cp -f GEOM_index_v3.1.0.html $(docdir) uninstall: @@SETX@; for d in $(SUBDIRS); do \ (cd $$d && $(MAKE) $@) || exit 1; \ done; \ - rm -fr $(docdir)/GEOM_index.html + rm -fr $(docdir)/GEOM_index_v3.1.0.html