diff --git a/doc/Makefile.in b/doc/Makefile.in index b37a9d958..d2ae7b744 100644 --- a/doc/Makefile.in +++ b/doc/Makefile.in @@ -47,7 +47,8 @@ SECT5 = sane-abaton.5 sane-agfafocus.5 sane-apple.5 sane-as6e.5 sane-dll.5 \ sane-st400.5 sane-mustek_pp.5 sane-dc210.5 sane-v4l.5 \ sane-snapscan.5 sane-canon.5 sane-coolscan.5 sane-bh.5 sane-dc240.5 \ sane-umax_pp.5 sane-umax1220u.5 sane-sm3600.5 sane-usb.5 \ - sane-mustek_usb.5 sane-sceptre.5 sane-canon_pp.5 sane-canon630u.5 + sane-mustek_usb.5 sane-sceptre.5 sane-canon_pp.5 sane-canon630u.5 \ + sane-teco1.5 SECT7 = sane.7 MANPAGES = $(SECT1) $(SECT5) $(SECT7) READMES = README AUTHORS COPYING ChangeLog LEVEL2 LICENSE NEWS PROBLEMS \ @@ -81,7 +82,8 @@ DISTFILES = Makefile.in backend-writing.txt doxygen-sanei.conf html.sty \ sane-scsi.man sane-sharp.man sane-sm3600.man sane-snapscan.man \ sane-st400.man sane-tamarack.man sane-umax.man sane-umax1220u.man \ sane-umax_pp.man sane-usb.man sane-v4l.man sane.man sane.png \ - sane.tex saned.man scanimage.man sane-sceptre.man sane-canon_pp.man + sane.tex saned.man scanimage.man sane-sceptre.man sane-canon_pp.man \ + sane-teco1.man .PHONY: all clean depend dist distclean html html-man install \ install-mostang sane-html uninstall diff --git a/doc/sane.man b/doc/sane.man index d721effbd..f378d7f5b 100644 --- a/doc/sane.man +++ b/doc/sane.man @@ -251,6 +251,9 @@ sane-st400(5) for details. The SANE tamarack backend supports Tamarack Artiscan flatbed scanners. See sane-tamarack(5) for details. .TP +.B teco1 +The SANE teco1 backend supports some TECO scanners, usually sold under the RELISYS name. See sane-teco1(5) for details. +.TP .B umax The sane-umax backend provides access to several UMAX-SCSI-scanners and some Linotype Hell SCSI-scanners. See sane-umax(5) for details. diff --git a/po/Makefile.in b/po/Makefile.in index 9057a04a5..3c626b4d9 100644 --- a/po/Makefile.in +++ b/po/Makefile.in @@ -10,6 +10,7 @@ mustek.*.po: ../backend/mustek.c mustek_usb.*.po: ../backend/mustek_usb.c plustek.*.po: ../backend/plustek.c ../backend/plustek.h pnm.*.po: ../backend/pnm.c +teco1.*.po: ../backend/teco1.c ../backend/teco1.h umax.*.po: ../backend/umax.c umax_pp.*.po: ../backend/umax_pp.c sceptre.*.po: ../backend/sceptre.c ../backend/sceptre.h @@ -57,7 +58,7 @@ DISTCLEAN_FILES = @DISTCLEAN_FILES@ DISTFILES = Makefile.in README epson.de.po mustek.de.po matsushita.fr.po \ mustek_usb.de.po plustek.de.po plustek.es.po pnm.de.po \ saneopts.de.po saneopts.fr.po saneopts.es.po \ - sceptre.fr.po umax.de.po umax.fr.po umax_pp.fr.po snapscan.de.po + sceptre.fr.po teco1.fr.po umax.de.po umax.fr.po umax_pp.fr.po snapscan.de.po .PHONY: all clean depend dist distclean install install-translations \ uninstall update-mo update-po generate-%