From 6d5cbbbea9dd0b8bafb91cdf13366b45da9c61d1 Mon Sep 17 00:00:00 2001 From: gregory guy Date: Sat, 14 Mar 2020 14:45:40 +0100 Subject: Conversion to the cmake building system. Signed-off-by: gregory guy --- doc/man/CMakeLists.txt | 5 +++++ doc/man/kstreamripper.1 | 32 ++++++++++++++++++++++++++++++++ 2 files changed, 37 insertions(+) create mode 100644 doc/man/CMakeLists.txt create mode 100644 doc/man/kstreamripper.1 (limited to 'doc/man') 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. -- cgit v1.2.1