summaryrefslogtreecommitdiff
path: root/modules/gnumakefile
Commit message (Collapse)AuthorAgeFilesLines
* gnulib-tool: don't automatically distribute files from top/Mathieu Lirzin2017-03-141-0/+1
| | | | | | | | * 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.
* gnumakefile: better interaction with Automake-NGStefano Lattarini2012-08-041-1/+1
| | | | | | | | | * 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.
* gnumakefile: Replace TAB with SPCs.Simon Josefsson2011-04-251-2/+2
| | | | * modules/gnumakefile (configure.ac): Replace TAB with SPCs.
* gnumakefile: remove file from $(top_builddir), not from $(top_srcdir)Jim Meyering2008-03-261-1/+1
| | | | | | | * modules/gnumakefile (clean-GNUmakefile): Also, use test ... && ... || : syntax rather than if-then ... fi. Signed-off-by: Jim Meyering <meyering@redhat.com>
* gnumakefile: Don't double-quote-expand $(VPATH) value.Jim Meyering2008-03-261-1/+1
| | | | * modules/gnumakefile (clean-GNUmakefile): Use single quotes.
* Alter GNUmakefile to install into top directory.Eric Blake2008-03-241-0/+32
* 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>