This new package contains all additional documentation (i.e. non-man documentation) for all parts of CMake. cmake-docs registers its contents with doc-base. Signed-off-by: Kai Wasserbäch <debian@carbon-project.org>ci/unstable
parent
a0f2851e04
commit
626a79638c
@ -1,3 +1,2 @@
|
||||
usr/bin/ccmake
|
||||
usr/share/doc/cmake/ccmake.* usr/share/doc/cmake-curses-gui/
|
||||
usr/share/man/man1/ccmake.1
|
||||
|
@ -0,0 +1,10 @@
|
||||
Document: ccmake
|
||||
Title: Reference of curses based interface of CMake.
|
||||
Section: Programming
|
||||
|
||||
Format: HTML
|
||||
Index: /usr/share/doc/cmake-docs/ccmake.html
|
||||
Files: /usr/share/doc/cmake-docs/ccmake.html
|
||||
|
||||
Format: Text
|
||||
Files: /usr/share/doc/cmake-docs/ccmake.txt.gz
|
@ -0,0 +1,10 @@
|
||||
Document: cmake
|
||||
Title: Reference of CMake the Cross-Platform Makefile Generator.
|
||||
Section: Programming
|
||||
|
||||
Format: HTML
|
||||
Index: /usr/share/doc/cmake-docs/cmake.html
|
||||
Files: /usr/share/doc/cmake-docs/cmake.html
|
||||
|
||||
Format: Text
|
||||
Files: /usr/share/doc/cmake-docs/cmake.txt.gz
|
@ -0,0 +1,10 @@
|
||||
Document: cmake-commands
|
||||
Title: Command reference of CMake
|
||||
Section: Programming
|
||||
|
||||
Format: HTML
|
||||
Index: /usr/share/doc/cmake-docs/cmake-commands.html
|
||||
Files: /usr/share/doc/cmake-docs/cmake-commands.html
|
||||
|
||||
Format: Text
|
||||
Files: /usr/share/doc/cmake-docs/cmake-commands.txt.gz
|
@ -0,0 +1,10 @@
|
||||
Document: cmake-compatcommands
|
||||
Title: Reference of CMake compatibility commands
|
||||
Section: Programming
|
||||
|
||||
Format: HTML
|
||||
Index: /usr/share/doc/cmake-docs/cmake-compatcommands.html
|
||||
Files: /usr/share/doc/cmake-docs/cmake-compatcommands.html
|
||||
|
||||
Format: Text
|
||||
Files: /usr/share/doc/cmake-docs/cmake-compatcommands.txt.gz
|
@ -0,0 +1,10 @@
|
||||
Document: cmake-gui
|
||||
Title: Documentation of the Qt GUI for CMake
|
||||
Section: Programming
|
||||
|
||||
Format: HTML
|
||||
Index: /usr/share/doc/cmake-docs/cmake-gui.html
|
||||
Files: /usr/share/doc/cmake-docs/cmake-gui.html
|
||||
|
||||
Format: Text
|
||||
Files: /usr/share/doc/cmake-docs/cmake-gui.txt.gz
|
@ -0,0 +1,10 @@
|
||||
Document: cmake-modules
|
||||
Title: Reference of available CMake modules
|
||||
Section: Programming
|
||||
|
||||
Format: HTML
|
||||
Index: /usr/share/doc/cmake-docs/cmake-modules.html
|
||||
Files: /usr/share/doc/cmake-docs/cmake-modules.html
|
||||
|
||||
Format: Text
|
||||
Files: /usr/share/doc/cmake-docs/cmake-modules.txt.gz
|
@ -0,0 +1,10 @@
|
||||
Document: cmake-policies
|
||||
Title: Reference of CMake policies.
|
||||
Section: Programming
|
||||
|
||||
Format: HTML
|
||||
Index: /usr/share/doc/cmake-docs/cmake-policies.html
|
||||
Files: /usr/share/doc/cmake-docs/cmake-policies.html
|
||||
|
||||
Format: Text
|
||||
Files: /usr/share/doc/cmake-docs/cmake-policies.txt.gz
|
@ -0,0 +1,10 @@
|
||||
Document: cmake-properties
|
||||
Title: Reference of CMake properties.
|
||||
Section: Programming
|
||||
|
||||
Format: HTML
|
||||
Index: /usr/share/doc/cmake-docs/cmake-properties.html
|
||||
Files: /usr/share/doc/cmake-docs/cmake-properties.html
|
||||
|
||||
Format: Text
|
||||
Files: /usr/share/doc/cmake-docs/cmake-properties.txt.gz
|
@ -0,0 +1,10 @@
|
||||
Document: cmake-variables
|
||||
Title: Reference of CMake variables.
|
||||
Section: Programming
|
||||
|
||||
Format: HTML
|
||||
Index: /usr/share/doc/cmake-docs/cmake-variables.html
|
||||
Files: /usr/share/doc/cmake-docs/cmake-variables.html
|
||||
|
||||
Format: Text
|
||||
Files: /usr/share/doc/cmake-docs/cmake-variables.txt.gz
|
@ -0,0 +1,10 @@
|
||||
Document: cpack
|
||||
Title: Reference of the packaging driver provided by CMake.
|
||||
Section: Programming
|
||||
|
||||
Format: HTML
|
||||
Index: /usr/share/doc/cmake-docs/cpack.html
|
||||
Files: /usr/share/doc/cmake-docs/cpack.html
|
||||
|
||||
Format: Text
|
||||
Files: /usr/share/doc/cmake-docs/cpack.txt.gz
|
@ -0,0 +1,10 @@
|
||||
Document: ctest
|
||||
Title: Reference of the testing driver provided by CMake.
|
||||
Section: Programming
|
||||
|
||||
Format: HTML
|
||||
Index: /usr/share/doc/cmake-docs/ctest.html
|
||||
Files: /usr/share/doc/cmake-docs/ctest.html
|
||||
|
||||
Format: Text
|
||||
Files: /usr/share/doc/cmake-docs/ctest.txt.gz
|
@ -0,0 +1,3 @@
|
||||
usr/share/doc/cmake/*.html usr/share/doc/cmake-docs/
|
||||
usr/share/doc/cmake/*.txt usr/share/doc/cmake-docs/
|
||||
usr/share/doc/cmake/*.docbook usr/share/doc/cmake-docs/
|
@ -1,8 +1,5 @@
|
||||
usr/bin/cmake-gui
|
||||
usr/share/applications/CMake.desktop
|
||||
usr/share/doc/cmake/cmake-gui.docbook
|
||||
usr/share/doc/cmake/cmake-gui.html
|
||||
usr/share/doc/cmake/cmake-gui.txt
|
||||
usr/share/man/man1/cmake-gui.1
|
||||
usr/share/mime/packages/cmakecache.xml
|
||||
usr/share/pixmaps/CMakeSetup32.png
|
||||
|
Loading…
Reference in new issue