From bd9e6617827818fd043452c08c606f07b78014a0 Mon Sep 17 00:00:00 2001 From: toma Date: Wed, 25 Nov 2009 17:56:58 +0000 Subject: Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. BUG:215923 git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdesdk@1054174 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- doc/scripts/man-pruneemptydirs.1.docbook | 69 ++++++++++++++++++++++++++++++++ 1 file changed, 69 insertions(+) create mode 100644 doc/scripts/man-pruneemptydirs.1.docbook (limited to 'doc/scripts/man-pruneemptydirs.1.docbook') diff --git a/doc/scripts/man-pruneemptydirs.1.docbook b/doc/scripts/man-pruneemptydirs.1.docbook new file mode 100644 index 00000000..ee5046a7 --- /dev/null +++ b/doc/scripts/man-pruneemptydirs.1.docbook @@ -0,0 +1,69 @@ + + +]> + + + +BenBurtonbab@debian.org +April 8, 2003 + + + +pruneemptydirs +1 + + + +pruneemptydirs +Detects stale source directories in a CVS tree + + + + +pruneemptydirs + + + + + +Description + +pruneemptydirs is used to clean up a local +CVS tree. It detects directories containing remnants of old stuff +which has been removed from the CVS. Such stale directories often +break compilation. The current directory and all directories beneath +it will be examined. + +Note that this tool does not remove anything; it simply prints +what to do as a series of remove commands. You can copy and paste +these commands, or use them with eval in a script. + +This tool works better if the source directory is not the same +as the build directory, since it will not print directories containing +old executables. + +This utility is part of the KDE Software Development Kit. + + + + +Options + + + + +Actually perform the deletions instead of just printing them out. Use this option with care. + + + + + + +Authors + +pruneemptydirs was written by &David.Faure; &David.Faure.mail; +This manual page was prepared by BenBurtonbab@debian.org + + + -- cgit v1.2.1