I wrote:

>> [...]
>> Of course: automake :-). It's much better than reinventing
>> the wheel yourself, is part of the FSF biosphere and allows
>> the user every imaginable freedom to tweak everything.
>> [...]

> For a start, find attached a small patch against HEAD. It's
> not fully done yet (e. g. the lisp files are installed into
> /usr/share/emacs/site-lisp and the autoloads aren't generat-
> ed), but works reasonably well.

The attached patch will cure the former.

Tim
diff --git a/lisp/Makefile.am b/lisp/Makefile.am
index 171713c..7138140 100644
--- a/lisp/Makefile.am
+++ b/lisp/Makefile.am
@@ -1,6 +1,7 @@
 ## Process this file with automake to produce Makefile.in
 
-dist_lisp_LISP=emms-bookmarks.el emms-browser.el		\
+pkglispdir = $(lispdir)/$(PACKAGE)
+dist_pkglisp_LISP=emms-bookmarks.el emms-browser.el		\
 emms-cache.el emms-compat.el emms-cue.el emms-history.el	\
 emms-i18n.el emms-info-libtag.el emms-info-metaflac.el		\
 emms-info-mp3info.el emms-info-ogg.el emms-info-ogginfo.el	\
_______________________________________________
Emms-help mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/emms-help

Reply via email to