Added new file sane-desc.c. sane-desc is inended as an replacement for the

Emacs Lisp file sane-desc.el. It can generate ASCI and HTML lists from the
backends' .desc files.
Henning Meier-Geinitz <henning@meier-geinitz.de>
DEVEL_2_0_BRANCH-1
Henning Geinitz 2002-07-05 19:37:08 +00:00
rodzic 1489a6552e
commit c53870a35d
3 zmienionych plików z 1867 dodań i 4 usunięć

Wyświetl plik

@ -64,8 +64,8 @@ LIBSANEI = ../sanei/libsanei.a
LIBLIB = ../lib/liblib.a LIBLIB = ../lib/liblib.a
DISTFILES = Makefile.in README libtool-get-dll-ext mustek600iin-off.c \ DISTFILES = Makefile.in README libtool-get-dll-ext mustek600iin-off.c \
sane-config.in sane-desc.el.in sane-desc-ext.el sane-find-scanner.c \ sane-config.in sane-desc.c sane-desc.el.in sane-desc-ext.el \
umax_pp.c xerox sane-find-scanner.c umax_pp.c xerox
.PHONY: all clean depend dist distclean install uninstall .PHONY: all clean depend dist distclean install uninstall
@ -100,6 +100,8 @@ sane-find-scanner: sane-find-scanner.o ../backend/sane_strstatus.lo \
umax_pp: umax_pp.o ../backend/umax_pp_low.o umax_pp: umax_pp.o ../backend/umax_pp_low.o
@$(LIBTOOL) $(MLINK) $(LINK) umax_pp.o ../backend/umax_pp_low.o \ @$(LIBTOOL) $(MLINK) $(LINK) umax_pp.o ../backend/umax_pp_low.o \
$(LIBSANEI) $(LIBLIB) $(LIBS) $(LIBSANEI) $(LIBLIB) $(LIBS)
sane-desc: sane-desc.o
@$(LIBTOOL) $(MLINK) $(LINK) sane-desc.o $(LIBSANEI) $(LIBLIB) $(LIBS)
depend: depend:
makedepend $(INCLUDES) *.c makedepend $(INCLUDES) *.c

Wyświetl plik

@ -26,9 +26,13 @@ This directory contains various tools that may be useful:
1600P and 2000P, without using the backend. So that 1600P and 2000P, without using the backend. So that
scanner protocol can be tested directly. scanner protocol can be tested directly.
Maybe usefull for SANE developers: Maybe useful for SANE developers:
sane-desc.el: sane-desc:
Generate SANE webpages (and ASCII lists) from backend .desc files.
Use "make sane-desc" to compile. Run "sane-desc --help" for details.
sane-desc.el, sane-desc-ext.el:
Some handy elisp stuff to automagically generate descriptive Some handy elisp stuff to automagically generate descriptive
SANE webpages from backend .desc files with emacs. Look at the SANE webpages from backend .desc files with emacs. Look at the
top of the file for more details. top of the file for more details.

1857
tools/sane-desc.c 100644

Plik diff jest za duży Load Diff