diff options
| author | Paul Buetow <paul@buetow.org> | 2010-11-21 16:20:55 +0000 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2010-11-21 16:20:55 +0000 |
| commit | 6fde6b0fe90abde84011202edd40fe46eb06af44 (patch) | |
| tree | ef760338c50b4df3ae9cca96347bca962fdbec7e /scripts | |
| parent | 55b08bd93257d32df76efc4e8e3f49311c39ee82 (diff) | |
Diffstat (limited to 'scripts')
| -rw-r--r-- | scripts/README | 13 | ||||
| -rwxr-xr-x | scripts/makedist.sh | 2 |
2 files changed, 2 insertions, 13 deletions
diff --git a/scripts/README b/scripts/README index f2040ae..189b169 100644 --- a/scripts/README +++ b/scripts/README @@ -2,16 +2,5 @@ All scripts should be run from the yChat main directory, example: ./scripts/makeyhttpd.pl -A ./makeyhttpd.pl WILL NOT work :) -astyle.sh - Uses the astyle tool for source code formatting -buildnr.pl - Increments the yChat build number by one -checkperl.sh - Checks which perl to use [obsolete] -config.pl - yChat configurator [obsolete] -makedist.sh - Creates a yChat destribution package [broken] -makeyhttpd.pl - Generates yhttpd sourcecode [broken] -modules/ - Contains perl subroutines -screen.sh - Starts yChat inside of a screen session -setglobvals.pl - Sets some variables inside of the ./src/glob.h file -stats.pl - Generates and prints out some source code statistics -version.sh - Prints out the current yChat version +A ./makeyhttpd.pl WILL NOT work :) diff --git a/scripts/makedist.sh b/scripts/makedist.sh index 4f1c6e9..6c51a07 100755 --- a/scripts/makedist.sh +++ b/scripts/makedist.sh @@ -1,4 +1,4 @@ -#!/bin/sh -x +#!/bin/sh # The yChat Project (2005) # # This script creates a .tar.bz2 ball. |
