Warning, /sdk/kde-dev-scripts/doc/man-pruneemptydirs.1.docbook is written in an unsupported language. File is not indexed.

0001 <?xml version="1.0" ?>
0002 <!DOCTYPE refentry PUBLIC "-//KDE//DTD DocBook XML V4.5-Based Variant V1.1//EN" "dtd/kdedbx45.dtd" [
0003 <!ENTITY % English "INCLUDE">
0004 ]>
0005 
0006 <refentry lang="&language;">
0007 <refentryinfo>
0008 <author><personname><firstname>Ben</firstname><surname>Burton</surname></personname><email>bab@debian.org</email></author>
0009 <date>2003-04-08</date>
0010 </refentryinfo>
0011 
0012 <refmeta>
0013 <refentrytitle><command>pruneemptydirs</command></refentrytitle>
0014 <manvolnum>1</manvolnum>
0015 </refmeta>
0016 
0017 <refnamediv>
0018 <refname><command>pruneemptydirs</command></refname>
0019 <refpurpose>Detects stale source directories in a CVS tree</refpurpose>
0020 </refnamediv>
0021 
0022 <refsynopsisdiv>
0023 <cmdsynopsis>
0024 <command>pruneemptydirs</command>
0025 <group><option>-f</option></group>
0026 </cmdsynopsis>
0027 </refsynopsisdiv>
0028 
0029 <refsect1>
0030 <title>Description</title>
0031 
0032 <para><command>pruneemptydirs</command> is used to clean up a local
0033 CVS tree. It detects directories containing remnants of old stuff
0034 which has been removed from the CVS. Such stale directories often
0035 break compilation. The current directory and all directories beneath
0036 it will be examined.</para>
0037 
0038 <para>Note that this tool does not remove anything; it simply prints
0039 what to do as a series of remove commands. You can copy and paste
0040 these commands, or use them with eval in a script.</para>
0041 
0042 <para>This tool works better if the source directory is not the same
0043 as the build directory, since it will not print directories containing
0044 old executables.</para>
0045 
0046 <para>This utility is part of the KDE Software Development Kit.</para>
0047 
0048 </refsect1>
0049 
0050 <refsect1>
0051 <title>Options</title>
0052 
0053 <variablelist>
0054 <varlistentry>
0055 <term><option>-f</option></term>
0056 <listitem><para>Actually perform the deletions instead of just printing them out.  Use this option with care.</para></listitem>
0057 </varlistentry>
0058 </variablelist>
0059 
0060 </refsect1>
0061 
0062 <refsect1>
0063 <title>Authors</title>
0064 
0065 <para><command>pruneemptydirs</command> was written by &David.Faure; &David.Faure.mail;</para>
0066 <para>This manual page was prepared by <personname><firstname>Ben</firstname><surname>Burton</surname></personname><email>bab@debian.org</email></para>
0067 </refsect1>
0068 
0069 </refentry>