summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorgregory guy <gregory-tde@laposte.net>2020-03-14 14:45:40 +0100
committergregory guy <gregory-tde@laposte.net>2020-03-14 16:04:08 +0100
commit6d5cbbbea9dd0b8bafb91cdf13366b45da9c61d1 (patch)
treecba15b0042f1ad98af0c917e8f71affcd8f99fc0 /doc
parent60e467f0f8473b9cf358284828722868b77d1045 (diff)
downloadkstreamripper-6d5cbbbea9dd0b8bafb91cdf13366b45da9c61d1.tar.gz
kstreamripper-6d5cbbbea9dd0b8bafb91cdf13366b45da9c61d1.zip
Conversion to the cmake building system.
Signed-off-by: gregory guy <gregory-tde@laposte.net>
Diffstat (limited to 'doc')
-rw-r--r--doc/CMakeLists.txt1
-rw-r--r--doc/en/CMakeLists.txt1
-rw-r--r--doc/man/CMakeLists.txt5
-rw-r--r--doc/man/kstreamripper.132
4 files changed, 39 insertions, 0 deletions
diff --git a/doc/CMakeLists.txt b/doc/CMakeLists.txt
new file mode 100644
index 0000000..6d0aa9f
--- /dev/null
+++ b/doc/CMakeLists.txt
@@ -0,0 +1 @@
+tde_auto_add_subdirectories( )
diff --git a/doc/en/CMakeLists.txt b/doc/en/CMakeLists.txt
new file mode 100644
index 0000000..ba3ef3e
--- /dev/null
+++ b/doc/en/CMakeLists.txt
@@ -0,0 +1 @@
+tde_create_handbook( DESTINATION ${PROJECT_NAME} )
diff --git a/doc/man/CMakeLists.txt b/doc/man/CMakeLists.txt
new file mode 100644
index 0000000..8512250
--- /dev/null
+++ b/doc/man/CMakeLists.txt
@@ -0,0 +1,5 @@
+INSTALL(
+ FILES ${PROJECT_NAME}.1
+ DESTINATION ${MAN_INSTALL_DIR}/man1
+ COMPONENT doc
+)
diff --git a/doc/man/kstreamripper.1 b/doc/man/kstreamripper.1
new file mode 100644
index 0000000..3129be6
--- /dev/null
+++ b/doc/man/kstreamripper.1
@@ -0,0 +1,32 @@
+.TH "KSTREAMRIPPER" "1" "Apr 26, 2004" "Michael Ablassmeier" "sound"
+.SH "NAME"
+kstreamripper \- TDE frontend for streamripper
+.SH "SYNOPSIS"
+.B kstreamripper [Qt\-options] [TDE\-options]
+.SH "DESCRIPTION"
+KStreamRipper is a small frontend for the streamripper command
+line utility. Streamripper captures internet shoutcast radio streams
+on your harddisk and splits them up in mp3 files. KStreamRipper helps
+you with managing/ripping your preferred streams.
+
+.SH "OPTIONS"
+.IP "\fB\-\-help\fR"
+Show help about options
+.IP "\fB\-\-help\-qt\fR"
+Show Qt specific options
+.IP "\fB\-\-help\-tde\fR"
+Show TDE specific options
+.IP "\fB\-\-help\-all\fR"
+Show all options
+.IP "\fB\-\-author\fR"
+Show author information
+.IP "\fB\-v, \-\-version\fR"
+Show version information
+.IP "\fB\-\-license\fR"
+Show license information
+.IP "\fB\-\-\fR"
+End of options
+.SH "SEE ALSO"
+streamripper(1)
+.SH "AUTHOR"
+2004 \- Created by Michael Ablassmeier (abi@grinser.de) for the Debian Project.