Warning, /sdk/kde-dev-scripts/doc/man-create_cvsignore.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 kdeoptions SYSTEM "kdeoptions.docbook">
0004 <!ENTITY qtoptions SYSTEM "qtoptions.docbook">
0005 <!ENTITY % English "INCLUDE">
0006 ]>
0007 
0008 <refentry lang="&language;">
0009 <refentryinfo>
0010 <author><personname><firstname>Ben</firstname><surname>Burton</surname></personname>
0011 <email>bab@debian.org</email></author>
0012 <date>2003-03-08</date>
0013 </refentryinfo>
0014 
0015 <refmeta>
0016 <refentrytitle><command>create_cvsignore</command></refentrytitle>
0017 <manvolnum>1</manvolnum>
0018 </refmeta>
0019 
0020 <refnamediv>
0021 <refname><command>create_cvsignore</command></refname>
0022 <refpurpose>Create preliminary .cvsignore in the current directory</refpurpose>
0023 </refnamediv>
0024 
0025 <refsynopsisdiv>
0026 <cmdsynopsis>
0027 <command>createcvsignore</command>
0028 </cmdsynopsis>
0029 </refsynopsisdiv>
0030 
0031 <refsect1>
0032 <title>Description</title>
0033 
0034 <para><command>create_cvsignore</command> is used to create a
0035 preliminary <filename>.cvsignore</filename> in the current directory.
0036 It does this based on certain contents it finds in
0037 <filename>Makefile.am</filename></para>
0038 
0039 <para>No lines will be removed from any existing
0040 <filename>.cvsignore</filename>.  If there is not already a
0041 <filename>.cvsignore</filename> file, it will be added to the cvs
0042 repository.</para>
0043 
0044 <para>Note that you must have a <filename>Makefile.am</filename> in the current directory for this tool to work.</para>
0045 
0046 <para>This utility is part of the &kde; Software Development Kit.</para>
0047 
0048 </refsect1>
0049 
0050 </refentry>