Remove doc/Makefile.am.

* doc/Makefile.am: Rename as...
	* doc/local.mk: this.
	Adjust paths
	* Makefile.am, configure.ac: Adjust.
	* Makefile.am (MOSTLYCLEANFILES): New.
	* src/local.mk: Adjust.
This commit is contained in:
Akim Demaille
2008-09-23 16:15:19 +02:00
parent 2ead32e61c
commit e2c2f69650
6 changed files with 140 additions and 127 deletions

View File

@@ -17,7 +17,7 @@
ACLOCAL_AMFLAGS = -I m4
SUBDIRS = po runtime-po lib . doc tests
SUBDIRS = po runtime-po lib . tests
if BISON_CXX_WORKS
SUBDIRS += examples/calc++
endif
@@ -35,8 +35,10 @@ EXTRA_DIST = .prev-version .version cfg.mk maint.mk \
# Initialization before completion by local.mk's.
BUILT_SOURCES =
MOSTLYCLEANFILES =
include build-aux/local.mk
include data/local.mk
include doc/local.mk
include etc/local.mk
include examples/local.mk
include src/local.mk