emms-help
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[emms-help] Re: Packaging as RPM and Makefile


From: Tim Landscheidt
Subject: [emms-help] Re: Packaging as RPM and Makefile
Date: Mon, 07 Jun 2010 00:05:05 +0000
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1 (gnu/linux)

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     \

reply via email to

[Prev in Thread] Current Thread [Next in Thread]