diff options
author | Ludovic Courtès | 2007-12-13 15:45:53 +0100 |
---|---|---|
committer | Ludovic Courtès | 2007-12-13 15:45:53 +0100 |
commit | eeb11b1464537651f88aa15171e83261c2257402 (patch) | |
tree | bc676070e6479432f9bbf85ba2641ad98bac038d /emacs/Makefile.am | |
parent | 0799f41bed5921db20cb3cdf4ab59a19b48646a4 (diff) | |
download | skribilo-eeb11b1464537651f88aa15171e83261c2257402.tar.gz skribilo-eeb11b1464537651f88aa15171e83261c2257402.tar.lz skribilo-eeb11b1464537651f88aa15171e83261c2257402.zip |
Install Emacs stuff.
* Makefile.am (SUBDIRS): Add `emacs'.
* configure.ac: Invoke `AM_PATH_LISPDIR', produce `emacs/Makefile'.
* emacs/Makefile.am: New.
Diffstat (limited to 'emacs/Makefile.am')
-rw-r--r-- | emacs/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
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 |