sane-project-backends/tools
Henning Geinitz 3346c6f053 Install sane.ps and sane.dvi if latex/makeindex/dvips is available.
Generate sane-backends.html in doc/. New target: install-mostang.
Installs the sane standard (.ps, .ps.gz and html), the html manpages,
and sane-backends.html on www.mostang.com.
2001-05-02 19:39:02 +00:00
..
Makefile.in 2000-12-31 Henning Meier-Geinitz <hmg@gmx.de> 2000-12-31 19:35:04 +00:00
README 2000-12-31 Henning Meier-Geinitz <hmg@gmx.de> 2000-12-31 19:35:04 +00:00
libtool-get-dll-ext Merge devel (v1.0.3) into head branch. 2000-08-12 15:11:46 +00:00
mustek600iin-off.c Initial revision 1999-08-09 18:06:01 +00:00
sane-config.in
sane-desc.el Install sane.ps and sane.dvi if latex/makeindex/dvips is available. 2001-05-02 19:39:02 +00:00
sane-find-scanner.c 2000-12-31 Henning Meier-Geinitz <hmg@gmx.de> 2000-12-31 19:35:04 +00:00
xerox Initial revision 1999-08-09 18:06:01 +00:00

README

2000-12-31

This directory contains various tools that may be useful:

 sane-find-scanner (previous name: "find-scanner"):
        Attempts to find a SCSI scanner attached to your system.
        Invoke with "sane-find-scanner -h" to get command-line
        syntax. Note that sane-find-scanner will find any scanner
        that is connected to a SCSI bus.  It will even find scanners
        that are not supported at all by SANE. More details can be
        found in the man page sane-find-scanner(1).

 xerox:
        A simple script to make photocopies ("xeroxing").  In
        the script, you may need to adjust the device name
        assigned to variable DEV and the resolution assigned
        to variable RES as well as the paper with and height
        (variables WIDTH and HEIGHT, respectively.

 mustek600iin-off:
        Allows you to turn off a Mustek 600 II N scanner.
        Use "make mustek600iin-off" to compile.

Maybe usefull for SANE developers:

 sane-desc.el:
        Some handy elisp stuff to automagically generate descriptive
        SANE webpages from backend .desc files with emacs. Look at the
        top of the file for more details.

 sane-config:
        Show SANE version, linker flags etc. Might be usefull for 
        frontend developers.