Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fixing a typo in the texinfo docs. | Wim Lewis | 2010-08-14 | 1 | -1/+1 |
| | |||||
* | doc/downloads.texi, README: refer to ftpmirror.gnu.org for downloads | Peter Simons | 2010-06-04 | 1 | -4/+3 |
| | |||||
* | Attribute administrative files to the "Autoconf Archive Maintainers" | Peter Simons | 2010-03-02 | 2 | -2/+2 |
| | | | | | until we've figured out a way to generate accurate copyright lines automatically from Git. | ||||
* | doc/introduction.texi, doc/downloads.texi: temporarily refer downloads to ↵ | Peter Simons | 2010-03-02 | 2 | -6/+5 |
| | | | | | | Savannah until access to ftp.gnu.org is set up Ooops, the previous commit modified the wrong URL. | ||||
* | doc/introduction.texi: temporarily refer downloads to Savannah until access ↵ | Peter Simons | 2010-03-02 | 1 | -2/+4 |
| | | | | to ftp.gnu.org is set up | ||||
* | Updated documentation and infrastructure files to accommodate for the fact that | Peter Simons | 2010-02-27 | 5 | -29/+37 |
| | | | | | | | | 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/Makefile.am: added missing dependency on fdl-1.3.texi | Peter Simons | 2010-02-27 | 1 | -2/+2 |
| | |||||
* | doc/autoconf-archive.texi: added copyright notice for the documentation ↵ | Peter Simons | 2010-02-23 | 2 | -13/+17 |
| | | | | itself (fdl-1.3) | ||||
* | doc/introduction.texi: clarified the archive's licensing policy | Peter Simons | 2010-02-23 | 1 | -11/+15 |
| | | | | | Richard Stallman pointed out that the current wording of the policy might be misinterpreted as an endorsement of proprietary software. | ||||
* | doc/Makefile.am: updated maintainer-clean target | Peter Simons | 2010-02-14 | 1 | -0/+4 |
| | |||||
* | doc/autoconf-archive.texi: renamed "using the archive" section to "downloads" | Peter Simons | 2010-02-14 | 3 | -10/+8 |
| | | | | | | 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 prose | Dustin J. Mitchell | 2010-01-25 | 5 | -553/+137 |
| | | | | | | | | | | 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 link | Dustin J. Mitchell | 2010-01-24 | 1 | -0/+3 |
| | |||||
* | AX_RESTORE_FLAGS, AX_SAVE_FLAGS: initial versions | Filippo Giunchedi | 2010-01-12 | 1 | -0/+2 |
| | | | | Shamelessly copied from the great VLC. | ||||
* | doc/autoconf-archive.texi: updated link to the "gpl-compatible licenses" ↵ | Peter Simons | 2010-01-05 | 1 | -2/+3 |
| | | | | page at gnu.org | ||||
* | doc/autoconf-archive.texi: updated after recent changes | Peter Simons | 2010-01-05 | 1 | -2/+3 |
| | |||||
* | bump date in compilation copyright lines to 2010 | Peter Simons | 2010-01-05 | 2 | -2/+2 |
| | |||||
* | configure.ac: determine the set of available macros at time "autoconf" is run | Peter Simons | 2009-12-27 | 1 | -2/+2 |
| | | | | | | | | | This approach has the advantage that the Archive's installation procedure doesn't depend on any shell-specific behavior at all; the set of available macros is statically built into the configure script. Gnulib's dist target ensures that this information is up-to-date whenever a release archive is compiled. | ||||
* | doc/autoconf-archive.texi: greatly improved the general user documentation | Peter Simons | 2009-12-27 | 1 | -13/+80 |
| | |||||
* | doc/autoconf-archive.texi: added a section "introduction" for general chatter | Peter Simons | 2009-12-23 | 1 | -2/+11 |
| | |||||
* | doc/Makefile.am: ensure that all texi files are included in the distribution ↵ | Peter Simons | 2009-12-18 | 1 | -2/+1 |
| | | | | tarball | ||||
* | bootstrap.sh, cfg.mk: enabled gnulib's gendocs module | Peter Simons | 2009-12-17 | 1 | -0/+11 |
| | | | | | The make target 'web-manual' generates project documentation suitable for uploading to the web in the directory doc/manual/*. | ||||
* | Changed copyright attribution to "Autoconf Archive Maintainers". | Peter Simons | 2009-12-17 | 2 | -2/+2 |
| | |||||
* | doc: moved all documentation (and its build process) into the doc directory | Peter Simons | 2009-12-17 | 3 | -0/+550 |
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. |