From 98c274834c63c7fa4a9a494fdf7cd483336714d5 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Sun, 9 Feb 2025 22:39:15 +0900 Subject: Restructure doc folder Signed-off-by: Michele Calgaro --- doc/Makefile.am | 7 +--- doc/ksquirrel-libs-configurator.1 | 22 ------------ doc/ksquirrel.1 | 68 ----------------------------------- doc/man/Makefile.am | 3 ++ doc/man/ksquirrel-libs-configurator.1 | 22 ++++++++++++ doc/man/ksquirrel.1 | 68 +++++++++++++++++++++++++++++++++++ 6 files changed, 94 insertions(+), 96 deletions(-) delete mode 100644 doc/ksquirrel-libs-configurator.1 delete mode 100644 doc/ksquirrel.1 create mode 100644 doc/man/Makefile.am create mode 100644 doc/man/ksquirrel-libs-configurator.1 create mode 100644 doc/man/ksquirrel.1 diff --git a/doc/Makefile.am b/doc/Makefile.am index 01bda4b..462f19f 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -1,7 +1,2 @@ -####### tdevelop will overwrite this part!!! (begin)########## +SUBDIRS = $(AUTODIRS) - -####### tdevelop will overwrite this part!!! (end)############ -SUBDIRS = en ru - -man_MANS = ksquirrel.1 ksquirrel-libs-configurator.1 diff --git a/doc/ksquirrel-libs-configurator.1 b/doc/ksquirrel-libs-configurator.1 deleted file mode 100644 index a6da62b..0000000 --- a/doc/ksquirrel-libs-configurator.1 +++ /dev/null @@ -1,22 +0,0 @@ -.\" -.TH "KSQUIRREL-LIBS-CONFIGURATOR" "1" "september 13, 2008" "Paul Gevers" "Graphics" -.SH "NAME" -ksquirrel\-libs\-configurator \- library configurator for ksquirel -.SH "SYNOPSIS" -.B ksquirrel\-libs\-configurator -.SH "DESCRIPTION" -This manual page documents briefly the -.B ksquirrel\-libs\-configurator -and -.B ksquirrel\-libs\-configurator\-real -commands. -\fBksquirrel\-libs\-configurator\fP is a graphical user interface that lets you select which libraries should be enabled/disabled in ksquirrel. -.SH "OPTIONS" -These programs does not have any options. -.SH "SEE ALSO" -ksquirrel(1) -.SH "AUTHORS" -ksquirrel\-libs\-configurator was written by . -.PP -This manual page was written by Paul Gevers , -for the Debian project (but may be used by others). diff --git a/doc/ksquirrel.1 b/doc/ksquirrel.1 deleted file mode 100644 index d34a580..0000000 --- a/doc/ksquirrel.1 +++ /dev/null @@ -1,68 +0,0 @@ -.TH KSQUIRREL 1 "September 2005" "K Desktop Environment" "Image viewer for KDE" -.SH NAME -KSquirrel \- An image viewer for KDE with dynamic format support -.SH SYNOPSIS -.B ksquirrel -[\fIoptions\fR] [\fIfile\fR] -.SH DESCRIPTION -KSquirrel is an image viewer for KDE with disk navigator, file tree, thumbnails, extended thumbnails, dynamic format support, DCOP interface and KIPI plugins support. -.PP -Image loading is based on external codecs \- ksquirrel\-libs. It supports dozens of various image formats, including SVG, WMF, JPEG2000, APNG and PSD. -.SH OPTIONS -.SS Arguments: -.TP -.B file -An initial image file or folder. -.SS KSquirrel options: -.TP -.B \-l -Show found image codecs and exit. -.TP -.B \-d -Print available DCOP parameters. -.TP -.B \--nodirectorybasket -Don't create directory basket -.TP -.B \--noimagebasket -Don't create image basket -.TP -.B \--nocategories -Don't create categories -.TP -.B \--nomountview -Don't create mount view - -.SS Generic options: -.TP -.B \-\-help -Show help about options. -.TP -.B \-\-help\-tqt -Show TQt specific options. -.TP -.B \-\-help\-kde -Show KDE specific options. -.TP -.B \-\-help\-all -Show all options. -.TP -.B \-\-author -Show author information. -.TP -.B \-v\fR, \fB\-\-version -Show version information. -.TP -.B \-\-license -Show license information. -.TP -.B \-\- -End of options. -.SH "SEE ALSO" -The KSquirrel homepage can be found at \fIhttp://ksquirrel.sourceforge.net\fR. -.SH BUGS -To report a bug, please send a e\-mail to \fIksquirrel.iv@gmail.com\fR. -.SH AUTHOR -KSquirrel and ksquirrel-libs were written by Dmitry Baryshev . -.PP -This manual page was written by Dmitry Baryshev . diff --git a/doc/man/Makefile.am b/doc/man/Makefile.am new file mode 100644 index 0000000..ec872e0 --- /dev/null +++ b/doc/man/Makefile.am @@ -0,0 +1,3 @@ +tmpdir = $(mandir)/man1 +tmp_DATA= ksquirrel.1 ksquirrel-libs-configurator.1 +EXTRA_DIST=$(tmp_DATA) diff --git a/doc/man/ksquirrel-libs-configurator.1 b/doc/man/ksquirrel-libs-configurator.1 new file mode 100644 index 0000000..a6da62b --- /dev/null +++ b/doc/man/ksquirrel-libs-configurator.1 @@ -0,0 +1,22 @@ +.\" +.TH "KSQUIRREL-LIBS-CONFIGURATOR" "1" "september 13, 2008" "Paul Gevers" "Graphics" +.SH "NAME" +ksquirrel\-libs\-configurator \- library configurator for ksquirel +.SH "SYNOPSIS" +.B ksquirrel\-libs\-configurator +.SH "DESCRIPTION" +This manual page documents briefly the +.B ksquirrel\-libs\-configurator +and +.B ksquirrel\-libs\-configurator\-real +commands. +\fBksquirrel\-libs\-configurator\fP is a graphical user interface that lets you select which libraries should be enabled/disabled in ksquirrel. +.SH "OPTIONS" +These programs does not have any options. +.SH "SEE ALSO" +ksquirrel(1) +.SH "AUTHORS" +ksquirrel\-libs\-configurator was written by . +.PP +This manual page was written by Paul Gevers , +for the Debian project (but may be used by others). diff --git a/doc/man/ksquirrel.1 b/doc/man/ksquirrel.1 new file mode 100644 index 0000000..d34a580 --- /dev/null +++ b/doc/man/ksquirrel.1 @@ -0,0 +1,68 @@ +.TH KSQUIRREL 1 "September 2005" "K Desktop Environment" "Image viewer for KDE" +.SH NAME +KSquirrel \- An image viewer for KDE with dynamic format support +.SH SYNOPSIS +.B ksquirrel +[\fIoptions\fR] [\fIfile\fR] +.SH DESCRIPTION +KSquirrel is an image viewer for KDE with disk navigator, file tree, thumbnails, extended thumbnails, dynamic format support, DCOP interface and KIPI plugins support. +.PP +Image loading is based on external codecs \- ksquirrel\-libs. It supports dozens of various image formats, including SVG, WMF, JPEG2000, APNG and PSD. +.SH OPTIONS +.SS Arguments: +.TP +.B file +An initial image file or folder. +.SS KSquirrel options: +.TP +.B \-l +Show found image codecs and exit. +.TP +.B \-d +Print available DCOP parameters. +.TP +.B \--nodirectorybasket +Don't create directory basket +.TP +.B \--noimagebasket +Don't create image basket +.TP +.B \--nocategories +Don't create categories +.TP +.B \--nomountview +Don't create mount view + +.SS Generic options: +.TP +.B \-\-help +Show help about options. +.TP +.B \-\-help\-tqt +Show TQt specific options. +.TP +.B \-\-help\-kde +Show KDE specific options. +.TP +.B \-\-help\-all +Show all options. +.TP +.B \-\-author +Show author information. +.TP +.B \-v\fR, \fB\-\-version +Show version information. +.TP +.B \-\-license +Show license information. +.TP +.B \-\- +End of options. +.SH "SEE ALSO" +The KSquirrel homepage can be found at \fIhttp://ksquirrel.sourceforge.net\fR. +.SH BUGS +To report a bug, please send a e\-mail to \fIksquirrel.iv@gmail.com\fR. +.SH AUTHOR +KSquirrel and ksquirrel-libs were written by Dmitry Baryshev . +.PP +This manual page was written by Dmitry Baryshev . -- cgit v1.2.1