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: Thomas Weißschuh
Subject: Re: [PATCH v2 2/2] Distribute Emacs syntax highlighting
Date: Tue, 16 Mar 2021 11:14:18 +0100

On Mo, 2021-03-15T00:10+0100, Jose E. Marchesi wrote:
> This is OK for both master and maint/poke-1.
> Thanks!

Pushed to master and maint/poke-1.

> > 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]