]> SALOME platform Git repositories - tools/sat.git/commitdiff
Salome HOME
remove data/local_wambeke*pyconf and fix README
authorChristian Van Wambeke <christian.van-wambeke@cea.fr>
Thu, 11 Oct 2018 12:18:41 +0000 (14:18 +0200)
committerChristian Van Wambeke <christian.van-wambeke@cea.fr>
Thu, 11 Oct 2018 12:18:41 +0000 (14:18 +0200)
data/local_wambeke_cea.pyconf [deleted file]
data/local_wambeke_home.pyconf [deleted file]
doc/README

diff --git a/data/local_wambeke_cea.pyconf b/data/local_wambeke_cea.pyconf
deleted file mode 100644 (file)
index e62c609..0000000
+++ /dev/null
@@ -1,21 +0,0 @@
-
-  LOCAL :
-  {
-    base : 'default'
-    workdir : 'default'
-    log_dir : 'default'
-    archive_dir : 'default'
-    VCS : None
-    tag : None
-  }
-  PROJECTS :
-  {
-    project_file_paths :
-    [
-    "/volatile/wambeke/SAT5/SAT5_S840_MATIX24/SAT_SALOME/salome.pyconf",
-    # "/home/uranietm/proJET/saTJOBS/saT5/uranie.pyconf",
-    # cloned 2017/12 for matix 
-    # "/home/matix/GitRepo/uranie/saT5/uranie.pyconf",
-    # "/volatile/wambeke/SAT5/SAT_MATIX/matix.pyconf"
-    ]
-  }
diff --git a/data/local_wambeke_home.pyconf b/data/local_wambeke_home.pyconf
deleted file mode 100644 (file)
index c91da53..0000000
+++ /dev/null
@@ -1,18 +0,0 @@
-
-  LOCAL :
-  {
-    base : 'default'
-    workdir : 'default'
-    log_dir : 'default'
-    archive_dir : 'default'
-    VCS : None
-    tag : None
-  }
-  PROJECTS :
-  {
-    project_file_paths :
-    [
-    "/home/christian/SAT_SALOME/salome.pyconf"
-    "/home/christian/SAT_MATIX/matix.pyconf"
-    ]
-  }
index 27643a502864e49b386b4cdb0812533ad88bfe34..78f85c059f23f8b7ce747f45060a06f17082621f 100644 (file)
@@ -1,24 +1,42 @@
 
-# LINUX Compile documentation procedure:
-# needs prerequisite sphinx-build to make doc html
+#########################################################
+# LINUX Compile this documentation in-place procedure
+# to get ready-to-read documentation when
+# user just done 'git-clone' SAT
+#########################################################
+
+# prerequisites:
+# needs sphinx-build to make doc html
+# needs texlive up-to-date to make doc pdf
 
+# make doc html
 cd doc
 make html
 firefox build/html/index.html &
 
-# to make doc pdf
-# needs texlive a jour (done on machines lgls for x86_64-linux)
-# https://www.tug.org/texlive/quickinstall.html
+# to make doc pdf without error
+# user needs texlive up-to-date
+# see https://www.tug.org/texlive/quickinstall.html
 
-export INFOPATH=/data/tmplgls/wambeke/share/texlive/2017/texmf-dist/doc/info
-export MANPATH=/data/tmplgls/wambeke/share/texlive/2017/texmf-dist/doc/man
-export PATH=/data/tmplgls/wambeke/share/texlive/2017/bin/x86_64-linux:${PATH}
+# on machines Centos7 dm2s/lgls as x86_64-linux his is not good,
+# see https://www.centos.org/forums/viewtopic.php?t=54410
+# so user simply have to set PATH on one correct texlive package
+# compiled here:
 
+# export INFOPATH=/data/tmplgls/wambeke/share/texlive/2017/texmf-dist/doc/info
+# export MANPATH=/data/tmplgls/wambeke/share/texlive/2017/texmf-dist/doc/man
+# export PATH=/data/tmplgls/wambeke/share/texlive/2017/bin/x86_64-linux:${PATH}
+# and then ...
+
+
+# make doc pdf
 cd doc
 make latexpdf
 evince build/latex/salomeTools.pdf &
 
+
 #########################################################
-# after compilation success do not forget to 'git push' #
+# after doc compilation success
+# do not forget to do 'git push' !!!!!!!!!!!!!!
 #########################################################