Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Merge commit '045db1657e870c721be490b411868f4181a12ced' into surf++
[simgrid.git] / doc / doxygen / inside_release.doc
index 7da810f..91c6de2 100644 (file)
@@ -12,7 +12,7 @@ Please apply the following checklist before releasing.
     SIMGRID_VERSION_MAJOR and friends. Please also update the
     comments right before these macros so that we keep a track of the
     version numbers that were used.
-  - Themake distcheck" target works (testing that every files needed
+  - The "make distcheck" target works (testing that every files needed
     to build and install are included in the archive)
   - The URL provided to download in the examples of
     doc/doxygen/install.doc is accurate. Note that updating the 
@@ -94,11 +94,10 @@ Please apply the above checklists before and after releasing the bindings.
 
 Then, clean your git repository and build the archive. It will give
 you an archive file in the build dir:
-'SimGrid-Java-${inside_release_version}.tar.gz' or
 'SimGrid-Ruby-${inside_release_version}.tar.gz'. 
 
 \verbatim
-$ cd simgrid-java (or simgrid-ruby)
+$ cd simgrid-ruby
 $ git reset --hard master
 $ git clean -dfx
 $ mkdir build