diff options
author | Darrell Anderson <[email protected]> | 2014-01-24 14:11:20 -0600 |
---|---|---|
committer | Darrell Anderson <[email protected]> | 2014-01-24 14:11:20 -0600 |
commit | 0b9a39305949515fdfabf571f4cdbf61678c81d2 (patch) | |
tree | 26a70701e97ef5e52566924588280584de8abf84 /doc/kinfocenter/opengl | |
parent | 63a69a7bbb6cba8ea6884e1c6fa73dcaa81fbafa (diff) | |
download | tdebase-0b9a39305949515fdfabf571f4cdbf61678c81d2.tar.gz tdebase-0b9a39305949515fdfabf571f4cdbf61678c81d2.zip |
Finish moving kinfocenter files to kcontrol.
This partially resolves bug report 289.
Diffstat (limited to 'doc/kinfocenter/opengl')
-rw-r--r-- | doc/kinfocenter/opengl/CMakeLists.txt | 12 | ||||
-rw-r--r-- | doc/kinfocenter/opengl/Makefile.am | 2 | ||||
-rw-r--r-- | doc/kinfocenter/opengl/index.docbook | 47 |
3 files changed, 0 insertions, 61 deletions
diff --git a/doc/kinfocenter/opengl/CMakeLists.txt b/doc/kinfocenter/opengl/CMakeLists.txt deleted file mode 100644 index 8639752af..000000000 --- a/doc/kinfocenter/opengl/CMakeLists.txt +++ /dev/null @@ -1,12 +0,0 @@ -################################################# -# -# (C) 2010-2011 Serghei Amelian -# serghei (DOT) amelian (AT) gmail.com -# -# Improvements and feedback are welcome -# -# This file is released under GPL >= 2 -# -################################################# - -tde_create_handbook( DESTINATION kinfocenter/opengl ) diff --git a/doc/kinfocenter/opengl/Makefile.am b/doc/kinfocenter/opengl/Makefile.am deleted file mode 100644 index cc8923bc3..000000000 --- a/doc/kinfocenter/opengl/Makefile.am +++ /dev/null @@ -1,2 +0,0 @@ -KDE_LANG= en -KDE_DOCS = kinfocenter/opengl diff --git a/doc/kinfocenter/opengl/index.docbook b/doc/kinfocenter/opengl/index.docbook deleted file mode 100644 index 2c972034a..000000000 --- a/doc/kinfocenter/opengl/index.docbook +++ /dev/null @@ -1,47 +0,0 @@ -<?xml version="1.0" ?> -<!DOCTYPE article PUBLIC "-//KDE//DTD DocBook XML V4.2-Based Variant V1.1//EN" -"dtd/kdex.dtd" [ -<!ENTITY % addindex "IGNORE"> -<!ENTITY % English "INCLUDE" > <!-- change language only here --> -]> - -<article lang="&language;"> -<title><acronym>OpenGL</acronym></title> -<articleinfo> - -<authorgroup> -<author><personname><firstname>Ilya</firstname><surname>Korniyko</surname></personname><email>[email protected]</email></author> -<!-- TRANS:ROLES_OF_TRANSLATORS --> - -</authorgroup> - -<date></date> -<releaseinfo></releaseinfo> - -<keywordset> -<keyword>KDE</keyword> -<keyword>KControl</keyword> -<keyword>OpenGL</keyword> -<keyword>system information</keyword> -</keywordset> -</articleinfo> - -<sect1 id="opengl"> - -<title>OpenGL</title> - -<para>This page displays information about installed <acronym>OpenGL</acronym> implementation. -OpenGL (for "Open Graphics Library") is a cross-platform, -hardware independent interface for 3D graphics.</para> - -<para><acronym>GLX</acronym> is the binding for OpenGL to X Window system.</para> - -<para> <acronym>DRI</acronym> (Direct Rendering Infrastucture) provides hardware acceleration for OpenGL. -You must have a videocard with 3D accelerator and properly installed driver for this.</para> -<para> </para> - -<para>Read more at the official OpenGL site <ulink url="http://www.opengl.org">http://www.opengl.org</ulink> </para> - -</sect1> - -</article> |