build: Move the Emacs package sources to subdirectory gettext-tools/emacs/.

* gettext-tools/emacs/*.el: Moved here from gettext-tools/misc/.
* gettext-tools/emacs/Makefile.am: New file, based on
gettext-tools/misc/Makefile.am.
* gettext-tools/misc/Makefile.am (lisp_LISP): Remove variable.
* gettext-tools/configure.ac (AC_CONFIG_FILES): Add emacs/Makefile.
* gettext-tools/Makefile.am (SUBDIRS): Add 'emacs'.
This commit is contained in:
Bruno Haible
2019-03-30 11:45:00 +01:00
parent 81528ae5ec
commit 482aeabfa7
8 changed files with 40 additions and 11 deletions
+3 -1
View File
@@ -336,6 +336,7 @@
/gettext-tools/config.h.in
/gettext-tools/Makefile.in
/gettext-tools/doc/Makefile.in
/gettext-tools/emacs/Makefile.in
/gettext-tools/examples/aclocal.m4
/gettext-tools/examples/configure
/gettext-tools/examples/Makefile.in
@@ -396,6 +397,7 @@
/gettext-tools/doc/gettext_foot.html
/gettext-tools/doc/gettext_[0-9].html
/gettext-tools/doc/gettext_[0-9][0-9].html
/gettext-tools/emacs/*.elc
/gettext-tools/examples/po/gettext-examples.pot
/gettext-tools/examples/po/stamp-po
/gettext-tools/man/autopoint.1
@@ -435,7 +437,6 @@
/gettext-tools/man/xgettext.1
/gettext-tools/man/xgettext.1.html
/gettext-tools/misc/archive.*.tar.*
/gettext-tools/misc/*.elc
/gettext-tools/po/gettext-tools.pot
/gettext-tools/po/stamp-po
# Files generated by "make", using gperf:
@@ -530,6 +531,7 @@ autom4te.cache/
/gettext-tools/libtool
/gettext-tools/stamp-h1
/gettext-tools/doc/Makefile
/gettext-tools/emacs/Makefile
/gettext-tools/examples/Makefile
/gettext-tools/examples/installpaths
/gettext-tools/examples/po/Makefile
+2 -2
View File
@@ -1,5 +1,5 @@
## Makefile for the gettext-tools directory of GNU gettext
## Copyright (C) 1995-2007, 2010, 2013-2016, 2018 Free Software Foundation, Inc.
## Copyright (C) 1995-2007, 2010, 2013-2016, 2018-2019 Free Software Foundation, Inc.
##
## This program is free software: you can redistribute it and/or modify
## it under the terms of the GNU General Public License as published by
@@ -19,7 +19,7 @@
AUTOMAKE_OPTIONS = 1.5 gnu no-dependencies
ACLOCAL_AMFLAGS = -I m4 -I ../gettext-runtime/m4 -I ../m4 -I gnulib-m4 -I libgrep/gnulib-m4 -I libgettextpo/gnulib-m4
SUBDIRS = intl gnulib-lib libgrep src libgettextpo po its projects styles misc man m4 tests system-tests gnulib-tests examples doc
SUBDIRS = intl gnulib-lib libgrep src libgettextpo po its projects styles emacs misc man m4 tests system-tests gnulib-tests examples doc
EXTRA_DIST = misc/DISCLAIM
MOSTLYCLEANFILES = core *.stackdump
+3 -1
View File
@@ -1,5 +1,5 @@
dnl Configuration for the gettext-tools directory of GNU gettext
dnl Copyright (C) 1995-2018 Free Software Foundation, Inc.
dnl Copyright (C) 1995-2019 Free Software Foundation, Inc.
dnl
dnl This program is free software: you can redistribute it and/or modify
dnl it under the terms of the GNU General Public License as published by
@@ -531,6 +531,8 @@ AC_CONFIG_FILES([projects/Makefile])
AC_CONFIG_FILES([styles/Makefile])
AC_CONFIG_FILES([emacs/Makefile])
AC_CONFIG_FILES([misc/Makefile])
AC_CONFIG_FILES([misc/gettextize], [chmod a+x misc/gettextize])
AC_CONFIG_FILES([misc/autopoint], [chmod a+x misc/autopoint])
+31
View File
@@ -0,0 +1,31 @@
## Makefile for the gettext-tools/emacs subdirectory of GNU gettext
## Copyright (C) 1995-1997, 2000-2003, 2005-2007, 2009-2010, 2019 Free
## Software Foundation, Inc.
##
## This program is free software: you can redistribute it and/or modify
## it under the terms of the GNU General Public License as published by
## the Free Software Foundation; either version 3 of the License, or
## (at your option) any later version.
##
## This program is distributed in the hope that it will be useful,
## but WITHOUT ANY WARRANTY; without even the implied warranty of
## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
## GNU General Public License for more details.
##
## You should have received a copy of the GNU General Public License
## along with this program. If not, see <https://www.gnu.org/licenses/>.
## Process this file with automake to produce Makefile.in.
AUTOMAKE_OPTIONS = 1.2 gnits
EXTRA_DIST =
MOSTLYCLEANFILES =
CLEANFILES =
DISTCLEANFILES =
# Emacs Lisp code.
lisp_LISP = start-po.el po-mode.el po-compat.el
EXTRA_DIST += $(lisp_LISP)
+1 -7
View File
@@ -1,5 +1,5 @@
## Makefile for the gettext-tools/misc subdirectory of GNU gettext
## Copyright (C) 1995-1997, 2000-2003, 2005-2007, 2009-2010 Free
## Copyright (C) 1995-1997, 2000-2003, 2005-2007, 2009-2010, 2019 Free
## Software Foundation, Inc.
##
## This program is free software: you can redistribute it and/or modify
@@ -113,9 +113,3 @@ archive.cvs.tar.gz: archive.dir.tar
inputfile='$(srcdir)'/archive.dir.tar; \
fi; \
./convert-archive dir cvs "$$inputfile" $@
# Emacs Lisp code.
lisp_LISP = start-po.el po-mode.el po-compat.el
EXTRA_DIST += $(lisp_LISP)