diff options
author | gregory guy <gregory-tde@laposte.net> | 2020-03-14 14:45:40 +0100 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2020-03-18 18:57:51 +0900 |
commit | c2aeadd30ff54cdd7482cbc94e6c730657ebc376 (patch) | |
tree | 6a23e342c7cc640fef9adb9ba19986980ad11f0d /doc | |
parent | bc4c38d3d08c7a6e2d2b52f9eaf8a84da6c3f73d (diff) | |
download | kstreamripper-c2aeadd30ff54cdd7482cbc94e6c730657ebc376.tar.gz kstreamripper-c2aeadd30ff54cdd7482cbc94e6c730657ebc376.zip |
Conversion to the cmake building system.
Signed-off-by: gregory guy <gregory-tde@laposte.net>
(cherry picked from commit 6d5cbbbea9dd0b8bafb91cdf13366b45da9c61d1)
Diffstat (limited to 'doc')
-rw-r--r-- | doc/CMakeLists.txt | 1 | ||||
-rw-r--r-- | doc/en/CMakeLists.txt | 1 | ||||
-rw-r--r-- | doc/man/CMakeLists.txt | 5 | ||||
-rw-r--r-- | doc/man/kstreamripper.1 | 32 |
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. |