Changeset 735 for trunk/docs
- Timestamp:
- Jul 10, 2015, 12:52:00 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/docs/contribute/release.rst
r725 r735 77 77 cd zoo-project/zoo-kernel 78 78 autoconf 79 # In case you did not build ZOO-Kernel 79 80 cd ../../.. 81 # In case you built ZOO-Kernel, then remove the generated file from the archive 82 make clean 83 rm -f {Makefile,ZOOMakefile.opts} 84 cd ../../.. 85 # In case you built one or more ZOO-Services, then remove the generated file from the archive 86 rm $(find ./zoo-project-$VERSION/zoo-project/zoo-services -name "*zo") 80 87 # Remove documentation from the archive 81 rm -rf ./zoo-project-$VERSION/ docs88 rm -rf ./zoo-project-$VERSION/{docs,workshop} 82 89 tar -cvjf ./zoo-project-$VERSION.tar.bz2 ./zoo-project-$VERSION 83 90 zip -r ./zoo-project-$VERSION.zip ./zoo-project-$VERSION
Note: See TracChangeset
for help on using the changeset viewer.