I try to build sane-backend on a Debian 8 Testing i686 machine.
./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var --enable-avahi
make
make[1]: Entering directory '/home/share/private/src/mf8030/sane-backends/doc'
TEXINPUTS=".:.:$TEXINPUTS" no ./sane.tex
/bin/bash: no: command not found
Makefile:992: recipe for target 'sane-html' failed
make[1]: *** [sane-html] Error 127
make[1]: Leaving directory '/home/share/private/src/mf8030/sane-backends/doc'
Makefile:542: recipe for target 'all-recursive' failed
make: *** [all-recursive] Error 1
At first make failed because fid2eml was not installed and the variable was "no". Now it fails a few statement further down because TEXINPUTS is "no".
Nether for the problem with fid2eml nor the next error I found anything so far.
I do not care for any local documentation, I just want to build the backend "pixma" that seem to be missing in Debian.