From eeb11b1464537651f88aa15171e83261c2257402 Mon Sep 17 00:00:00 2001 From: Ludovic Courtès Date: Thu, 13 Dec 2007 15:45:53 +0100 Subject: Install Emacs stuff. * Makefile.am (SUBDIRS): Add `emacs'. * configure.ac: Invoke `AM_PATH_LISPDIR', produce `emacs/Makefile'. * emacs/Makefile.am: New. --- Makefile.am | 2 +- configure.ac | 6 ++++-- emacs/Makefile.am | 1 + 3 files changed, 6 insertions(+), 3 deletions(-) create mode 100644 emacs/Makefile.am diff --git a/Makefile.am b/Makefile.am index e17dbfe..bba8c94 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,4 +1,4 @@ -SUBDIRS = po src doc +SUBDIRS = po src doc emacs ACLOCAL_AMFLAGS = -I m4 diff --git a/configure.ac b/configure.ac index 6e80744..8b7967a 100644 --- a/configure.ac +++ b/configure.ac @@ -59,7 +59,8 @@ AM_CONDITIONAL([HAVE_PS2PDF], [test "x$PS2PDF" != "x"]) AC_PATH_PROGS([PLOTICUS], [ploticus pl]) AM_CONDITIONAL([HAVE_PLOTICUS], [test "x$PLOTICUS" != "x"]) - +# Emacs. +AM_PATH_LISPDIR pkgdatadir="$datadir/$PACKAGE_NAME" @@ -98,4 +99,5 @@ AC_OUTPUT([Makefile doc/dir/Makefile doc/modules/Makefile doc/modules/skribilo/Makefile - doc/modules/skribilo/documentation/Makefile]) + doc/modules/skribilo/documentation/Makefile + emacs/Makefile]) diff --git a/emacs/Makefile.am b/emacs/Makefile.am new file mode 100644 index 0000000..d3cdcf2 --- /dev/null +++ b/emacs/Makefile.am @@ -0,0 +1 @@ +dist_lisp_DATA = skribe.el -- cgit v1.2.3