From efdb915cd4e2a166b38d9ff018c30d9bebae2cf4 Mon Sep 17 00:00:00 2001 From: mkr Date: Tue, 29 Nov 2005 12:49:43 +0000 Subject: [PATCH] Add version (3.1.0) postfix to *_index.html file name. --- doc/salome/{GEOM_index.html => GEOM_index_v3.1.0.html} | 0 doc/salome/Makefile.in | 6 +++--- 2 files changed, 3 insertions(+), 3 deletions(-) rename doc/salome/{GEOM_index.html => GEOM_index_v3.1.0.html} (100%) diff --git a/doc/salome/GEOM_index.html b/doc/salome/GEOM_index_v3.1.0.html similarity index 100% rename from doc/salome/GEOM_index.html rename to doc/salome/GEOM_index_v3.1.0.html 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 -- 2.39.2