summaryrefslogtreecommitdiff
path: root/cfg.mk
Commit message (Collapse)AuthorAgeFilesLines
...
* 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.