From f0b8da1e348dc44112b4c2e182b13765bb597eae Mon Sep 17 00:00:00 2001 From: Bastian Dehn Date: Mon, 25 May 2026 14:51:12 +0200 Subject: [PATCH] add man page scantopdfbw --- Makefile | 6 ++++++ src/man/scantopdfbw.1 | 16 ++++++++++++++++ 2 files changed, 22 insertions(+) create mode 100644 src/man/scantopdfbw.1 diff --git a/Makefile b/Makefile index 57e00c0..2cc3940 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/scantopdfbw.1.gz: + + mkdir --parents $(@D) + gzip --stdout --no-name --best $(SRCDIR)/man/scantopdfbw.1 > $(@) + $(BUILDDIR)/$(PACKAGENAME).deb: \ $(PACKAGEDIR)/$(BINDIR)/scantopdf \ $(PACKAGEDIR)/$(BINDIR)/scantopdfgray \ @@ -125,6 +130,7 @@ $(BUILDDIR)/$(PACKAGENAME).deb: \ $(PACKAGEDIR)/$(SHAREDIR)/copyright \ $(PACKAGEDIR)/$(SHAREDIR)/changelog.gz \ $(PACKAGEDIR)/$(MANDIR)/man1/scantopdf.1.gz \ + $(PACKAGEDIR)/$(MANDIR)/man1/scantopdfbw.1.gz \ $(PACKAGEDIR)/DEBIAN/control mkdir --parents $(@D) diff --git a/src/man/scantopdfbw.1 b/src/man/scantopdfbw.1 new file mode 100644 index 0000000..b068339 --- /dev/null +++ b/src/man/scantopdfbw.1 @@ -0,0 +1,16 @@ +.TH scantopdfbw 1 2026-05-25 + +.SH NAME +scantopdfbw - scan documents to pdf in color + +.SH SYNOPSIS +scantopdfbw [] + +.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 -- 2.47.3