
Stuff in this directory:

adddebug        Modifies the Makefile to add debug info (-g)

add_trace	Modifies a source file to add a trace as the first line
		of every method, using kdDebug, and showing args values.

create_makefile Create the Makefile in a directory containing a Makefile.am
                Saves time compared to re-running configure completely 

create_makefiles The recursive version of it - needs create_makefile.

cvs2pack	Create a standalone source distribution tarball for an app
		in a KDE CVS module.

cvsblame	Bonsai-like cvs annotate 

cvschanged	Check for edited or merged files in a checked out CVS module,
		without connecting to the CVS server.

noncvslist	List all files in a checked out CVS module that are unknown to
		to the CVS server.

cvsversion      Display CVS version of a file without connecting to the server.

cxxmetric	Counts lines of code, comments and blank space in C and C++
		source files.

fixheaders      Adds header files as it recognices make error output

cvslastchange   launches "cvs diff -u" to display the last applied changes for a
                given file. HEAD branch only.

cvslastlog      Shows the log associated with the last change on a given file.

gendebug        Generate C++/Qt code for printing debug output.

pruneemptydirs	Detects stale source dirs in a CVS tree

kde-build       Updates and recompiles a local CVS tree

extractrc	Extract text tags from designer's UI files and XML GUI-RC files

gettext.patch	Patch for gettext-0.10.35 to give xgettext the functionality to
		extract scoped messages

----------------
Looking to add a script?

Just add it to this README. For easy man pages see the perlpod manpage; the
man page for many of these tools is in the script itself.

$Id: README,v 1.17 2001/01/22 20:16:47 gehrmab Exp $
