xemacs-cvs(a)xemacs.org writes:
+# We include xemacs-base in the load path so as to get any the
operator
+# definitions in autoload-operators.el.
Typo "any the" in comment above.
$(AUTOLOAD_PATH)/auto-autoloads.el :: $(GENERATED_ELC_DEPENDENCIES)
- $(XEMACS_BATCH_CLEAN) $(LOAD_AUTOLOADS) \
+ $(XEMACS_BATCH_CLEAN) \
+ -eval '(setq load-path (cons
"$(XEMACS_PACKAGES_BASE)/xemacs-packages/xemacs-base" load-path)))' \
+ $(LOAD_AUTOLOADS) \
-eval "$(AUTOLOAD_PACKAGE_NAME)" \
-eval "$(AUTOLOAD_FILE)" \
-l autoload -f batch-update-autoloads $^
This is getting hideous. Maybe it's time for a library analogous to
package-compile.el?
_______________________________________________
XEmacs-Beta mailing list
XEmacs-Beta(a)xemacs.org
http://calypso.tux.org/cgi-bin/mailman/listinfo/xemacs-beta