From: Bastian Dehn Date: Mon, 25 May 2026 12:52:38 +0000 (+0200) Subject: add man page for scantopdfgray X-Git-Tag: v1.1.6^2~2^2~5 X-Git-Url: https://gitweb.hhaalo.de/?a=commitdiff_plain;h=a0035b422a2c00a1a547dd21be767355e5a9142d;p=scantopdf.git add man page for scantopdfgray --- diff --git a/Makefile b/Makefile index 2cc3940..e422e2e 100644 --- a/Makefile +++ b/Makefile @@ -115,6 +115,11 @@ $(PACKAGEDIR)/$(MANDIR)/man1/scantopdf.1.gz: mkdir --parents $(@D) gzip --stdout --no-name --best $(SRCDIR)/man/scantopdf.1 > $(@) +$(PACKAGEDIR)/$(MANDIR)/man1/scantopdfgray.1.gz: + + mkdir --parents $(@D) + gzip --stdout --no-name --best $(SRCDIR)/man/scantopdfgray.1 > $(@) + $(PACKAGEDIR)/$(MANDIR)/man1/scantopdfbw.1.gz: mkdir --parents $(@D) @@ -130,6 +135,7 @@ $(BUILDDIR)/$(PACKAGENAME).deb: \ $(PACKAGEDIR)/$(SHAREDIR)/copyright \ $(PACKAGEDIR)/$(SHAREDIR)/changelog.gz \ $(PACKAGEDIR)/$(MANDIR)/man1/scantopdf.1.gz \ + $(PACKAGEDIR)/$(MANDIR)/man1/scantopdfgray.1.gz \ $(PACKAGEDIR)/$(MANDIR)/man1/scantopdfbw.1.gz \ $(PACKAGEDIR)/DEBIAN/control diff --git a/src/man/scantopdfgray.1 b/src/man/scantopdfgray.1 new file mode 100644 index 0000000..1f2e888 --- /dev/null +++ b/src/man/scantopdfgray.1 @@ -0,0 +1,16 @@ +.TH scantopdfgray 1 2026-05-25 + +.SH NAME +scantopdfgray - scan documents to pdf in color + +.SH SYNOPSIS +scantopdfgray [] + +.SH OPTIONS +.P +.EX +pagecount number of pages to scan +output output name of pdf file with extension +keywords pdf keywords one string comma seperated without spaces +.EE +.P \ No newline at end of file