summaryrefslogtreecommitdiff
path: root/top
Commit message (Collapse)AuthorAgeFilesLines
* remove trailing blanksJim Meyering2008-05-201-1/+1
|
* Ensure sane .version contents.Eric Blake2008-04-031-1/+2
| | | | | | | | * top/GNUmakefile (_dummy): Also delete .version when rebuilding version string. * build-aux/git-version-gen: Improve documentation. Signed-off-by: Eric Blake <ebb9@byu.net>
* Make GNU make output nicer.Eric Blake2008-04-031-0/+5
| | | | | | | | * top/GNUmakefile [!_have-Makefile]: Add dependency on MAKECMDGOALS to enforce message for all command line targets. Set srcdir for use in maint.mk. Signed-off-by: Eric Blake <ebb9@byu.net>
* Another maintainer tweak.Eric Blake2008-04-031-1/+1
| | | | | | | * top/GNUmakefile (_is-dist-target): Allow maintainer-distcheck as a target that regenerates version. Signed-off-by: Eric Blake <ebb9@byu.net>
* Alter GNUmakefile to install into top directory.Eric Blake2008-03-242-0/+209
* 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>