Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
remove a couple of oldies
authorFrederic Suter <frederic.suter@cc.in2p3.fr>
Fri, 12 Feb 2016 21:53:16 +0000 (22:53 +0100)
committerFrederic Suter <frederic.suter@cc.in2p3.fr>
Fri, 12 Feb 2016 21:53:16 +0000 (22:53 +0100)
  + this minimal stylesheet has been replaced by doc/doxygen/stylesheet
  + cmake is now used for 6 years, users might be used to it

configure [deleted file]
doc/simgrid.css [deleted file]
tools/cmake/DefinePackages.cmake

diff --git a/configure b/configure
deleted file mode 100755 (executable)
index ca32ca4..0000000
--- a/configure
+++ /dev/null
@@ -1,11 +0,0 @@
-#! /bin/sh
-
-cat <<EOT
-THIS COMMAND IS NOT AVAILABLE!
-Since v3.4 we use cmake. Now use:
-        cmake -DCMAKE_INSTALL_PREFIX=<where_you_want> .
-        make
-        make install
-EOT
-
-exit 1
diff --git a/doc/simgrid.css b/doc/simgrid.css
deleted file mode 100644 (file)
index d185605..0000000
+++ /dev/null
@@ -1,23 +0,0 @@
-/* Table Of Content styles, by Martin Quinson (but not original at all) */
-DIV.toc  {
-       background-color: #e8eef2;
-       border: 1px solid #84b0c7;
-       font-size: 120%;
-       display: block;
-       float: right;
-       margin: 10px;
-       padding: 10px;
-       padding-top: 0px;
-       padding-bottom: 0px;
-}
-
-DIV.tocTitle {
-       text-align: center;
-       font-weight: bold;
-       font-size: 130%;
-}
-
-.remark {
-    background-color: #eee;
-    border: 1px solid #ccc;
-}
index 243d882..fe3d844 100644 (file)
@@ -928,7 +928,6 @@ set(DOC_TOOLS
 
 # these files get copied automatically to the html documentation
 set(DOC_IMG
 
 # these files get copied automatically to the html documentation
 set(DOC_IMG
-  ${CMAKE_HOME_DIRECTORY}/doc/simgrid.css
   ${CMAKE_HOME_DIRECTORY}/doc/sc3-description.png
   ${CMAKE_HOME_DIRECTORY}/doc/webcruft/AS_hierarchy.png
   ${CMAKE_HOME_DIRECTORY}/doc/webcruft/Paje_MSG_screenshot.jpg
   ${CMAKE_HOME_DIRECTORY}/doc/sc3-description.png
   ${CMAKE_HOME_DIRECTORY}/doc/webcruft/AS_hierarchy.png
   ${CMAKE_HOME_DIRECTORY}/doc/webcruft/Paje_MSG_screenshot.jpg
@@ -974,7 +973,6 @@ set(txt_files
   LICENSE-LGPL-2.1
   NEWS
   TODO
   LICENSE-LGPL-2.1
   NEWS
   TODO
-  configure
   )
 
 set(EXAMPLES_CMAKEFILES_TXT
   )
 
 set(EXAMPLES_CMAKEFILES_TXT