bug-recutils
[Top][All Lists]
Advanced

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

[bug-recutils] Installing rec-mode.el where it belongs


From: Ludovic Courtès
Subject: [bug-recutils] Installing rec-mode.el where it belongs
Date: Mon, 26 Sep 2011 18:49:26 +0200
User-agent: Gnus/5.110018 (No Gnus v0.18) Emacs/24.0.50 (gnu/linux)

Hello!

How about this patch?

diff -ubB --show-c-function /home/ludo/recutils-1.3/etc/Makefile.am 
/home/ludo/recutils-1.3/etc/Makefile.am.new
--- recutils-1.3/etc/Makefile.am        2011-01-17 22:04:35.000000000 +0100
+++ recutils-1.3/etc/Makefile.am.new    2011-09-26 18:47:07.000000000 +0200
@@ -15,8 +15,10 @@
 # You should have received a copy of the GNU General Public License
 # along with this program.  If not, see <http://www.gnu.org/licenses/>.
 
+lisp_DATA = rec-mode.el
+
 etcdir=$(pkgdatadir)/etc
-etc_DATA = FSD.rec rec-mode.el
-EXTRA_DIST = FSD.rec rec-mode.el
+etc_DATA = FSD.rec
+
 
 # End of Makefile.am
Thanks!

Ludo’.

reply via email to

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