Index: trunk/docs/contribute/release.rst
===================================================================
--- trunk/docs/contribute/release.rst	(revision 728)
+++ trunk/docs/contribute/release.rst	(revision 735)
@@ -77,7 +77,14 @@
     cd zoo-project/zoo-kernel
     autoconf
+    # In case you did not build ZOO-Kernel
     cd ../../..
+    # In case you built ZOO-Kernel, then remove the generated file from the archive
+    make clean
+    rm -f  {Makefile,ZOOMakefile.opts}
+    cd ../../..
+    # In case you built one or more ZOO-Services, then remove the generated file from the archive
+    rm $(find ./zoo-project-$VERSION/zoo-project/zoo-services -name "*zo")
     # Remove documentation from the archive
-    rm -rf ./zoo-project-$VERSION/docs
+    rm -rf ./zoo-project-$VERSION/{docs,workshop}
     tar -cvjf ./zoo-project-$VERSION.tar.bz2 ./zoo-project-$VERSION
     zip -r ./zoo-project-$VERSION.zip ./zoo-project-$VERSION
