Remove etc/Makefile.am.

* etc/Makefile.am: Rename as...
	* etc/local.mk: this.
	Adjust.
	* Makefile.am, configure.ac: Adjust.
This commit is contained in:
Akim Demaille
2008-09-23 15:02:44 +02:00
parent cd409e3b50
commit 7cb794dcdd
4 changed files with 12 additions and 4 deletions

View File

@@ -1,3 +1,11 @@
2008-11-15 Akim Demaille <demaille@gostai.com>
Remove etc/Makefile.am.
* etc/Makefile.am: Rename as...
* etc/local.mk: this.
Adjust.
* Makefile.am, configure.ac: Adjust.
2008-11-15 Akim Demaille <demaille@gostai.com> 2008-11-15 Akim Demaille <demaille@gostai.com>
Remove examples/local.mk. Remove examples/local.mk.

View File

@@ -17,7 +17,7 @@
ACLOCAL_AMFLAGS = -I m4 ACLOCAL_AMFLAGS = -I m4
SUBDIRS = po runtime-po lib data src doc tests etc SUBDIRS = po runtime-po lib data src doc tests
if BISON_CXX_WORKS if BISON_CXX_WORKS
SUBDIRS += examples/calc++ SUBDIRS += examples/calc++
endif endif
@@ -34,6 +34,7 @@ EXTRA_DIST = .prev-version .version cfg.mk maint.mk \
djgpp/fnchange.lst djgpp/testsuite.sed djgpp/fnchange.lst djgpp/testsuite.sed
include build-aux/local.mk include build-aux/local.mk
include etc/local.mk
include examples/local.mk include examples/local.mk
.PHONY: maintainer-check .PHONY: maintainer-check

View File

@@ -151,7 +151,6 @@ gt_JAVAEXEC
AC_CONFIG_FILES([Makefile AC_CONFIG_FILES([Makefile
po/Makefile.in po/Makefile.in
data/Makefile data/Makefile
etc/Makefile
examples/calc++/Makefile examples/calc++/Makefile
lib/Makefile src/Makefile lib/Makefile src/Makefile
doc/Makefile doc/Makefile

View File

@@ -1,4 +1,4 @@
## Copyright (C) 2006 Free Software Foundation, Inc. ## Copyright (C) 2006, 2008 Free Software Foundation, Inc.
# This program is free software: you can redistribute it and/or modify # 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 # it under the terms of the GNU General Public License as published by
@@ -13,4 +13,4 @@
# You should have received a copy of the GNU General Public License # You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>. # along with this program. If not, see <http://www.gnu.org/licenses/>.
nodist_noinst_SCRIPTS = bench.pl nodist_noinst_SCRIPTS = etc/bench.pl