From 84357741a6a6e6430f199b2c3f7498e0e97da9ad Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Sun, 12 Feb 2023 17:35:53 +0100 Subject: New upstream version 1.2.1 --- doc/Makefile.am | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) (limited to 'doc/Makefile.am') diff --git a/doc/Makefile.am b/doc/Makefile.am index 17ae02f..7dbbfaf 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -95,7 +95,8 @@ MAN2HTML = nroff -c -man |\ sed 's,,

,' %.1 %.5 %.7 %.8: %.man - @echo "Generating manpage $@..."; + $(AM_V_GEN) + @if $(AM_V_P); then echo "Generating manpage $@..."; fi @sed -e 's|@DATADIR@|$(datadir)|g' \ -e 's|@CONFIGDIR@|$(configdir)|g' \ -e 's|@DOCDIR@|$(docdir)|g' \ @@ -124,8 +125,8 @@ BEDOCS += mustek/mustek.CHANGES BEDOCS += mustek_usb/mustek_usb.CHANGES mustek_usb/mustek_usb.TODO BEDOCS += mustek_usb2/mustek_usb2.CHANGES mustek_usb2/mustek_usb2.TODO BEDOCS += niash/niash.TODO -BEDOCS += plustek/FAQ plustek/MakeModule.sh plustek/Makefile.kernel24 \ - plustek/Makefile.kernel26 plustek/Plustek-PARPORT-TODO.txt \ +BEDOCS += plustek/FAQ \ + plustek/Plustek-PARPORT-TODO.txt \ plustek/Plustek-PARPORT.changes plustek/Plustek-PARPORT.txt \ plustek/Plustek-USB-TODO.txt plustek/Plustek-USB.changes \ plustek/Plustek-USB.txt @@ -186,9 +187,10 @@ DESC_FILES = descriptions/abaton.desc descriptions/agfafocus.desc \ descriptions/umax1220u.desc descriptions/umax.desc \ descriptions/umax_pp.desc descriptions/unsupported.desc \ descriptions/v4l.desc descriptions/xerox_mfp.desc -EXTRA_DIST += $(DESC_FILES) descriptions/template.desc. +EXTRA_DIST += $(DESC_FILES) descriptions/template.desc -DESC_EXT_FILES = descriptions-external/brother2.desc \ +DESC_EXT_FILES = descriptions-external/ambir.desc \ + descriptions-external/brother2.desc \ descriptions-external/brother.desc \ descriptions-external/brother-mfc4600.desc \ descriptions-external/cs3200f.desc \ @@ -199,6 +201,7 @@ DESC_EXT_FILES = descriptions-external/brother2.desc \ descriptions-external/hpaio.desc \ descriptions-external/hpoj.desc \ descriptions-external/kodak-twain.desc \ + descriptions-external/kyocera.desc \ descriptions-external/lhii.desc \ descriptions-external/mustek_a3p1.desc \ descriptions-external/panamfs.desc \ @@ -210,7 +213,7 @@ DESC_EXT_FILES = descriptions-external/brother2.desc \ descriptions-external/utsushi.desc \ descriptions-external/v4l2.desc \ descriptions-external/viceo.desc -EXTRA_DIST += $(DESC_EXT_FILES) descriptions-external/template.desc. +EXTRA_DIST += $(DESC_EXT_FILES) descriptions-external/template.desc install-data-local: install-beman5 -- cgit v1.2.3