Index: trunk/docs/contribute/release.rst
===================================================================
--- trunk/docs/contribute/release.rst	(revision 734)
+++ 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
Index: trunk/zoo-project/zoo-kernel/Makefile.in
===================================================================
--- trunk/zoo-project/zoo-kernel/Makefile.in	(revision 734)
+++ trunk/zoo-project/zoo-kernel/Makefile.in	(revision 735)
@@ -112,5 +112,5 @@
 	 ln -s ${LIBZOO_SERVICE} libzoo_service.${EXT})
 	install -d ${DESTDIR}${INST_INCLUDE}/zoo
-	install service.h service_internal.h ${DESTDIR}${INST_INCLUDE}/zoo
+	install sqlapi.h service.h service_internal.h ${DESTDIR}${INST_INCLUDE}/zoo
 
 clean:
