diff options
author | Darrell Anderson <humanreadable@yahoo.com> | 2014-03-02 20:05:33 +0100 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2014-03-02 20:05:33 +0100 |
commit | 722ce1efbac31c61b1d4b13f7e075c9f311e3e73 (patch) | |
tree | db1b6b28566e5fe9accb4a688f7257673cecb080 /doc/kdevdesigner | |
parent | afb74575caf7dd8ccb6c235b1c8d788e320c19da (diff) | |
download | tdevelop-722ce1efbac31c61b1d4b13f7e075c9f311e3e73.tar.gz tdevelop-722ce1efbac31c61b1d4b13f7e075c9f311e3e73.zip |
Finish renaming tdevelop components
Diffstat (limited to 'doc/kdevdesigner')
-rw-r--r-- | doc/kdevdesigner/CMakeLists.txt | 9 | ||||
-rw-r--r-- | doc/kdevdesigner/Makefile.am | 3 | ||||
-rw-r--r-- | doc/kdevdesigner/index.docbook | 65 |
3 files changed, 0 insertions, 77 deletions
diff --git a/doc/kdevdesigner/CMakeLists.txt b/doc/kdevdesigner/CMakeLists.txt deleted file mode 100644 index db314d97..00000000 --- a/doc/kdevdesigner/CMakeLists.txt +++ /dev/null @@ -1,9 +0,0 @@ -################################################# -# -# Improvements and feedback are welcome -# -# This file is released under GPL >= 2 -# -################################################# - -tde_create_handbook( DESTINATION kdevdesigner ) diff --git a/doc/kdevdesigner/Makefile.am b/doc/kdevdesigner/Makefile.am deleted file mode 100644 index 41691557..00000000 --- a/doc/kdevdesigner/Makefile.am +++ /dev/null @@ -1,3 +0,0 @@ -KDE_LANG = en -KDE_DOCS = AUTO - diff --git a/doc/kdevdesigner/index.docbook b/doc/kdevdesigner/index.docbook deleted file mode 100644 index c903aa65..00000000 --- a/doc/kdevdesigner/index.docbook +++ /dev/null @@ -1,65 +0,0 @@ -<?xml version="1.0" ?> -<!DOCTYPE article PUBLIC "-//KDE//DTD DocBook XML V4.2-Based Variant V1.1//EN" "dtd/kdex.dtd" [ - <!ENTITY kdevdesigner "<application>KDevDesigner</application>"> - <!ENTITY kappname "&kdevdesigner;"> - <!ENTITY % addindex "IGNORE"> - <!ENTITY % English "INCLUDE"> -]> - -<!-- Note: When updating this empty handbook, remember that usually most handbooks --> -<!-- use the book model rather than article. Feel free to use article if the new handbook --> -<!-- remains really short. --> - -<article lang="&language;"> -<title>The &kdevdesigner; Handbook</title> - -<articleinfo> -<title>The &kdevdesigner; Handbook</title> - -<authorgroup> -<author>&tde-authors;</author> -<!-- TRANS:ROLES_OF_TRANSLATORS --> -</authorgroup> - -<releaseinfo>&tde-release-version;</releaseinfo> -<date>Reviewed: &tde-release-date;</date> - -<copyright> -<year>&tde-copyright-date;</year> -<holder>&tde-team;</holder> -</copyright> - -<!-- <legalnotice>&FDLNotice;</legalnotice> --> - -<abstract> -<para> -&kdevdesigner; is a GUI designer environment for &tde;. -</para> -</abstract> - -<keywordset> -<keyword>TDE</keyword> -</keywordset> - -</articleinfo> - -<sect1 id="apologies"> -<title>We Apologize</title> -<para>No documentation has yet been written for &kdevdesigner;.</para> - -<para>If you need help, please check <ulink url="http://www.trinitydesktop.org">The &tde; -web site</ulink>, submit questions to the <ulink url="http://www.trinitydesktop.org/mailinglist.php"> -&tde; mail lists</ulink>, or file a bug report at the <ulink url="http://bugs.trinitydesktop.org/"> -&tde; bug tracker</ulink>.</para> - -<para>If you are interested in helping, please consider writing the help file. -Submitting a basic text file is acceptable as the &tde-team; will convert the text.</para> - -<para>Thank you for helping and thank you for your patience.</para> - -&underFDL; - -</sect1> - -&documentation.index; -</article> |