mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-04-29 19:30:36 +02:00
Remove 'emacs/Makefile.am'.
This is a followup to 178e9d237b
.
* emacs/Makefile.am: Delete.
* configure.ac: Don't output 'emacs/Makefile'.
* Makefile.am (SUBDIRS): Remove 'emacs'.
This commit is contained in:
parent
2b73fe8169
commit
a6ec043f7a
3 changed files with 0 additions and 26 deletions
|
@ -36,7 +36,6 @@ SUBDIRS = \
|
||||||
stage2 \
|
stage2 \
|
||||||
guile-readline \
|
guile-readline \
|
||||||
examples \
|
examples \
|
||||||
emacs \
|
|
||||||
test-suite \
|
test-suite \
|
||||||
benchmark-suite \
|
benchmark-suite \
|
||||||
gc-benchmarks \
|
gc-benchmarks \
|
||||||
|
|
|
@ -1473,7 +1473,6 @@ AC_CONFIG_FILES([
|
||||||
doc/Makefile
|
doc/Makefile
|
||||||
doc/r5rs/Makefile
|
doc/r5rs/Makefile
|
||||||
doc/ref/Makefile
|
doc/ref/Makefile
|
||||||
emacs/Makefile
|
|
||||||
examples/Makefile
|
examples/Makefile
|
||||||
libguile/Makefile
|
libguile/Makefile
|
||||||
libguile/version.h
|
libguile/version.h
|
||||||
|
|
|
@ -1,24 +0,0 @@
|
||||||
## Process this file with automake to produce Makefile.in.
|
|
||||||
##
|
|
||||||
## Copyright (C) 2006, 2008, 2010 Free Software Foundation, Inc.
|
|
||||||
##
|
|
||||||
## This file is part of GUILE.
|
|
||||||
##
|
|
||||||
## GUILE is free software; you can redistribute it and/or modify it
|
|
||||||
## under the terms of the GNU Lesser General Public License as
|
|
||||||
## published by the Free Software Foundation; either version 3, or
|
|
||||||
## (at your option) any later version.
|
|
||||||
##
|
|
||||||
## GUILE 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 Lesser General Public License for more details.
|
|
||||||
##
|
|
||||||
## You should have received a copy of the GNU Lesser General Public
|
|
||||||
## License along with GUILE; see the file COPYING.LESSER. If not,
|
|
||||||
## write to the Free Software Foundation, Inc., 51 Franklin Street,
|
|
||||||
## Fifth Floor, Boston, MA 02110-1301 USA
|
|
||||||
|
|
||||||
AUTOMAKE_OPTIONS = gnu
|
|
||||||
|
|
||||||
ETAGS_ARGS = ChangeLog-2008
|
|
Loading…
Add table
Add a link
Reference in a new issue