Removed references to sane-desc.el.

merge-requests/1/head
Henning Geinitz 2003-06-18 09:47:11 +00:00
rodzic fce2bc531c
commit 10dcf60722
5 zmienionych plików z 5 dodań i 13 usunięć

Wyświetl plik

@ -11,6 +11,8 @@
* tools/sane-desc.el.in tools/sane-desc-ext.el: Removed because * tools/sane-desc.el.in tools/sane-desc-ext.el: Removed because
these emacs-lisp scripts haven't been used for some time now. these emacs-lisp scripts haven't been used for some time now.
Use sane-desc.c instead. Use sane-desc.c instead.
* configure configure.in tools/.cvsignore tools/Makefile.in
tools/README: Removed references to sane-desc.el.
2003-06-15 Henning Meier-Geinitz <henning@meier-geinitz.de> 2003-06-15 Henning Meier-Geinitz <henning@meier-geinitz.de>

3
configure vendored
Wyświetl plik

@ -23804,8 +23804,6 @@ DISTCLEAN_FILES="*~ .*~ *.log *.bak *.old *.orig *.out *.rej \"\#\"* \".\\#\"*"
ac_config_files="$ac_config_files Makefile lib/Makefile sanei/Makefile frontend/Makefile japi/Makefile backend/Makefile include/Makefile doc/Makefile po/Makefile testsuite/Makefile tools/Makefile" ac_config_files="$ac_config_files Makefile lib/Makefile sanei/Makefile frontend/Makefile japi/Makefile backend/Makefile include/Makefile doc/Makefile po/Makefile testsuite/Makefile tools/Makefile"
ac_config_files="$ac_config_files tools/sane-desc.el"
ac_config_files="$ac_config_files tools/sane-config" ac_config_files="$ac_config_files tools/sane-config"
cat >confcache <<\_ACEOF cat >confcache <<\_ACEOF
@ -24343,7 +24341,6 @@ do
"po/Makefile" ) CONFIG_FILES="$CONFIG_FILES po/Makefile" ;; "po/Makefile" ) CONFIG_FILES="$CONFIG_FILES po/Makefile" ;;
"testsuite/Makefile" ) CONFIG_FILES="$CONFIG_FILES testsuite/Makefile" ;; "testsuite/Makefile" ) CONFIG_FILES="$CONFIG_FILES testsuite/Makefile" ;;
"tools/Makefile" ) CONFIG_FILES="$CONFIG_FILES tools/Makefile" ;; "tools/Makefile" ) CONFIG_FILES="$CONFIG_FILES tools/Makefile" ;;
"tools/sane-desc.el" ) CONFIG_FILES="$CONFIG_FILES tools/sane-desc.el" ;;
"tools/sane-config" ) CONFIG_FILES="$CONFIG_FILES tools/sane-config" ;; "tools/sane-config" ) CONFIG_FILES="$CONFIG_FILES tools/sane-config" ;;
"include/sane/config.h" ) CONFIG_HEADERS="$CONFIG_HEADERS include/sane/config.h" ;; "include/sane/config.h" ) CONFIG_HEADERS="$CONFIG_HEADERS include/sane/config.h" ;;
*) { { echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5 *) { { echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5

Wyświetl plik

@ -434,7 +434,6 @@ AC_SUBST(DISTCLEAN_FILES)
AC_CONFIG_FILES([Makefile lib/Makefile sanei/Makefile frontend/Makefile AC_CONFIG_FILES([Makefile lib/Makefile sanei/Makefile frontend/Makefile
japi/Makefile backend/Makefile include/Makefile doc/Makefile japi/Makefile backend/Makefile include/Makefile doc/Makefile
po/Makefile testsuite/Makefile tools/Makefile]) po/Makefile testsuite/Makefile tools/Makefile])
AC_CONFIG_FILES([tools/sane-desc.el])
AC_CONFIG_FILES([tools/sane-config], [chmod a+x tools/sane-config]) AC_CONFIG_FILES([tools/sane-config], [chmod a+x tools/sane-config])
AC_OUTPUT AC_OUTPUT

Wyświetl plik

@ -64,7 +64,7 @@ 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.c sane-desc.el.in sane-desc-ext.el \ sane-config.in sane-desc.c \
sane-find-scanner.c umax_pp.c xerox gamma4scanimage.c check-po.awk sane-find-scanner.c umax_pp.c xerox gamma4scanimage.c check-po.awk
.PHONY: all clean depend dist distclean install uninstall .PHONY: all clean depend dist distclean install uninstall
@ -116,7 +116,7 @@ clean:
rm -rf .libs rm -rf .libs
distclean: clean distclean: clean
rm -f Makefile $(DESTINATIONS) mustek600iin-off sane-desc.el sane-desc rm -f Makefile $(DESTINATIONS) mustek600iin-off sane-desc
rm -f $(DISTCLEAN_FILES) rm -f $(DISTCLEAN_FILES)
dist: $(DISTFILES) dist: $(DISTFILES)

Wyświetl plik

@ -1,4 +1,4 @@
2003-05-05 2003-06-18
This directory contains various tools that may be useful: This directory contains various tools that may be useful:
@ -39,12 +39,6 @@ Maybe useful for SANE developers:
Run "sane-desc --help" for details. The default lists are generated Run "sane-desc --help" for details. The default lists are generated
in doc/Makefile. in doc/Makefile.
sane-desc.el, sane-desc-ext.el (OBSOLETE):
These are the old elisp scripts to automagically generate descriptive
SANE webpages from backend .desc files with emacs. Look at the
top of the file for more details. They are here just for reference. Use
sane-desc instead.
check-po.awk: check-po.awk:
Print untranslated and fuzzy messages and their line numbers in the Print untranslated and fuzzy messages and their line numbers in the
source code and po file. Example: source code and po file. Example: