summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2022-09-10 22:19:40 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2022-09-11 18:20:51 +0900
commitb1ee3607c8a1fd4fdc58ed1240668eabeb643bbc (patch)
tree6b50bd82101f593620ea917008f4ecd4a5d550d5
parent2061c2a87bc594f9ee8be0b6d917559a66ea2b4b (diff)
downloadlibksquirrel-r14.0.x.tar.gz
libksquirrel-r14.0.x.zip
Add man pages from tde packaging repo.r14.0.13r14.0.x
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit faf9190201bbeedb2a272b7d64a995c7a0db7581)
-rw-r--r--configure.ac1
-rw-r--r--doc/Makefile.am2
-rw-r--r--doc/man/Makefile.am21
-rw-r--r--doc/man/ksquirrel-libs-camera2ppm.119
-rw-r--r--doc/man/ksquirrel-libs-dcraw.1113
-rw-r--r--doc/man/ksquirrel-libs-dicom2png.119
-rw-r--r--doc/man/ksquirrel-libs-fig2ppm.119
-rw-r--r--doc/man/ksquirrel-libs-iff2ppm.119
-rw-r--r--doc/man/ksquirrel-libs-leaf2ppm.119
-rw-r--r--doc/man/ksquirrel-libs-ljpeg2ppm-s.119
-rw-r--r--doc/man/ksquirrel-libs-ljpeg2ppm.119
-rw-r--r--doc/man/ksquirrel-libs-mac2ppm.119
-rw-r--r--doc/man/ksquirrel-libs-neo2ppm.119
-rw-r--r--doc/man/ksquirrel-libs-pi12ppm.119
-rw-r--r--doc/man/ksquirrel-libs-pi32ppm.119
-rw-r--r--doc/man/ksquirrel-libs-svg2png.119
-rw-r--r--doc/man/ksquirrel-libs-ttf2pnm.119
-rw-r--r--doc/man/ksquirrel-libs-utah2ppm.119
-rw-r--r--doc/man/ksquirrel-libs-xcf2pnm.119
-rw-r--r--doc/man/ksquirrel-libs-xim2ppm.119
20 files changed, 440 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 71f4657..6a698aa 100644
--- a/configure.ac
+++ b/configure.ac
@@ -707,6 +707,7 @@ AC_CONFIG_FILES([
Makefile
doc/Makefile
doc/html/Makefile
+doc/man/Makefile
doc/sources/Makefile
kernel/Makefile
kernel/kls_bmp/Makefile
diff --git a/doc/Makefile.am b/doc/Makefile.am
index 2755823..54cb7de 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -1 +1 @@
-SUBDIRS = sources html \ No newline at end of file
+SUBDIRS = $(AUTODIRS)
diff --git a/doc/man/Makefile.am b/doc/man/Makefile.am
new file mode 100644
index 0000000..32738d3
--- /dev/null
+++ b/doc/man/Makefile.am
@@ -0,0 +1,21 @@
+EXTRA_DIST = ksquirrel-libs-camera2ppm.1 ksquirrel-libs-dcraw.1 ksquirrel-libs-dicom2png.1 ksquirrel-libs-fig2ppm.1 ksquirrel-libs-iff2ppm.1 ksquirrel-libs-leaf2ppm.1 ksquirrel-libs-ljpeg2ppm.1 ksquirrel-libs-ljpeg2ppm-s.1 ksquirrel-libs-mac2ppm.1 ksquirrel-libs-neo2ppm.1 ksquirrel-libs-pi12ppm.1 ksquirrel-libs-pi32ppm.1 ksquirrel-libs-svg2png.1 ksquirrel-libs-ttf2pnm.1 ksquirrel-libs-utah2ppm.1 ksquirrel-libs-xcf2pnm.1 ksquirrel-libs-xim2ppm.1
+
+install-data-local:
+ $(mkinstalldirs) $(DESTDIR)$(datadir)/man/man1
+ $(INSTALL_DATA) ksquirrel-libs-camera2ppm.1 $(DESTDIR)$(datadir)/man/man1/ksquirrel-libs-camera2ppm.1
+ $(INSTALL_DATA) ksquirrel-libs-dcraw.1 $(DESTDIR)$(datadir)/man/man1/ksquirrel-libs-dcraw.1
+ $(INSTALL_DATA) ksquirrel-libs-dicom2png.1 $(DESTDIR)$(datadir)/man/man1/ksquirrel-libs-dicom2png.1
+ $(INSTALL_DATA) ksquirrel-libs-fig2ppm.1 $(DESTDIR)$(datadir)/man/man1/ksquirrel-libs-fig2ppm.1
+ $(INSTALL_DATA) ksquirrel-libs-iff2ppm.1 $(DESTDIR)$(datadir)/man/man1/ksquirrel-libs-iff2ppm.1
+ $(INSTALL_DATA) ksquirrel-libs-leaf2ppm.1 $(DESTDIR)$(datadir)/man/man1/ksquirrel-libs-leaf2ppm.1
+ $(INSTALL_DATA) ksquirrel-libs-ljpeg2ppm.1 $(DESTDIR)$(datadir)/man/man1/ksquirrel-libs-ljpeg2ppm.1
+ $(INSTALL_DATA) ksquirrel-libs-ljpeg2ppm-s.1 $(DESTDIR)$(datadir)/man/man1/ksquirrel-libs-ljpeg2ppm-s.1
+ $(INSTALL_DATA) ksquirrel-libs-mac2ppm.1 $(DESTDIR)$(datadir)/man/man1/ksquirrel-libs-mac2ppm.1
+ $(INSTALL_DATA) ksquirrel-libs-neo2ppm.1 $(DESTDIR)$(datadir)/man/man1/ksquirrel-libs-neo2ppm.1
+ $(INSTALL_DATA) ksquirrel-libs-pi12ppm.1 $(DESTDIR)$(datadir)/man/man1/ksquirrel-libs-pi12ppm.1
+ $(INSTALL_DATA) ksquirrel-libs-pi32ppm.1 $(DESTDIR)$(datadir)/man/man1/ksquirrel-libs-pi32ppm.1
+ $(INSTALL_DATA) ksquirrel-libs-svg2png.1 $(DESTDIR)$(datadir)/man/man1/ksquirrel-libs-svg2png.1
+ $(INSTALL_DATA) ksquirrel-libs-ttf2pnm.1 $(DESTDIR)$(datadir)/man/man1/ksquirrel-libs-ttf2pnm.1
+ $(INSTALL_DATA) ksquirrel-libs-utah2ppm.1 $(DESTDIR)$(datadir)/man/man1/ksquirrel-libs-utah2ppm.1
+ $(INSTALL_DATA) ksquirrel-libs-xcf2pnm.1 $(DESTDIR)$(datadir)/man/man1/ksquirrel-libs-xcf2pnm.1
+ $(INSTALL_DATA) ksquirrel-libs-xim2ppm.1 $(DESTDIR)$(datadir)/man/man1/ksquirrel-libs-xim2ppm.1
diff --git a/doc/man/ksquirrel-libs-camera2ppm.1 b/doc/man/ksquirrel-libs-camera2ppm.1
new file mode 100644
index 0000000..51c0b6a
--- /dev/null
+++ b/doc/man/ksquirrel-libs-camera2ppm.1
@@ -0,0 +1,19 @@
+.\" This file was written by Harald Sitter <apachelogger@ubuntu.com>
+.TH ksquirrel-libs-camera2ppm 1 "Jan 2008" "Dmitry Baryshev" "Backend script used by KSquirrel"
+.SH NAME
+ksquirrel-libs-camera2ppm
+\- backend script used by KSquirrel
+.SH SYNOPSIS
+ksquirrel-libs-camera2ppm
+.SH DESCRIPTION
+Backend script used by KSquirrel
+ Homepage: http://ksquirrel.sourceforge.net
+.SH AUTHORS
+.nf
+Dmitry Baryshev <ksquirrel@tut.by>
+.br
+.SH OTHER
+.nf
+This manual page was written by Harald Sitter <apachelogger@ubuntu.com> for the Debian
+system (but may be used by others).
+.br
diff --git a/doc/man/ksquirrel-libs-dcraw.1 b/doc/man/ksquirrel-libs-dcraw.1
new file mode 100644
index 0000000..df2cd06
--- /dev/null
+++ b/doc/man/ksquirrel-libs-dcraw.1
@@ -0,0 +1,113 @@
+.\" This file was written by Harald Sitter <apachelogger@ubuntu.com>
+.TH ksquirrel-libs-dicom2png 1 "Jan 2008" "Dmitry Baryshev" "Backend script used by KSquirrel"
+.SH NAME
+ksquirrel-libs-dicom2png
+\- backend script used by KSquirrel
+.SH SYNOPSIS
+ksquirrel-libs-dicom2png [OPTION]... [FILE]...
+.SH DESCRIPTION
+Backend script used by KSquirrel
+ Homepage: http://ksquirrel.sourceforge.net
+.SH OPTIONS
+.TP
+.B \-v
+Print verbose messages
+.TP
+.B \-c
+Write image data to standard output
+.TP
+.B \-e
+Extract embedded thumbnail image
+.TP
+.B \-i
+Identify files without decoding them
+.TP
+.B \-i -v
+Identify files and show metadata
+.TP
+.B \-z
+Change file dates to camera timestamp
+.TP
+.B \-w
+Use camera white balance, if possible
+.TP
+.B \-a
+Average the whole image for white balance
+.TP
+.B \-A <x y w h>
+Average a grey box for white balance
+.TP
+.B \-r <r g b g>
+Set custom white balance
+.TP
+.B \+M\/\-M
+Use/don't use an embedded color matrix
+.TP
+.B \-C <r b>
+Correct chromatic aberration
+.TP
+.B \-b <num>
+Adjust brightness (default = 1.0)
+.TP
+.B \-n <num>
+Set threshold for wavelet denoising
+.TP
+.B \-k <num>
+Set black point
+.TP
+.B \-K <file>
+Subtract dark frame (16-bit raw PGM)
+.TP
+.B \-H [0-9]
+Highlight mode (0=clip, 1=unclip, 2=blend, 3+=rebuild)
+.TP
+.B \-t [0-7]
+Flip image (0=none, 3=180, 5=90CCW, 6=90CW)
+.TP
+.B \-o [0-5]
+Output colorspace (raw,sRGB,Adobe,Wide,ProPhoto,XYZ)
+.TP
+.B \-o <file>
+Apply output ICC profile from file
+.TP
+.B \-p <file>
+Apply camera ICC profile from file or "embed"
+.TP
+.B \-d
+Document mode (no color, no interpolation)
+.TP
+.B \-D
+Document mode without scaling (totally raw)
+.TP
+.B \-j
+Don't stretch or rotate raw pixels
+.TP
+.B \-q [0-3]
+Set the interpolation quality
+.TP
+.B \-h
+Half-size color image (twice as fast as "-q 0")
+.TP
+.B \-f
+Interpolate RGGB as four colors
+.TP
+.B \-m <num>
+Apply a 3x3 median filter to R-G and B-G
+.TP
+.B \-s [0..N-1]
+Select one raw image or "all" from each file
+.TP
+.B \-4
+Write 16-bit linear instead of 8-bit with gamma
+.TP
+.B \-T
+Write TIFF instead of PPM
+.SH AUTHORS
+.nf
+Dmitry Baryshev <ksquirrel@tut.by>
+.br
+.SH OTHER
+.nf
+This manual page was written by Harald Sitter <apachelogger@ubuntu.com> for the Debian
+system (but may be used by others).
+.br
diff --git a/doc/man/ksquirrel-libs-dicom2png.1 b/doc/man/ksquirrel-libs-dicom2png.1
new file mode 100644
index 0000000..cfe155b
--- /dev/null
+++ b/doc/man/ksquirrel-libs-dicom2png.1
@@ -0,0 +1,19 @@
+.\" This file was written by Harald Sitter <apachelogger@ubuntu.com>
+.TH ksquirrel-libs-dicom2png 1 "Jan 2008" "Dmitry Baryshev" "Backend script used by KSquirrel"
+.SH NAME
+ksquirrel-libs-dicom2png
+\- backend script used by KSquirrel
+.SH SYNOPSIS
+ksquirrel-libs-dicom2png
+.SH DESCRIPTION
+Backend script used by KSquirrel
+ Homepage: http://ksquirrel.sourceforge.net
+.SH AUTHORS
+.nf
+Dmitry Baryshev <ksquirrel@tut.by>
+.br
+.SH OTHER
+.nf
+This manual page was written by Harald Sitter <apachelogger@ubuntu.com> for the Debian
+system (but may be used by others).
+.br
diff --git a/doc/man/ksquirrel-libs-fig2ppm.1 b/doc/man/ksquirrel-libs-fig2ppm.1
new file mode 100644
index 0000000..9ddc446
--- /dev/null
+++ b/doc/man/ksquirrel-libs-fig2ppm.1
@@ -0,0 +1,19 @@
+.\" This file was written by Harald Sitter <apachelogger@ubuntu.com>
+.TH ksquirrel-libs-fig2ppm 1 "Jan 2008" "Dmitry Baryshev" "Backend script used by KSquirrel"
+.SH NAME
+ksquirrel-libs-fig2ppm
+\- backend script used by KSquirrel
+.SH SYNOPSIS
+ksquirrel-libs-fig2ppm
+.SH DESCRIPTION
+Backend script used by KSquirrel
+ Homepage: http://ksquirrel.sourceforge.net
+.SH AUTHORS
+.nf
+Dmitry Baryshev <ksquirrel@tut.by>
+.br
+.SH OTHER
+.nf
+This manual page was written by Harald Sitter <apachelogger@ubuntu.com> for the Debian
+system (but may be used by others).
+.br
diff --git a/doc/man/ksquirrel-libs-iff2ppm.1 b/doc/man/ksquirrel-libs-iff2ppm.1
new file mode 100644
index 0000000..4b1477b
--- /dev/null
+++ b/doc/man/ksquirrel-libs-iff2ppm.1
@@ -0,0 +1,19 @@
+.\" This file was written by Harald Sitter <apachelogger@ubuntu.com>
+.TH ksquirrel-libs-iff2ppm 1 "Jan 2008" "Dmitry Baryshev" "Backend script used by KSquirrel"
+.SH NAME
+ksquirrel-libs-iff2ppm
+\- backend script used by KSquirrel
+.SH SYNOPSIS
+ksquirrel-libs-iff2ppm
+.SH DESCRIPTION
+Backend script used by KSquirrel
+ Homepage: http://ksquirrel.sourceforge.net
+.SH AUTHORS
+.nf
+Dmitry Baryshev <ksquirrel@tut.by>
+.br
+.SH OTHER
+.nf
+This manual page was written by Harald Sitter <apachelogger@ubuntu.com> for the Debian
+system (but may be used by others).
+.br
diff --git a/doc/man/ksquirrel-libs-leaf2ppm.1 b/doc/man/ksquirrel-libs-leaf2ppm.1
new file mode 100644
index 0000000..81ce628
--- /dev/null
+++ b/doc/man/ksquirrel-libs-leaf2ppm.1
@@ -0,0 +1,19 @@
+.\" This file was written by Harald Sitter <apachelogger@ubuntu.com>
+.TH ksquirrel-libs-leaf2ppm 1 "Jan 2008" "Dmitry Baryshev" "Backend script used by KSquirrel"
+.SH NAME
+ksquirrel-libs-leaf2ppm
+\- backend script used by KSquirrel
+.SH SYNOPSIS
+ksquirrel-libs-leaf2ppm
+.SH DESCRIPTION
+Backend script used by KSquirrel
+ Homepage: http://ksquirrel.sourceforge.net
+.SH AUTHORS
+.nf
+Dmitry Baryshev <ksquirrel@tut.by>
+.br
+.SH OTHER
+.nf
+This manual page was written by Harald Sitter <apachelogger@ubuntu.com> for the Debian
+system (but may be used by others).
+.br
diff --git a/doc/man/ksquirrel-libs-ljpeg2ppm-s.1 b/doc/man/ksquirrel-libs-ljpeg2ppm-s.1
new file mode 100644
index 0000000..6b38ef8
--- /dev/null
+++ b/doc/man/ksquirrel-libs-ljpeg2ppm-s.1
@@ -0,0 +1,19 @@
+.\" This file was written by Harald Sitter <apachelogger@ubuntu.com>
+.TH ksquirrel-libs-ljpeg2ppm-s 1 "Jan 2008" "Dmitry Baryshev" "Backend script used by KSquirrel"
+.SH NAME
+ksquirrel-libs-ljpeg2ppm-s
+\- backend script used by KSquirrel
+.SH SYNOPSIS
+ksquirrel-libs-ljpeg2ppm-s
+.SH DESCRIPTION
+Backend script used by KSquirrel
+ Homepage: http://ksquirrel.sourceforge.net
+.SH AUTHORS
+.nf
+Dmitry Baryshev <ksquirrel@tut.by>
+.br
+.SH OTHER
+.nf
+This manual page was written by Harald Sitter <apachelogger@ubuntu.com> for the Debian
+system (but may be used by others).
+.br
diff --git a/doc/man/ksquirrel-libs-ljpeg2ppm.1 b/doc/man/ksquirrel-libs-ljpeg2ppm.1
new file mode 100644
index 0000000..21109a3
--- /dev/null
+++ b/doc/man/ksquirrel-libs-ljpeg2ppm.1
@@ -0,0 +1,19 @@
+.\" This file was written by Harald Sitter <apachelogger@ubuntu.com>
+.TH ksquirrel-libs-ljpeg2ppm 1 "Jan 2008" "Dmitry Baryshev" "Backend script used by KSquirrel"
+.SH NAME
+ksquirrel-libs-ljpeg2ppm
+\- backend script used by KSquirrel
+.SH SYNOPSIS
+ksquirrel-libs-ljpeg2ppm [ -v -h ] [ inFile [outFile] ]
+.SH DESCRIPTION
+Backend script used by KSquirrel
+ Homepage: http://ksquirrel.sourceforge.net
+.SH AUTHORS
+.nf
+Dmitry Baryshev <ksquirrel@tut.by>
+.br
+.SH OTHER
+.nf
+This manual page was written by Harald Sitter <apachelogger@ubuntu.com> for the Debian
+system (but may be used by others).
+.br
diff --git a/doc/man/ksquirrel-libs-mac2ppm.1 b/doc/man/ksquirrel-libs-mac2ppm.1
new file mode 100644
index 0000000..26aa840
--- /dev/null
+++ b/doc/man/ksquirrel-libs-mac2ppm.1
@@ -0,0 +1,19 @@
+.\" This file was written by Harald Sitter <apachelogger@ubuntu.com>
+.TH ksquirrel-libs-mac2ppm 1 "Jan 2008" "Dmitry Baryshev" "Backend script used by KSquirrel"
+.SH NAME
+ksquirrel-libs-mac2ppm
+\- backend script used by KSquirrel
+.SH SYNOPSIS
+ksquirrel-libs-mac2ppm
+.SH DESCRIPTION
+Backend script used by KSquirrel
+ Homepage: http://ksquirrel.sourceforge.net
+.SH AUTHORS
+.nf
+Dmitry Baryshev <ksquirrel@tut.by>
+.br
+.SH OTHER
+.nf
+This manual page was written by Harald Sitter <apachelogger@ubuntu.com> for the Debian
+system (but may be used by others).
+.br
diff --git a/doc/man/ksquirrel-libs-neo2ppm.1 b/doc/man/ksquirrel-libs-neo2ppm.1
new file mode 100644
index 0000000..fcd6d51
--- /dev/null
+++ b/doc/man/ksquirrel-libs-neo2ppm.1
@@ -0,0 +1,19 @@
+.\" This file was written by Harald Sitter <apachelogger@ubuntu.com>
+.TH ksquirrel-libs-neo2ppm 1 "Jan 2008" "Dmitry Baryshev" "Backend script used by KSquirrel"
+.SH NAME
+ksquirrel-libs-neo2ppm
+\- backend script used by KSquirrel
+.SH SYNOPSIS
+ksquirrel-libs-neo2ppm
+.SH DESCRIPTION
+Backend script used by KSquirrel
+ Homepage: http://ksquirrel.sourceforge.net
+.SH AUTHORS
+.nf
+Dmitry Baryshev <ksquirrel@tut.by>
+.br
+.SH OTHER
+.nf
+This manual page was written by Harald Sitter <apachelogger@ubuntu.com> for the Debian
+system (but may be used by others).
+.br
diff --git a/doc/man/ksquirrel-libs-pi12ppm.1 b/doc/man/ksquirrel-libs-pi12ppm.1
new file mode 100644
index 0000000..ba62050
--- /dev/null
+++ b/doc/man/ksquirrel-libs-pi12ppm.1
@@ -0,0 +1,19 @@
+.\" This file was written by Harald Sitter <apachelogger@ubuntu.com>
+.TH ksquirrel-libs-pi12ppm 1 "Jan 2008" "Dmitry Baryshev" "Backend script used by KSquirrel"
+.SH NAME
+ksquirrel-libs-pi12ppm
+\- backend script used by KSquirrel
+.SH SYNOPSIS
+ksquirrel-libs-pi12ppm
+.SH DESCRIPTION
+Backend script used by KSquirrel
+ Homepage: http://ksquirrel.sourceforge.net
+.SH AUTHORS
+.nf
+Dmitry Baryshev <ksquirrel@tut.by>
+.br
+.SH OTHER
+.nf
+This manual page was written by Harald Sitter <apachelogger@ubuntu.com> for the Debian
+system (but may be used by others).
+.br
diff --git a/doc/man/ksquirrel-libs-pi32ppm.1 b/doc/man/ksquirrel-libs-pi32ppm.1
new file mode 100644
index 0000000..d662bec
--- /dev/null
+++ b/doc/man/ksquirrel-libs-pi32ppm.1
@@ -0,0 +1,19 @@
+.\" This file was written by Harald Sitter <apachelogger@ubuntu.com>
+.TH ksquirrel-libs-pi32ppm 1 "Jan 2008" "Dmitry Baryshev" "Backend script used by KSquirrel"
+.SH NAME
+ksquirrel-libs-pi32ppm
+\- backend script used by KSquirrel
+.SH SYNOPSIS
+ksquirrel-libs-pi32ppm
+.SH DESCRIPTION
+Backend script used by KSquirrel
+ Homepage: http://ksquirrel.sourceforge.net
+.SH AUTHORS
+.nf
+Dmitry Baryshev <ksquirrel@tut.by>
+.br
+.SH OTHER
+.nf
+This manual page was written by Harald Sitter <apachelogger@ubuntu.com> for the Debian
+system (but may be used by others).
+.br
diff --git a/doc/man/ksquirrel-libs-svg2png.1 b/doc/man/ksquirrel-libs-svg2png.1
new file mode 100644
index 0000000..585d8cb
--- /dev/null
+++ b/doc/man/ksquirrel-libs-svg2png.1
@@ -0,0 +1,19 @@
+.\" This file was written by Harald Sitter <apachelogger@ubuntu.com>
+.TH ksquirrel-libs-svg2png 1 "Jan 2008" "Dmitry Baryshev" "Backend script used by KSquirrel"
+.SH NAME
+ksquirrel-libs-svg2png
+\- backend script used by KSquirrel
+.SH SYNOPSIS
+ksquirrel-libs-svg2png
+.SH DESCRIPTION
+Backend script used by KSquirrel
+ Homepage: http://ksquirrel.sourceforge.net
+.SH AUTHORS
+.nf
+Dmitry Baryshev <ksquirrel@tut.by>
+.br
+.SH OTHER
+.nf
+This manual page was written by Harald Sitter <apachelogger@ubuntu.com> for the Debian
+system (but may be used by others).
+.br
diff --git a/doc/man/ksquirrel-libs-ttf2pnm.1 b/doc/man/ksquirrel-libs-ttf2pnm.1
new file mode 100644
index 0000000..7c0950a
--- /dev/null
+++ b/doc/man/ksquirrel-libs-ttf2pnm.1
@@ -0,0 +1,19 @@
+.\" This file was written by Harald Sitter <apachelogger@ubuntu.com>
+.TH ksquirrel-libs-ttf2pnm 1 "Jan 2008" "Dmitry Baryshev" "Backend script used by KSquirrel"
+.SH NAME
+ksquirrel-libs-ttf2pnm
+\- backend script used by KSquirrel
+.SH SYNOPSIS
+ksquirrel-libs-ttf2pnm
+.SH DESCRIPTION
+Backend script used by KSquirrel
+ Homepage: http://ksquirrel.sourceforge.net
+.SH AUTHORS
+.nf
+Dmitry Baryshev <ksquirrel@tut.by>
+.br
+.SH OTHER
+.nf
+This manual page was written by Harald Sitter <apachelogger@ubuntu.com> for the Debian
+system (but may be used by others).
+.br
diff --git a/doc/man/ksquirrel-libs-utah2ppm.1 b/doc/man/ksquirrel-libs-utah2ppm.1
new file mode 100644
index 0000000..ddec060
--- /dev/null
+++ b/doc/man/ksquirrel-libs-utah2ppm.1
@@ -0,0 +1,19 @@
+.\" This file was written by Harald Sitter <apachelogger@ubuntu.com>
+.TH ksquirrel-libs-utah2ppm 1 "Jan 2008" "Dmitry Baryshev" "Backend script used by KSquirrel"
+.SH NAME
+ksquirrel-libs-utah2ppm
+\- backend script used by KSquirrel
+.SH SYNOPSIS
+ksquirrel-libs-utah2ppm
+.SH DESCRIPTION
+Backend script used by KSquirrel
+ Homepage: http://ksquirrel.sourceforge.net
+.SH AUTHORS
+.nf
+Dmitry Baryshev <ksquirrel@tut.by>
+.br
+.SH OTHER
+.nf
+This manual page was written by Harald Sitter <apachelogger@ubuntu.com> for the Debian
+system (but may be used by others).
+.br
diff --git a/doc/man/ksquirrel-libs-xcf2pnm.1 b/doc/man/ksquirrel-libs-xcf2pnm.1
new file mode 100644
index 0000000..3148b5f
--- /dev/null
+++ b/doc/man/ksquirrel-libs-xcf2pnm.1
@@ -0,0 +1,19 @@
+.\" This file was written by Harald Sitter <apachelogger@ubuntu.com>
+.TH ksquirrel-libs-xcf2pnm 1 "Jan 2008" "Dmitry Baryshev" "Backend script used by KSquirrel"
+.SH NAME
+ksquirrel-libs-xcf2pnm
+\- backend script used by KSquirrel
+.SH SYNOPSIS
+ksquirrel-libs-xcf2pnm
+.SH DESCRIPTION
+Backend script used by KSquirrel
+ Homepage: http://ksquirrel.sourceforge.net
+.SH AUTHORS
+.nf
+Dmitry Baryshev <ksquirrel@tut.by>
+.br
+.SH OTHER
+.nf
+This manual page was written by Harald Sitter <apachelogger@ubuntu.com> for the Debian
+system (but may be used by others).
+.br
diff --git a/doc/man/ksquirrel-libs-xim2ppm.1 b/doc/man/ksquirrel-libs-xim2ppm.1
new file mode 100644
index 0000000..041fdb9
--- /dev/null
+++ b/doc/man/ksquirrel-libs-xim2ppm.1
@@ -0,0 +1,19 @@
+.\" This file was written by Harald Sitter <apachelogger@ubuntu.com>
+.TH ksquirrel-libs-xim2ppm 1 "Jan 2008" "Dmitry Baryshev" "Backend script used by KSquirrel"
+.SH NAME
+ksquirrel-libs-xim2ppm
+\- backend script used by KSquirrel
+.SH SYNOPSIS
+ksquirrel-libs-xim2ppm
+.SH DESCRIPTION
+Backend script used by KSquirrel
+ Homepage: http://ksquirrel.sourceforge.net
+.SH AUTHORS
+.nf
+Dmitry Baryshev <ksquirrel@tut.by>
+.br
+.SH OTHER
+.nf
+This manual page was written by Harald Sitter <apachelogger@ubuntu.com> for the Debian
+system (but may be used by others).
+.br