diff --git a/bochs/doc/docbook/development/development.dbk b/bochs/doc/docbook/development/development.dbk index 9965d8a93..1d244a01d 100644 --- a/bochs/doc/docbook/development/development.dbk +++ b/bochs/doc/docbook/development/development.dbk @@ -1,7 +1,7 @@ - -Command to make a clean source tarball : - - tar czvf bochs.tar.gz --exclude "*.sym" --exclude "*/rombios*.txt" --exclude "*.swp" --exclude "*.bak" --exclude "*.o" --exclude "*.a" --exclude "*/bios/_*" --exclude "*/bios/*.s" --exclude ".#*" --exclude "*.rej" --exclude "*.orig" --exclude "*/bochs" --exclude "*autom4te.cache*" --exclude "*.libs*" --exclude "*.opt" --exclude "*.dsp" --exclude "*.dsw" --exclude "*/bxcommit" --exclude "*/bxvhub" --exclude "*/bximage" --exclude CVS --exclude .cvsignore --exclude "*.la" --exclude "*.lo" --exclude "*/docbook/*.html" bochs - Wed Dec 11 13:56:20 EST 2002 diff --git a/bochs/docs-html/release-prep.txt b/bochs/docs-html/release-prep.txt deleted file mode 100644 index d5bb196d9..000000000 --- a/bochs/docs-html/release-prep.txt +++ /dev/null @@ -1,45 +0,0 @@ -Notes on preparing a release: - -update README (easy) -update Makefile.in -update bxversion.h (configure; make bxversion.h) -write into CHANGES.txt -copy into docs-html/changelog.html -update docs-html/cvs-status.html - -building it: -export VERSION=1.2.1 -export TAG=REL_1_2_1_FINAL -export DIR=bochs-1.2.1 - - -source: - cvs export -r$TAG -d$DIR bochs - tar czvf bochs-$VERSION.tar.gz --exclude CVS $DIR - -win32 makefiles: - rm -rf $DIR - tar xzvf bochs-$VERSION.tar.gz - (cd $DIR && sh .conf.win32-vcpp) - zip bochs-win32makefiles-$VERSION.zip bochs-$VERSION/config.h bochs-$VERSION/Makefile bochs-$VERSION/*/Makefile bochs-$VERSION/*/*/Makefile - rm -rf $DIR - -mac makefiles: - rm -rf $DIR - tar xzvf bochs-$VERSION.tar.gz - (cd $DIR && sh .conf.macos) - zip bochs-macmakefiles-$VERSION.zip bochs-$VERSION/config.h bochs-$VERSION/Makefile bochs-$VERSION/*/Makefile bochs-$VERSION/*/*/Makefile - rm -rf $DIR - -Linux RPM: - rm -rf $DIR - tar xzvf bochs-$VERSION.tar.gz - su - (cd $DIR && ./configure && make rpm) - mv /usr/src/redhat/SRPMS/bochs-$VERSION-1.src.rpm bochs-$VERSION.src.rpm - mv /usr/src/redhat/RPMS/i386/bochs-$VERSION-1.i386.rpm bochs-$VERSION.i386.rpm - -win32 binary: - insert some stuff at top of README.txt - for windows, no automation yet. Look at old package and copy new files in. -