poke-devel
[Top][All Lists]
Advanced

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

Re: [PATCH v2 2/2] Distribute Emacs syntax highlighting


From: Jose E. Marchesi
Subject: Re: [PATCH v2 2/2] Distribute Emacs syntax highlighting
Date: Mon, 15 Mar 2021 00:10:16 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux)

This is OK for both master and maint/poke-1.
Thanks!

> 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



reply via email to

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