summaryrefslogtreecommitdiff
path: root/build-aux/.gitignore
Commit message (Collapse)AuthorAgeFilesLines
* build: add gnuploadBernhard Voelker2018-03-141-0/+1
| | | | | | | | This may be used by 'make emit_upload_commands' and 'make stable' / 'make alpha' later on. * bootstrap.conf (gnulib_modules): Add entry for 'gnupload'. * build-aux/.gitignore (/gnupload): Add entry.
* maint: make inter-release --version output more usefulBernhard Voelker2018-03-141-0/+1
| | | | | | | | | | | | | | | | | | | Now, each snapshot has a version "number" like 4.6-131-219-gda920ee, which indicates that it is built using the 131st change set (in _some_ repository) following the "v4.6" tag, and that da920ee is a prefix of the commit SHA1. * bootstrap.conf (gnulib_modules): Add git-version-gen. * build-aux/.gitigore (/git-version-gen): Add entry. * configure.ac: Run it to set the version from .tarball-version. * Makefile.am (EXTRA_DIST): Add git-version-gen. (dist-hook): Create .tarball-version in distribution tarballs, never in a checked-out repository. (AUTOMAKE_OPTIONS): Change from 'gnits' to 'gnu std-options readme-alpha'. * .gitignore (.tarball-version): Add entry. * doc/find-maint.texi (Making Releases): Adjust: tag before the build, changed handling in NEWS, etc. * NEWS (Changes to the build process): Document the change.
* gnulib: update to f42d5af5ba76970309c5704db1c229143043bcc0.James Youngman2017-07-291-0/+1
| | | | * build-aux/.gitignore: arg-nonnull.h, ar-lib, c++defs.h.
* Adopt the use of the gnulib module "gendocs".James Youngman2016-03-241-0/+1
| | | | | | | | | | | | | | | * doc/.gitignore: Ignore gendocs_template and gendocs_template_min, since these are copied from gnulib/doc/. * cfg.mk (manual_title): Set $manual_title, since this is needed for maint.mk's nvocation of gendocs.sh. Also set $gendocs_options_ so that the Texinfo tools can find dblocation.texi. * build-aux/.gitignore: Ignore gendocs.sh since it is copied into this directory by gnulib-tool (the file is part of the gendocs module). * bootstrap.conf (maintainer_modules): Add gendocs, so that we can automate the generation of HTML and other documentation for http://www.gnu.org/software/findutils.
* maint: update .gitignore files, remove obsolete .cvsignore filesBernhard Voelker2016-01-041-18/+21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * .gitignore (tool-versions.txt): Add entry. (ABOUT-NLS): Change to ... (/ABOUT-NLS): ... this to avoid ./bootstrap adding it again. * build-aux/.gitignore (/ar-lib, /snippet/, /test-driver): Add entries. While at it, use the git-specific '/' prefix on other entries, and sort the file. * doc/.gitignore (/dblocation.texi): Add entry. Prefix other entries with '/' and sort the file. * find/.gitignore (/exec.o, /print.o): Likewise. * find/testsuite/.gitignore (/configured-testfiles.txt, /*.log, /*.trs): Likewise. * lib/.gitignore (check-regexprops, /check-regexprops.log, /check-regexprops.trs, /regexprops.texi.new, /splitstring.o, /test_splitstring, /test_splitstring.log, /test_splitstring.o /test_splitstring.trs, /test-suite.log): Likewise. * po/.gitignore (/Makevars): Add entry. While at it, prefix all other entries with '/', too, to avoid bootstrap adding entries for e.g. "/Makefile.in.in" again. * .cvsignore: Remove file. * build-aux/.cvsignore: Likewise. * doc/.cvsignore: Likewise. * find/.cvsignore: Likewise. * find/testsuite/.cvsignore: Likewise. * lib/.cvsignore: Likewise. * locate/.cvsignore: Likewise. * locate/testsuite/.cvsignore: Likewise. * m4/.cvsignore: Likewise. * po/.cvsignore: Likewise. * xargs/.cvsignore: Likewise. * xargs/testsuite/.cvsignore: Likewise.
* Update some control files in po/ for new version of gettext.James Youngman2015-12-241-0/+1
| | | | | | * po/Rules-quot: Updated as a result of updating gettext. * po/Makevars.template: Likewise. * po/Makevars: Likewise.
* maint: generate ChangeLog from git commit messagesBernhard Voelker2014-08-251-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | * ChangeLog: Remove, as it is not maintained manually any longer. * Makefile.am (gen-ChangeLog): Add phony target to create the ChangeLog file in the distribution tarball from the git commit messages - starting from 2014 - and concatenating the file 'ChangeLog-2013'. (dist-hook): Add the above new target as dependency. * ChangeLog-2013: Add a newline at the top for nicer separation in the concatenated ChangeLog file in the distribution tarball. Bump Copyright year. * import-gnulib.config (maintainer_modules): Add 'gitlog-to-changelog' module. Furthermore create an empty ChangeLog file to silence automake, and set DO_NOT_WANT_CHANGELOG_DRIVER environment variable as we do not want the import to fail if the changelog driver is not installed. * build-aux/git-log-fix: Add rules to fix some git commit messages during ChangeLog generation. * build-aux/.gitignore: Add entry for 'gitlog-to-changelog'. * build-aux/.cvsignore: Likewise. * .gitignore: Likewise. * README-hacking: Remove item to add a ChangeLog entry, and instead mention to give a decent commit message. In the command sequence for a complete session, remove ChangeLog editing, too. * doc/find-maint.texi (Release Information): Remove ChangeLog editing. * Signed-off-by: James Youngman <jay@gnu.org>
* Bug #27213: avoid failed assertions for non-executable directories.Martin von Gagern2010-04-061-0/+1
| | | | | | | | | | | | | | | Addresses Savannah bug #27213 - https://savannah.gnu.org/bugs/?27213 This used to fail in recent releases: 1. mkdir -p foo/bar 2. chmod a-x foo 3. find foo 4. find foo -ls Now it will print error messages for the denied permission on foo, but will not abort completely, and in 3. will even print the name foo/bar, while it won't do so in 4., as the -ls predicate requires stat information. For now, 4. will print two identical error message. This should get fixed some day.
* Add the update-copyright gnulib module.James Youngman2010-04-031-0/+1
| | | | | | | | | | | * import-gnulib.config (maintainer_modules): Separate out the modules primarily useful for maintainer activities. Add 'update-copyright' to this. * build-aux/.cvsignore: Ignore update-copyright, since it's installed by gnulib. * build-aux/.gitignore: Likewise. Signed-off-by: James Youngman <jay@gnu.org>
* Use the maintainer-makefile module.James Youngman2010-04-021-0/+2
| | | | | | * import-gnulib.config (modules): Add maintainer-makefile. Signed-off-by: James Youngman <jay@gnu.org>
* Ignore c++defs.hJames Youngman2010-03-301-0/+1
|
* Update to current version of gnulib.James Youngman2010-02-211-0/+2
| | | | | | | | * import-gnulib.config (gnulib_version): Update $gnulib_version. * build-aux/.cvsignore: Ignore new files built by gnulib. * build-aux/.gitignore: Likewise. Signed-off-by: James Youngman <jay@gnu.org>
* Remove trailing white space.James Youngman2009-04-131-1/+1
|
* Ignore 'compile'James Youngman2009-03-071-0/+1
| | | | Signed-off-by: James Youngman <jay@gnu.org>
* Ignore the usually-ignored files in gitJames Youngman2007-06-241-0/+12