You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
234 lines
3.5 KiB
234 lines
3.5 KiB
13 years ago
|
<?xml version="1.0" ?>
|
||
|
<!DOCTYPE refentry PUBLIC "-//KDE//DTD DocBook XML V4.2-Based Variant V1.1//EN" "dtd/kdex.dtd" [
|
||
|
<!ENTITY % Estonian "INCLUDE">
|
||
|
]>
|
||
|
|
||
|
<refentry lang="&language;">
|
||
|
<refentryinfo>
|
||
|
<author
|
||
|
><personname
|
||
|
><firstname
|
||
|
>Ben</firstname
|
||
|
><surname
|
||
|
>Burton</surname
|
||
|
></personname
|
||
|
> <email
|
||
|
></email
|
||
|
></author>
|
||
|
<date
|
||
|
>12. aprill 2003</date>
|
||
|
</refentryinfo>
|
||
|
|
||
|
<refmeta>
|
||
|
<refentrytitle
|
||
|
><command
|
||
|
>kapptemplate</command
|
||
|
></refentrytitle>
|
||
|
<manvolnum
|
||
|
>1</manvolnum>
|
||
|
</refmeta>
|
||
|
|
||
|
<refnamediv>
|
||
|
<refname
|
||
|
><command
|
||
|
>kapptemplate</command
|
||
|
></refname>
|
||
|
<refpurpose
|
||
|
>Raamistiku loomine KDE rakenduse arendamiseks</refpurpose>
|
||
|
</refnamediv>
|
||
|
|
||
|
<refsynopsisdiv>
|
||
|
<cmdsynopsis
|
||
|
><command
|
||
|
>kapptemplate</command
|
||
|
> <group
|
||
|
><option
|
||
|
>--noinit</option
|
||
|
></group
|
||
|
> <group
|
||
|
><option
|
||
|
>--default</option
|
||
|
></group
|
||
|
> <group
|
||
|
><option
|
||
|
>--full-app</option
|
||
|
></group
|
||
|
> <group
|
||
|
><option
|
||
|
>--kpart-app</option
|
||
|
></group
|
||
|
> <group
|
||
|
><option
|
||
|
>--kpart-plugin</option
|
||
|
></group
|
||
|
> <group
|
||
|
><option
|
||
|
>--existing</option
|
||
|
></group
|
||
|
> <group
|
||
|
><option
|
||
|
>--help</option
|
||
|
></group
|
||
|
> </cmdsynopsis>
|
||
|
</refsynopsisdiv>
|
||
|
|
||
|
<refsect1>
|
||
|
<title
|
||
|
>Kirjeldus</title>
|
||
|
|
||
|
<para
|
||
|
><command
|
||
|
>kapptemplate</command
|
||
|
> on shelliskript, mis loob raamistiku mitmesuguste &kde; rakenduste arendamiseks. See kannab hoolt autoconf/automake'i koodi eest, loob teatud baasi ja ühtlasi näidise, milline kood tavaliselt välja näeb. </para>
|
||
|
|
||
|
<para
|
||
|
>See utiliit kuulub &kde; tarkvaraarenduse komplekti koosseisu. </para>
|
||
|
|
||
|
</refsect1>
|
||
|
|
||
|
<refsect1>
|
||
|
<title
|
||
|
>Võtmed</title>
|
||
|
|
||
|
<variablelist>
|
||
|
<title
|
||
|
>Üldised võtmed</title>
|
||
|
<varlistentry>
|
||
|
<term
|
||
|
><option
|
||
|
>--help</option
|
||
|
></term>
|
||
|
<listitem
|
||
|
><para
|
||
|
>Näitab kõiki võtmeid koos selgitustega. </para
|
||
|
></listitem>
|
||
|
</varlistentry>
|
||
|
<varlistentry>
|
||
|
<term
|
||
|
><option
|
||
|
>--no-init</option
|
||
|
></term>
|
||
|
<listitem
|
||
|
><para
|
||
|
>Ei käivitata käsku <command
|
||
|
>make</command
|
||
|
> <option
|
||
|
>-f</option
|
||
|
> <parameter
|
||
|
>Makefile.cvs</parameter
|
||
|
></para>
|
||
|
</listitem>
|
||
|
</varlistentry>
|
||
|
<varlistentry>
|
||
|
<term
|
||
|
><option
|
||
|
>--default</option
|
||
|
></term>
|
||
|
<listitem
|
||
|
><para
|
||
|
>Kasutatakse vaikeväärtusi.</para
|
||
|
></listitem>
|
||
|
</varlistentry>
|
||
|
</variablelist>
|
||
|
|
||
|
<variablelist>
|
||
|
<title
|
||
|
>Raamistikutüübid</title>
|
||
|
<varlistentry>
|
||
|
<term
|
||
|
><option
|
||
|
>--full-app</option
|
||
|
></term>
|
||
|
<listitem
|
||
|
><para
|
||
|
>Luuakse kõigi võimalustega KDE rakendus. </para
|
||
|
></listitem>
|
||
|
</varlistentry>
|
||
|
<varlistentry>
|
||
|
<term
|
||
|
><option
|
||
|
>--kpart-app</option
|
||
|
></term>
|
||
|
<listitem
|
||
|
><para
|
||
|
>Luuakse kõigi võimalustega KPart-rakendus.</para
|
||
|
></listitem>
|
||
|
</varlistentry>
|
||
|
<varlistentry>
|
||
|
<term
|
||
|
><option
|
||
|
>--kpart-plugin</option
|
||
|
></term>
|
||
|
<listitem
|
||
|
><para
|
||
|
>Luuakse KPart-plugina raamistik.</para
|
||
|
></listitem>
|
||
|
</varlistentry>
|
||
|
<varlistentry>
|
||
|
<term
|
||
|
><option
|
||
|
>--existing</option
|
||
|
></term>
|
||
|
<listitem
|
||
|
><para
|
||
|
>Teisendatakse olemasolev allikas KDE automake/autoconf-raamistikku.</para
|
||
|
></listitem>
|
||
|
</varlistentry>
|
||
|
</variablelist>
|
||
|
</refsect1>
|
||
|
|
||
|
<!-- The Following sections are optional, but recommended if they are
|
||
|
applicable. -->
|
||
|
|
||
|
<refsect1>
|
||
|
<title
|
||
|
>Failid</title>
|
||
|
|
||
|
<variablelist>
|
||
|
<varlistentry>
|
||
|
<term
|
||
|
><filename
|
||
|
>~/.kapptemplate</filename
|
||
|
></term>
|
||
|
<listitem
|
||
|
><para
|
||
|
>Salvestab vaikeväärtused</para
|
||
|
></listitem>
|
||
|
</varlistentry>
|
||
|
</variablelist>
|
||
|
|
||
|
</refsect1>
|
||
|
|
||
|
<refsect1>
|
||
|
<title
|
||
|
>Vaata ka</title>
|
||
|
|
||
|
<para
|
||
|
><filename
|
||
|
>$PREFIX/share/doc/kapptemplate</filename
|
||
|
></para>
|
||
|
|
||
|
</refsect1>
|
||
|
|
||
|
<refsect1>
|
||
|
<title
|
||
|
>Autorid</title>
|
||
|
|
||
|
<para
|
||
|
><command
|
||
|
>kapptemplate</command
|
||
|
>'i kirjutas &Kurt.Granroth; &Kurt.Granroth.mail;</para>
|
||
|
<para
|
||
|
>Käesoleva manuaalilehekülje kirjutas <personname
|
||
|
><firstname
|
||
|
>Ben</firstname
|
||
|
><surname
|
||
|
>Burton</surname
|
||
|
></personname
|
||
|
><email
|
||
|
>bab@debian.org</email
|
||
|
></para>
|
||
|
</refsect1>
|
||
|
|
||
|
</refentry>
|