docs and a bit of cleanup

delete core files with boostrap clean
fix the placement of a comment
simple docs for the standard client connection process (no mention of
downloads)
This commit is contained in:
Bill Currie 2010-01-13 06:48:54 +00:00 committed by Jeff Teunissen
parent b05e9ea293
commit bb6619d332
3 changed files with 38 additions and 9 deletions

View file

@ -24,6 +24,7 @@ if test "$1" = "clean"; then
cd -
find . -name Makefile -print0 | xargs $ARGS rm -f
find . -name core -print0 | xargs $ARGS rm -f
rm -f RPM/build_rpm RPM/quakeforge.conf RPM/quakeforge.spec RPM/rpmmacros
find . -name '*.o' -type f -print0 | xargs $ARGS rm -f
find . -name '*.lo' -type f -print0 | xargs $ARGS rm -f