Code

*** empty log message ***
authorrichard <richard@57a73879-2fb5-44c3-a270-3262357dd7e2>
Wed, 23 Apr 2003 12:12:22 +0000 (12:12 +0000)
committerrichard <richard@57a73879-2fb5-44c3-a270-3262357dd7e2>
Wed, 23 Apr 2003 12:12:22 +0000 (12:12 +0000)
git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@1675 57a73879-2fb5-44c3-a270-3262357dd7e2

BUILD.txt

index 065bb03fe37c35f4bde567526529deedbcea0d6e..2997d1bc6f1d1abd7a806b06bec9fc845e921add 100644 (file)
--- a/BUILD.txt
+++ b/BUILD.txt
@@ -25,12 +25,14 @@ So, those commands in a nice, cut'n'pasteable form::
  python setup.py clean --all
  python setup.py sdist --manifest-only
  python setup.py sdist --quiet
+ python2.3 setup.py register
 
 or, for the sad RedHat users::
 
  python2 setup.py clean --all
  python2 setup.py sdist --manifest-only
  python2 setup.py sdist --quiet
+ python2.3 setup.py register
 
 
 Distributing Releases