]> git.ipfire.org Git - thirdparty/autoconf.git/commit
build: no more make recursion for 'doc' subdir
authorStefano Lattarini <stefano.lattarini@gmail.com>
Sun, 5 May 2013 14:14:06 +0000 (16:14 +0200)
committerStefano Lattarini <stefano.lattarini@gmail.com>
Mon, 6 May 2013 10:22:00 +0000 (12:22 +0200)
commitac62b53ff750ec88fa2939ef447657ff02d06372
tree783e6d0bc5ff4bc608377da49ac209a165238924
parent3184ecc1877108af7ea82dbc17bf223c68b03708
build: no more make recursion for 'doc' subdir

* .gitignore: Adjust.
* Makefile.am ($(srcdir)/doc/local.mk): New include.
(SUBDIRS): Drop 'doc'.
(AM_MAKEINFOFLAGS): Rename ...
(custom_MAKEINFOFLAGS): ... like this, to avoid conflicting with
the AM_MAKEINFOFLAGS defined in the included 'doc/local.mk'
($(srcdir)/INSTALL): Adjust recipe.
* doc/Makefile.am: Rename ...
* doc/local.mk: ... like this, and adjust.
* configure.ac (AC_CONFIG_FILES): Drop 'doc/Makefile'.

Signed-off-by: Stefano Lattarini <stefano.lattarini@gmail.com>
.gitignore
Makefile.am
configure.ac
doc/local.mk [moved from doc/Makefile.am with 64% similarity]