summaryrefslogtreecommitdiffstats
path: root/debian/lenny/tdepim/debian/man/kode-trinity.man
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2019-04-27 17:16:05 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2019-04-27 17:16:05 +0900
commit3998e3cd8681091727ec71ddf74a43fcbf25582e (patch)
treee87eb7a31776ece580ce65d979beca61891263b1 /debian/lenny/tdepim/debian/man/kode-trinity.man
parent99971daa18523f53631710bff4ba21a293df9024 (diff)
downloadtde-packaging-3998e3cd.tar.gz
tde-packaging-3998e3cd.zip
DEB: removed old distros.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'debian/lenny/tdepim/debian/man/kode-trinity.man')
-rw-r--r--debian/lenny/tdepim/debian/man/kode-trinity.man62
1 files changed, 0 insertions, 62 deletions
diff --git a/debian/lenny/tdepim/debian/man/kode-trinity.man b/debian/lenny/tdepim/debian/man/kode-trinity.man
deleted file mode 100644
index 1ddd9e2ef..000000000
--- a/debian/lenny/tdepim/debian/man/kode-trinity.man
+++ /dev/null
@@ -1,62 +0,0 @@
-.TH KODE 1
-.SH NAME
-kode \- TDE code generator
-.SH SYNOPSIS
-.B kode
-.I [Qt-options] [TDE-options] [options] [filename]
-.SH DESCRIPTION
-.B Kode
-generates various types of C++ template files.
-.SH PROGRAM OPTIONS
-.TP
-.B -c, --create-class
-Create a class.
-.TP
-.B -d, --create-dialog
-Create a dialog.
-.TP
-.B --create-tdeioslave
-Create a tdeioslave.
-.TP
-.B -y, --codify
-Create generator code for the given source.
-.TP
-.B --add-property
-Add a property to the class.
-.TP
-.B --inplace
-Change the output file in place.
-.TP
-.B --author-email \fI<name>\fB
-Add an author with the given email address.
-.TP
-.B --project \fI<name>\fB
-Give the project name.
-.TP
-.B --gpl
-Use the GPL as the license.
-.TP
-.B --lgpl
-Use the LGPL as the license.
-.TP
-.B --classname \fI<name>\fB
-Specifies the name of the class.
-.TP
-.B --namespace \fI<name>\fB
-Specifies the namespace in which to place the class.
-.TP
-.B --warning
-Enable warnings about code generation.
-.TP
-.B --qt-exception
-Add a QT exception to the GPL.
-.TP
-.B --singleton
-Create a singleton class.
-.TP
-.B --protocol
-Specifies the tdeioslave protocol name.
-.TP
-.B filename
-Specifies the source code file name for output.
-.so kdeopt.part