diff options
author | Jérémie Courrèges-Anglas <jca@wxcvbn.org> | 2014-03-23 21:38:12 +0100 |
---|---|---|
committer | Jérémie Courrèges-Anglas <jca@wxcvbn.org> | 2014-03-24 10:24:00 +0100 |
commit | a2be2e6514801fe3f6829a05de017840f50a2b3e (patch) | |
tree | 964ce78bd86741055be25cbc36a7d0f1f2ba071b | |
parent | d095cad0bdf17872786fa30626dd16851e72ef69 (diff) | |
download | ratpoison-a2be2e6514801fe3f6829a05de017840f50a2b3e.zip |
Install ratpoison.el in share/emacs/site-lisp
-rw-r--r-- | configure.ac | 3 | ||||
-rw-r--r-- | contrib/Makefile.am | 3 |
2 files changed, 5 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 8e749b5..e12125e 100644 --- a/configure.ac +++ b/configure.ac @@ -189,5 +189,8 @@ AC_LINK_IFELSE([AC_LANG_PROGRAM([], AM_LANGINFO_CODESET +lispdir='${datarootdir}/emacs/site-lisp' +AC_SUBST([lispdir]) + AC_CONFIG_FILES([Makefile doc/Makefile src/Makefile contrib/Makefile]) AC_OUTPUT diff --git a/contrib/Makefile.am b/contrib/Makefile.am index 7695af4..2825953 100644 --- a/contrib/Makefile.am +++ b/contrib/Makefile.am @@ -19,6 +19,7 @@ bin_SCRIPTS = rpws -pkgdata_DATA = allwindows.sh clickframe.pl genrpbindings ratdate.sh ratpoison.el rpshowall.sh rpws sloppy.c split.sh unrat.c +pkgdata_DATA = allwindows.sh clickframe.pl genrpbindings ratdate.sh rpshowall.sh rpws sloppy.c split.sh unrat.c +lisp_DATA = ratpoison.el EXTRA_DIST = allwindows.sh clickframe.pl genrpbindings ratdate.sh ratpoison.el rpshowall.sh rpws sloppy.c split.sh unrat.c MAINTAINERCLEANFILES = Makefile.in |