summaryrefslogtreecommitdiff
path: root/doc/autoconf-archive.texi
Commit message (Collapse)AuthorAgeFilesLines
* Update copyright headers and bump version for upcoming release.v2022.02.11Peter Simons2022-02-111-1/+1
|
* Update copyright date stamps to 2016.Peter Simons2016-03-181-1/+1
|
* Bump date stamp in copyright notices to 2015.Peter Simons2015-02-041-1/+1
|
* doc/autoconf-archive.texi: bump date stampPeter Simons2014-10-151-1/+1
|
* Bump date in copyright statements to 2013.Peter Simons2013-02-011-1/+1
|
* Updated copyright headers for the new year 2012.Peter Simons2012-01-031-1/+1
|
* Bumped year in copyright statements from 2010 to 2011.Peter Simons2011-01-021-1/+1
|
* Fixing a typo in the texinfo docs.Wim Lewis2010-08-141-1/+1
|
* Attribute administrative files to the "Autoconf Archive Maintainers"Peter Simons2010-03-021-1/+1
| | | | | until we've figured out a way to generate accurate copyright lines automatically from Git.
* Updated documentation and infrastructure files to accommodate for the fact thatPeter Simons2010-02-271-9/+9
| | | | | | | | the Autoconf Archive is now an official GNU project. The main home page now resides at http://www.gnu.org/software/autoconf-archive/. The mailing lists have moved from nongnu.org to corresponding gnu.org addresses. All files have a proper copyright statement, even AUTHORS, ChangeLog, etc.
* doc/autoconf-archive.texi: added copyright notice for the documentation ↵Peter Simons2010-02-231-13/+16
| | | | itself (fdl-1.3)
* doc/autoconf-archive.texi: renamed "using the archive" section to "downloads"Peter Simons2010-02-141-7/+7
| | | | | | As of now, the "Using the Archive" section really tells how to download the archive. This is an important subject, so it felt wise to call the section appropriately to ensure that our users find that information.
* reorganizing documentation in prep for more proseDustin J. Mitchell2010-01-251-551/+13
| | | | | | | | | | On the source side, this splits the documentation into multiple .texi files and auto-generates the @menu for all-macros.texi, sparing a redundant edit every time a macro is added or removed. This also reorganizes the node structure somewhat, using numbered nodes for everything but the macros, and organizing the macros as sections in their own chapter, rather than full-fledged chapters.
* add linkDustin J. Mitchell2010-01-241-0/+3
|
* AX_RESTORE_FLAGS, AX_SAVE_FLAGS: initial versionsFilippo Giunchedi2010-01-121-0/+2
| | | | Shamelessly copied from the great VLC.
* doc/autoconf-archive.texi: updated link to the "gpl-compatible licenses" ↵Peter Simons2010-01-051-2/+3
| | | | page at gnu.org
* doc/autoconf-archive.texi: updated after recent changesPeter Simons2010-01-051-2/+3
|
* bump date in compilation copyright lines to 2010Peter Simons2010-01-051-1/+1
|
* doc/autoconf-archive.texi: greatly improved the general user documentationPeter Simons2009-12-271-13/+80
|
* doc/autoconf-archive.texi: added a section "introduction" for general chatterPeter Simons2009-12-231-2/+11
|
* Changed copyright attribution to "Autoconf Archive Maintainers".Peter Simons2009-12-171-1/+1
|
* doc: moved all documentation (and its build process) into the doc directoryPeter Simons2009-12-171-0/+530
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.