summaryrefslogtreecommitdiffstats
path: root/maint.mk
Commit message (Collapse)AuthorAgeFilesLines
* build: use maint.mk from gnulibJim Meyering2009-04-291-879/+0
| | | | | | | * maint.mk: Remove file. Now it's generated. * .gitignore: Ignore it. * bootstrap.conf (gnulib_modules): Add maintainer-makefile. Remove obsolete modules.
* * maint.mk: sync from coreutilsJim Meyering2009-03-211-14/+18
|
* maint.mk: update from coreutilsJim Meyering2009-03-181-3/+5
| | | | | * maint.mk: Sync. * cfg.mk (manual_title): Define.
* maint.mk: update from coreutilsJim Meyering2009-03-021-229/+206
| | | | | | | * 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.
* sync from coreutilsJim Meyering2008-10-181-42/+80
| | | | | | | | * maint.mk: Sync from coreutils. * bootstrap: Likewise. * README-hacking: Likewise. * bootstrap.conf: Standardize copyright comments. (gnulib_modules): Add announce-gen and strcasestr.
* * maint.mk: sync from coreutilsJim Meyering2008-06-241-2/+10
|
* sync maint.mk from coreutils, and adjust to conformJim Meyering2008-06-141-15/+56
| | | | | | | | * libidu/scanners.c (long_options_c, long_options_asm): Add "const". (long_options_text, long_options_perl): Likewise. * src/fnid.c (long_options): Likewise. * src/lid.c (long_options): Likewise. * src/xtokid.c (long_options): Likewise.
* * maint.mk: sync from coreutilsJim Meyering2008-06-041-5/+29
|
* * maint.mk: Merge from coreutils.Jim Meyering2008-05-281-10/+43
|
* tighten scope in libidu/, tooJim Meyering2008-05-171-2/+2
| | | | | | | | | | | | | | | | | | Mark with "extern" the symbols that belong that way. Make the others static. * libidu/dynvec.h (dv_fill): * libidu/fnprint.c (cw_dlink): * libidu/hash.h (qsort_cmp_t): * libidu/idfile.h (io_func_t): * libidu/scanners.c (lang_args_obstack, languages_0, languages_N): (language_help_me, language_getopt, get_language): (lang_args_index): * libidu/walker.c (largest_member_file): * maint.mk (extract_char, today): * src/fid.c (long_options): * src/fnid.c (cw_dlink): * src/lid.c (cw_dlink): * src/xtokid.c (cw_dlink):
* Generate man pages, update from coreutils.Jim Meyering2008-05-171-9/+67
| | | | | | | | | | | | | | | | | | | * 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/+694
* 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.