I have trouble installing elib v 1.0. I have changed the Makefile to reflect my paths:
prefix = c:/Program\ Files/Emacs locallisppath = $(prefix)/site-lisp ELIBDIR = $(locallisppath)/elib infodir = $(prefix)/site-info When I run "make install" it fails like this $ make install emacs -batch -l elib-compile-all.el -f compile-elib Adding c:/Program Files/Emacs/setup/lisp/ to load-path makeinfo elib.texi ' in @synindex.nknown index `fn' and/or `cp makeinfo: Removing output file `/c/DL/emacs/elib-1.0/elib-1.0/elib.info' due to errors; use --force to preserve. make: *** [elib.info] Error 2 Can anyone explain how to install elib on MS Windows?
