1
0
mirror of https://https.git.savannah.gnu.org/git/gnulib.git synced 2026-08-23 17:58:04 +00:00

6 Commits

Author SHA1 Message Date
Mathieu Lirzin f30205c5d5 gnulib-tool: don't automatically distribute files from top/
* gnulib-tool (func_get_automake_snippet_unconditional): To be able to
not distribute top/README-release by default, don't distribute files
from top/ unconditionally.
* modules/gnumakefile (Makefile.am): Distribute top/GNUmakefile.
* modules/maintainer-makefile (Makefile.am): Distribute top/maint.mk.
2017-03-14 11:40:53 -07:00
Stefano Lattarini ec58403a04 gnumakefile: better interaction with Automake-NG
* modules/gnumakefile [Makefile.am]: The makefiles generated by
Automake-NG always contain a definition of VPATH, even in non-VPATH
builds (its value being simply '.' in that case).  So, in the
'clean-GNUmakefile' rule, to determine whether running under a
VPATH setup, compare '$(srcdir)' to '.' rather than checking whether
'$(VPATH)' expands to the empty string.
2012-08-04 20:08:52 +02:00
Simon Josefsson 7d06b32684 gnumakefile: Replace TAB with SPCs.
* modules/gnumakefile (configure.ac): Replace TAB with SPCs.
2011-04-25 21:03:38 +02:00
Jim Meyering 2aa756014e gnumakefile: remove file from $(top_builddir), not from $(top_srcdir)
* modules/gnumakefile (clean-GNUmakefile): Also, use
test ... && ... || : syntax rather than if-then ... fi.

Signed-off-by: Jim Meyering <meyering@redhat.com>
2008-03-26 07:58:13 +01:00
Jim Meyering 40e3d30200 gnumakefile: Don't double-quote-expand $(VPATH) value.
* modules/gnumakefile (clean-GNUmakefile): Use single quotes.
2008-03-26 00:06:24 +01:00
Eric Blake 3b3e965313 Alter GNUmakefile to install into top directory.
* modules/maintainer-makefile: Split, and add dependency...
* modules/gnumakefile: to this new module.
* build-aux/GNUmakefile: Move...
* top/GNUmakefile: ...here.
* build-aux/maint.mk: Move...
* top/maint.mk: ...here.
* MODULES.html.sh (Support for maintaining...): Document new
module.

Signed-off-by: Eric Blake <ebb9@byu.net>
2008-03-24 05:45:26 -06:00