On September 10, [EMAIL PROTECTED] said:
> 
> Tough, Win98  does not have make(1)  by default. Could you generate
> that before the release and include it there?

Tough, it's a developer build. I'll stick one in when I finally make
an official 2.2 release. Checking one in gets us back to the original
situation of having an out-of-date autoloads file in CVS. Rule #42 of
source code control: do not check in auto-generated files.

Here's how to make your own (derived from the Makefile):
cd bbdb-source-dir/lisp
echo "" > bbdb-autoloads.el
emacs -batch -q -l autoload \
  --eval '(setq generated-autoload-file "'`pwd`'/bbdb-autoloads.el")' \
  --eval "(if (featurep 'xemacs) (delete-file generated-autoload-file))" \
  --eval '(setq make-backup-files nil)' \
  --eval '(setq autoload-package-name "bbdb")' \
  -f batch-update-autoloads `pwd`
emacs -batch -q -f batch-byte-compile ./bbdb-autoloads.el

Replace "emacs" with "xemacs" if necessary.

If you're insisting on running a developer build (hey, Win98 doesn't
have tar, gzip or CVS by default...), you might want to collect the
above into a batch file and stick it in the lisp directory.

Cheers,
Waider.
-- 
Ronan Waide, Technology Consultant

StepStone, #102 Block 4, Harcourt Centre, Harcourt Rd, Dublin 2, Ireland
Tel: +353 (0)1 2944077  Fax: +353 (0)1 2944078  http://www.stepstone.ie/
_______________________________________________
bbdb-info mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/mailman/listinfo/bbdb-info

Reply via email to