summaryrefslogtreecommitdiffstats
path: root/cfg.mk
Commit message (Collapse)AuthorAgeFilesLines
* maint: update copyright yearsJim Meyering2014-02-131-1/+1
|
* maint: avoid new syntax-check failuresJim Meyering2012-05-111-1/+1
| | | | | * cfg.mk (old_NEWS_hash): Update to reflect typo fix in old NEWS. * doc/idutils.texi: Add "." before @xref.
* maint: adjust the URL that will appear in the generated announcementJim Meyering2012-02-031-0/+4
| | | | | | * cfg.mk (url_dir_list): Use this http://ftp.gnu.org/gnu/$(PACKAGE) for the first link listed in the generated announcement. announce-gen now provides the faster mirror link automatically.
* maint: post-release administriviaJim Meyering2012-02-031-1/+1
| | | | | | * NEWS: Add header line for next release. * .prev-version: Record previous version. * cfg.mk (old_NEWS_hash): Auto-update.
* maint: make copyright statements more consistent; update gnulibJim Meyering2012-01-311-1/+2
| | | | | | | | * cfg.mk (update-copyright-env): Add UPDATE_COPYRIGHT_FORCE=1 to rejoin some split lines, and UPDATE_COPYRIGHT_USE_INTERVALS=2 to make update-copyright use only one year range. * gnulib: Update. * testsuite/files0-from: Adapt to gnulib's change from `q' to 'q'.
* maint: update all copyright year number rangesJim Meyering2012-01-011-1/+1
| | | | Run "make update-copyright".
* build: update gnulib submodule to latestJim Meyering2011-08-021-1/+2
| | | | | * cfg.mk (local-checks-to-skip): Add sc_prohibit_path_max_allocation to the list of skipped syntax-check rules. This is temporary.
* maint: update gnulib to latest with accompanying tight-scope tweakJim Meyering2011-05-251-1/+1
| | | | | | * cfg.mk: Include $(srcdir)/dist-check.mk using "-include", to accommodate the new sc_tight_scope rule. * gnulib: Update to latest.
* maint: adapt to use gnulib's tight-scope rule; update gnulib to latestJim Meyering2011-05-231-3/+3
| | | | | | | * cfg.mk (_gl_TS_headers): Define. (_gl_TS_obj_files): Likewise. * src/Makefile.am (sc_tight_scope): Remove rule. * gnulib: Update to latest.
* maint: stop using .x-sc_* files to list syntax-check exemptionsJim Meyering2011-03-201-0/+9
| | | | | | | | | | | | | | Instead, use the new mechanism with which you merely use a variable (derived from the rule name) defined in cfg.mk to an ERE matching the exempted file names. * gnulib: Update to latest, to get maint.mk that implements this. * .x-sc_cast_of_argument_to_free: Remove file. * .x-sc_program_name: Likewise. * .x-sc_prohibit_always_true_header_tests: Likewise. * .x-sc_require_config_h: Likewise. * .x-sc_require_config_h_first: Likewise. * Makefile.am (EXTRA_DIST): Remove them from here, too. * cfg.mk: Define variables to exempt the same files.
* maint: avoid syntax-check failure due to new sc_bindtextdomain ruleJim Meyering2011-03-201-5/+4
| | | | | * cfg.mk (local-checks-to-skip): Add sc_bindtextdomain. Remove references to rules that are no longer in maint.mk.
* maint: update copyright year ranges to include 2011Jim Meyering2011-03-201-1/+1
| | | | Run "make update-copyright".
* maint: mention the GPLv3 update in NEWSJim Meyering2010-06-191-1/+1
| | | | | | * NEWS (4.3.92): Note when we switched to GPLv3. * cfg.mk (old_NEWS_hash): Update to reflect addition to old NEWS. Suggested by Karl Berry.
* post-release administriviaJim Meyering2010-06-171-1/+1
| | | | | | * NEWS: Add header line for next release. * .prev-version: Record previous version. * cfg.mk (old_NEWS_hash): Auto-update.
* tests: add help-version, from grepJim Meyering2010-05-011-0/+2
| | | | | | | | | | | * testsuite/help-version: New file. * testsuite/init.sh: New file, from gnulib. * testsuite/Makefile.am (EXTRA_DIST): Add init.sh. (TESTS): Add help-version. * cfg.mk (_hv_file): Define. * testsuite/check.mk (TESTS_ENVIRONMENT): Define VERSION, for help-version's cross check. (built_programs): Adjust to work, and to accommodate $(EXEEXT).
* doc: update to version 1.3 of the FDLJim Meyering2010-05-011-1/+1
| | | | | | * doc/idutils.texi: Update to FDL 1.3. * NEWS: Likewise. * cfg.mk (old_NEWS_hash): Update to accommodate this change.
* maint: record update-copyright options for this packageJim Meyering2010-01-031-1/+3
| | | | * cfg.mk: Next time, just run "make update-copyright".
* maint: update all FSF copyright year lists to include 2010Jim Meyering2010-01-011-1/+1
| | | | | | Use this command: git ls-files |grep -vE '^(\..*|COPYING|gnulib)$' |xargs \ env UPDATE_COPYRIGHT_USE_INTERVALS=1 build-aux/update-copyright
* maint: newer gnulib; don't hard-code my GPG key IDJim Meyering2009-12-311-3/+0
| | | | | * cfg.mk (gpg_key_ID): Remove definition, now that maint.mk automates it. * gnulib: Update to latest.
* maint: cfg.mk: remove factored-out ftp host/dir definitionsJim Meyering2009-11-201-10/+0
| | | | | | | * cfg.mk (gnu_ftp_host-alpha, gnu_ftp_host-beta gnu_ftp_host-stable): (gnu_rel_host, url_dir_list): Remove definitions. The defaults, now provided by maint.mk, are the same. * gnulib: Update for latest, including those maint.mk additions.
* post-release administriviaJim Meyering2009-10-301-1/+1
| | | | | | * NEWS: Add header line for next release. * .prev-version: Record previous version. * cfg.mk (old_NEWS_hash): Auto-update.
* maint: use proper distribution upload urlJim Meyering2009-09-301-1/+1
| | | | * cfg.mk (url_dir_list): Use $(PACKAGE), not coreutils.
* maint: configure update-copyright to use intervalsJim Meyering2009-08-151-0/+2
| | | | * cfg.mk (update-copyright-env): Define.
* maint: cfg.mk: remove now-unnecessary gnulib_dir definitionJim Meyering2009-05-171-4/+0
| | | | | * cfg.mk (gnulib_dir): Remove definition, now that gnulib's maint.mk provides the default we want.
* build: accommodate maint.mk, now that it's pulled from gnulibJim Meyering2009-04-291-1/+3
| | | | | | | * dist-check.mk: New file, from coreutils. Was part of maint.mk. * cfg.mk (old_NEWS_hash): Include $(srcdir)/dist-check.mk. Remove trailing " -", to align with new check in maint.mk. * Makefile.am (EXTRA_DIST): Add dist-check.mk.
* maint.mk: update from coreutilsJim Meyering2009-03-181-0/+3
| | | | | * maint.mk: Sync. * cfg.mk (manual_title): Define.
* * cfg.mk (old_NEWS_hash): Update.Jim Meyering2009-03-021-1/+1
|
* maint.mk: update from coreutilsJim Meyering2009-03-021-1/+4
| | | | | | | * maint.mk: Modernize (sc_tight_scope): Move this rule to... * idutils/cfg.mk (sc_tight_scope): ...here. * .x-sc_require_config_h_first: New file.
* post-release administriviaJim Meyering2008-10-181-1/+1
| | | | | | * NEWS: Add header line for next release. * .prev-version: Record previous version. * cfg.mk (old_NEWS_hash): Auto-update.
* tests: enable scoping checkJim Meyering2008-05-171-2/+1
| | | | | * cfg.mk (local-checks-to-skip): Don't skip sc_tight_scope anymore. * src/Makefile.am (sc_tight_scope): New rule. From coreutils.
* Generate man pages, update from coreutils.Jim Meyering2008-05-171-0/+2
| | | | | | | | | | | | | | | | | | | * configure.ac (AC_CONFIG_FILES): Add man/Makefile. Check for help2man. * man/Makefile.am: New file. * .gitignore: Add .version and .tarball-version. * Makefile.am (SUBDIRS): Add man. * cfg.mk: Update from coreutils. * maint.mk: Likewise. * man/aid.x: New file. * man/defid.x: Likewise. * man/eid.x: Likewise. * man/fid.x: Likewise. * man/fnid.x: Likewise. * man/gid.x: Likewise. * man/lid.x: Likewise. * man/mkid.x: Likewise. * man/xtokid.x: Likewise.
* Sync GNUmakefile with gnulib.Jim Meyering2008-03-211-0/+40
* GNUmakefile (Makefile.cfg): Rename... (cfg.mk): ...to this, and make optional. (GNUmakefile.cfg): Delete, redundant with cfg.mk. (Makefile.maint): Rename... (maint.mk): ...to this. (all) [!_have-Makefile]: Rename... (abort-due-to-no-makefile): ...to this, and invoke via .DEFAULT_GOAL to pick up all targets. * Makefile.cfg: Rename... * cfg.mk: ...to this. * Makefile.maint: Rename... * maint.mk ...to this. (ME): Reflect rename. (makefile-check, m4-check, author_mark_check, msg): Use $(ME) rather than hard-coded name.