diff options
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. |
