summaryrefslogtreecommitdiff
path: root/cfg.mk
Commit message (Collapse)AuthorAgeFilesLines
* maint: post-release administriviaPeter Simons2013-02-021-1/+1
| | | | | | * NEWS: Add header line for next release. * .prev-version: Record previous version. * cfg.mk (old_NEWS_hash): Auto-update.
* NEWS: prefer http URLs over https for sake of consistencyPeter Simons2013-01-041-1/+1
|
* maint: post-release administriviaPeter Simons2012-11-141-1/+1
| | | | | | * NEWS: Add header line for next release. * .prev-version: Record previous version. * cfg.mk (old_NEWS_hash): Auto-update.
* maint: post-release administriviaPeter Simons2012-09-081-1/+1
| | | | | | * NEWS: Add header line for next release. * .prev-version: Record previous version. * cfg.mk (old_NEWS_hash): Auto-update.
* maint: post-release administriviaPeter Simons2012-04-071-1/+1
| | | | | | * NEWS: Add header line for next release. * .prev-version: Record previous version. * cfg.mk (old_NEWS_hash): Auto-update.
* maint: post-release administriviaPeter Simons2011-12-211-1/+1
| | | | | | * NEWS: Add header line for next release. * .prev-version: Record previous version. * cfg.mk (old_NEWS_hash): Auto-update.
* maint: post-release administriviaPeter Simons2011-09-171-1/+1
| | | | | | * NEWS: Add header line for next release. * .prev-version: Record previous version. * cfg.mk (old_NEWS_hash): Auto-update.
* post-release administriviaPeter Simons2011-07-171-1/+1
| | | | | | * NEWS: Add header line for next release. * .prev-version: Record previous version. * cfg.mk (old_NEWS_hash): Auto-update.
* cfg.mk: indent consistently with tabsPeter Simons2011-07-081-6/+6
|
* cfg.mk: don't rely on shebang mechanism to run python scriptsPeter Simons2011-07-081-2/+4
|
* cfg.mk: sort list of files in $(M4_FILES) alphabeticallyPeter Simons2011-06-151-1/+1
| | | | | The all-macros.texi menu is generated from $(M4_FILES), and we the items of that menu to occur in a deterministic order.
* post-release administriviaPeter Simons2011-04-121-1/+1
|
* post-release administriviaPeter Simons2011-03-171-1/+1
| | | | | | * NEWS: Add header line for next release. * .prev-version: Record previous version. * cfg.mk (old_NEWS_hash): Auto-update.
* When a macro fails our consistency checks, touch the generated file with anPeter Simons2011-01-061-1/+1
| | | | | absurdly old modification date to ensure that the file is being re-generated again the next time make is run.
* post-release administriviaPeter Simons2011-01-021-1/+1
| | | | | | * NEWS: Add header line for next release. * .prev-version: Record previous version. * cfg.mk (old_NEWS_hash): Auto-update.
* post-release administriviaPeter Simons2010-10-261-1/+1
| | | | | | * NEWS: Add header line for next release. * .prev-version: Record previous version. * cfg.mk (old_NEWS_hash): Auto-update.
* post-release administriviaPeter Simons2010-08-191-1/+1
| | | | | | * NEWS: Add header line for next release. * .prev-version: Record previous version. * cfg.mk (old_NEWS_hash): Auto-update.
* post-release administriviaPeter Simons2010-07-061-1/+1
| | | | | | * NEWS: Add header line for next release. * .prev-version: Record previous version. * cfg.mk (old_NEWS_hash): Auto-update.
* bootstrap.sh, cfg.mk: 'news-check' in current versions of gnulib doesn't ↵Peter Simons2010-06-091-9/+9
| | | | require patching anymore
* cfg.mk: modified settings to perform uploads to ftp.gnu.orgPeter Simons2010-06-041-3/+1
|
* post-release administriviaPeter Simons2010-06-041-1/+1
| | | | | | * NEWS: Add header line for next release. * .prev-version: Record previous version. * cfg.mk (old_NEWS_hash): Auto-update.
* cfg.mk: updated URLs to refer to savannah.gnu.org rather than ↵Peter Simons2010-06-041-3/+3
| | | | savannah.nongnu.org
* cfg.mk: make use of gnulib's new $(upload_dest_dir_) variable to fix the ↵Peter Simons2010-02-151-1/+2
| | | | output from the 'emit_upload_commands' target
* post-release administriviaPeter Simons2010-02-141-1/+1
| | | | | | * NEWS: Add header line for next release. * .prev-version: Record previous version. * cfg.mk (old_NEWS_hash): Auto-update.
* reorganizing documentation in prep for more proseDustin J. Mitchell2010-01-251-0/+4
| | | | | | | | | | 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.
* cfg.mk, NEWS: cosmeticPeter Simons2009-12-281-24/+17
|
* cfg.mk: renamed 'generate' target to 'maintainer-generate'Peter Simons2009-12-271-3/+3
| | | | | Using the target prefix 'maintainer-' ensures that Gnulib updates the version string and macro names built into the configure script.
* cfg.mk: generated texi files don't depend on all-macros.texiPeter Simons2009-12-241-1/+1
| | | | The generated info file does.
* cfg.mk, macro2html.py: drop custom HTML page generationPeter Simons2009-12-231-5/+1
| | | | | | Instead of generating HTML directly from the m4 files, we generate Texinfo. In turn, that format can be used to generate HTML pages using makeinfo, etc.
* cfg.mk: both macro2texi.py and macro2html.py depend on the macro.py libraryPeter Simons2009-12-231-2/+2
|
* cfg.mk: do not delete intermediate m4 files in $(STAGEDIR)Peter Simons2009-12-231-0/+1
| | | | | | | GNU Make deletes intermediate targets automatically, such as the "canonic" m4 files generated in $STAGEDIR. Generating those files, however, takes a significant amount of time, even on a fast machine, so we don't want those to be deleted.
* cfg.mk: ensure that doc/all-macros.texi is builtPeter Simons2009-12-181-1/+1
|
* bootstrap.sh, cfg.mk: enabled gnulib's gendocs modulePeter Simons2009-12-171-0/+1
| | | | | The make target 'web-manual' generates project documentation suitable for uploading to the web in the directory doc/manual/*.
* doc: moved all documentation (and its build process) into the doc directoryPeter Simons2009-12-171-1/+1
| | | | | | 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.
* cfg.mk: configure gnupload for SavannahPeter Simons2009-12-161-1/+1
|
* post-release administriviav2009.12.16Peter Simons2009-12-161-1/+1
| | | | | | * NEWS: Add header line for next release. * .prev-version: Record previous version. * cfg.mk (old_NEWS_hash): Auto-update.
* Fix DVI and PDF generation in the distcheck target.Peter Simons2009-09-211-2/+2
|
* generate: the target no longer needs to depend on autoconf-archive.infoPeter Simons2009-09-211-1/+1
| | | | The standard automake build generates that file now.
* cfg.mk: dropped obsolete taint-distcheck and my-distcheck targetsPeter Simons2009-09-191-4/+0
|
* Integrated Texinfo documentation into the Automake build.Peter Simons2009-09-191-13/+8
|
* macro2m4.py: generate canon m4 distribution formatPeter Simons2009-08-031-2/+7
|
* cfg.mk: moved generated autoconf-archive.info file to $STAGEDIRPeter Simons2009-07-311-3/+3
|
* cfg.mk: updated old_NEWS_hash after recent editsPeter Simons2009-07-311-1/+1
|
* maint: implemented texinfo generatorPeter Simons2009-07-271-9/+25
|
* Avoid non-ASCII characters in m4 files.Peter Simons2009-07-271-3/+3
|
* cfg.mk: explicitly set time to "today" for all files in the release tarballsPeter Simons2009-07-221-4/+6
|
* install-sh doesn't know the -D optionPeter Simons2009-07-211-2/+3
|
* maint: use maintainer-makefile module from gnulibPeter Simons2009-07-211-0/+38
Gnulib is now registered as a submodule. Please run "git submodule init" to update your checked-out copy.