summaryrefslogtreecommitdiff
path: root/.gitignore
Commit message (Collapse)AuthorAgeFilesLines
* git: ignore backup files generated by gnulibPeter Simons2021-02-191-0/+3
|
* cfg.mk: copy 'README.md' to 'README' as part of the 'maintainer-all' targetPeter Simons2014-10-261-0/+1
| | | | | | | | Github wants the file to be called README.md, but the GNU coding standards say that the file must be called README. Duh. So we compromise by keeping the file README.md in the Git repository for Github, but during the build process we make a suffix-less copy that is the one we'll also distribute in the release archives.
* .gitignore: ignore the __pycache__ directory that's created by python 3.xPeter Simons2011-03-011-0/+1
|
* doc: moved all documentation (and its build process) into the doc directoryPeter Simons2009-12-171-5/+0
| | | | | | This relocation has the advantage that makeinfo needs no more magic -I flags to find the generated macro texi files from the top-level; now those files reside all within on directory.
* .gitignore: don't track temporary directories generated by the dist targetPeter Simons2009-09-211-0/+1
|
* COPYING: added the GPLv3+ license file to the Git repositoryPeter Simons2009-09-211-1/+0
| | | | | | | | | Peter Johansson pointed out that relying on Automake to install that file into the source tree (and thus into the distributed tarball) is dangerous, because different versions of Automake will install different versions of the license. See this posting for further details: http://lists.nongnu.org/archive/html/autoconf-archive-maintainers/2009-09/msg00009.html
* Integrated Texinfo documentation into the Automake build.Peter Simons2009-09-191-0/+3
|
* .gitignore: ignore COPYING, the file is installed by autoreconf -iPeter Simons2009-08-061-1/+2
|
* .gitignore: ignore the generated info documentationPeter Simons2009-08-021-1/+3
|
* gnulib: deleted submodulePeter Simons2009-07-241-0/+1
| | | | | | | | | | | | | | | | The announce-gen script needs access to the gnulib repository in order to determine the library's version string. The default location, where gnulib is expected to be, is $srcdir/gnulib. Quoting from maint.mk: gnulib_dir ?= $(srcdir)/gnulib gnulib-version = $$(cd $(gnulib_dir) && git describe) At first, it looked like adding gnulib as a submodule to that location would be a good idea (especially, since it's needed to bootstrap, too). After some thought, however, it feels like overkill. Submodules are meant to track the state of the other repository in the current branch, but we don't really need that information. We just need some moderately recent version of gnulib-tool somewhere in $PATH; that's good enough.
* maint: use maintainer-makefile module from gnulibPeter Simons2009-07-211-0/+2
| | | | | Gnulib is now registered as a submodule. Please run "git submodule init" to update your checked-out copy.
* maint: replaced StringTemplate-based generators with hand-written onesPeter Simons2009-07-201-3/+0
|
* git: ignore gpg signature filesPeter Simons2009-07-201-2/+1
|
* Use dots to separate the date components in our version strings.Peter Simons2009-07-201-2/+2
| | | | git-version-gen is happier this way.
* build: disable HTML installation for the time beingPeter Simons2009-07-191-2/+2
|
* Let git ignore files generated by Autoconf or Automake.Peter Simons2009-06-101-0/+15
|
* gitignore: don't track contents of the html directoryPeter Simons2009-06-101-0/+3
|
* git: ignore generated filesPeter Simons2009-05-051-0/+8