poke-devel
[Top][All Lists]
Advanced

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

[PATCH v2 2/2] Distribute Emacs syntax highlighting


From: Thomas Weißschuh
Subject: [PATCH v2 2/2] Distribute Emacs syntax highlighting
Date: Sat, 13 Mar 2021 22:22:24 +0100

2021-03-12  Thomas Weißschuh <thomas@t-8ch.de>

        * etc/Makefile.am: Distribute Emacs syntax highlighting.
---
 ChangeLog       | 4 ++++
 configure.ac    | 1 +
 etc/Makefile.am | 2 ++
 3 files changed, 7 insertions(+)

diff --git a/ChangeLog b/ChangeLog
index 0fb56ef9..805313b1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2021-03-12  Thomas Weißschuh <thomas@t-8ch.de>
+
+       * etc/Makefile.am: Distribute Emacs syntax highlighting.
+
 2021-03-12  Thomas Weißschuh <thomas@t-8ch.de>
 
        * etc/vim/Makefile.am: Distribute vim syntax highlighting.
diff --git a/configure.ac b/configure.ac
index e6afb941..cd27dcc3 100644
--- a/configure.ac
+++ b/configure.ac
@@ -238,6 +238,7 @@ AC_ARG_WITH([vimdir],
 )
 AC_SUBST([vimdir])
 
+AM_PATH_LISPDIR
 
 dnl Generate output files
 AC_CONFIG_FILES(Makefile
diff --git a/etc/Makefile.am b/etc/Makefile.am
index e7f5b339..edecdc72 100644
--- a/etc/Makefile.am
+++ b/etc/Makefile.am
@@ -3,3 +3,5 @@ SUBDIRS = vim
 EXTRA_DIST = poke.rec
 
 dist_pkgdata_DATA = poke-default.css
+
+dist_lisp_LISP = poke-mode.el poke-map-mode.el poke-ras-mode.el
-- 
2.30.2




reply via email to

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