Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-08-08 | (dist_man_MANS): Add shuf.1. | Paul Eggert | |
(shuf.1): New dependency. | |||
2006-02-27 | Build base64.1. | Jim Meyering | |
2005-10-23 | (dist_man_MANS): Add the corresponding .1 names. | Jim Meyering | |
(sha224sum.1, sha256sum.1, sha384sum.1, sha512sum.1): New dependencies. | |||
2005-10-13 | (.x.1): Remove temp directory first. | Jim Meyering | |
2005-04-05 | (.x.1): Remove "COMMAND.td/" from examples. | Paul Eggert | |
2005-01-24 | (all_programs): Revert previous patch; updated all_programs.list fixes this. | Jim Meyering | |
(.x.1): No need to add $(EXEEXT). | |||
2005-01-11 | (all_programs): Account for $(EXEEXT). | Jim Meyering | |
2004-11-25 | (.x.1): Remove now-unnecessary use of | Jim Meyering | |
locally-added --program-name=NAME option. Now, help2man gets the name from the [NAME] section (i.e. from our .x file). | |||
2004-05-13 | Don't assume that "make -C" works; Solaris "make" doesn't have -C. | Jim Meyering | |
* src/Makefile.am (all_programs.list): New rule, copied from man/Makefile.am and tests/Makefile.am, except that we use the system tr rather than ./tr and we don't use tr -s. * tests/Makefile.am (all_programs): Use it. * man/Makefile.am (all_programs): Likewise. Renamed from programs, for consistency. All uses changed. | |||
2004-04-20 | (.x.1): Use help2man's new --program-name=NAME option. | Jim Meyering | |
2004-03-22 | (.x.1): Remove --info-page= option, reverting | Jim Meyering | |
the change of 2004-01-22. I can no longer reproduce the problem that prompted that change, and `info coreutils pr' would display the `printing text' section of the manual, not the one on `pr invocation'. | |||
2004-01-23 | (EXTRA_DIST): Add help2man. | Jim Meyering | |
2004-01-23 | (.x.1): Prefix help2man invocation with `$(PERL) --' | Jim Meyering | |
so it works on systems with Perl installed somewhere other than in /usr/bin. | |||
2004-01-22 | (.x.1): Invoke our own (tweaked) copy of help2man. | Jim Meyering | |
Use --info-page='coreutils PROG' option. Now, readlink.1 refers the user to `info coreutils readlink' rather than to `info readlink'. Reported by Matt Swift. | |||
2003-11-06 | (check-programs-vs-x): | Jim Meyering | |
Work even if $(programs) contains '$'. Work even if 'missing=1' in environment. Don't report an error simply because $(programs) outputs nothing. | |||
2003-09-10 | (programs, check-x-vs-1): Use ../src/tr -s ' ' '\n' in place | Jim Meyering | |
of `fmt -1'. Using the just-built tr is a little cleaner. Christian Krackowizer reported that HPUX 10.20 doesn't have fmt. | |||
2003-09-08 | (programs): Use ../src, not $(srcdir)/../src. | Jim Meyering | |
(check-programs-vs-x): Fail if $(programs) is empty. | |||
2003-08-16 | (.x.1): `@'-prefix a few commands | Jim Meyering | |
2003-08-16 | use only -f, not -rf | Jim Meyering | |
2003-08-16 | (.x.1): Ensure that generated PROGRAM.1 files are read-only. | Jim Meyering | |
2003-08-15 | (ASSORT): New var. | Jim Meyering | |
(check-x-vs-1, programs): Use it. | |||
2003-07-26 | * src/rm.c: Include "dirname.h". | Jim Meyering | |
(usage): Use base_name (program_name) in body of --help output. This lets me... * man/Makefile.am (.x.1): ...back out the kludge of 2003-07-22. | |||
2003-07-26 | (mapped_name): Use `../src/[' binary to create test.1. | Jim Meyering | |
2003-07-22 | (.x.1): Substitute 's,$t/$*,$*,' on output of | Jim Meyering | |
help2man, to avoid having `rm.td/rm' appear in rm.1. Reported by Thomas Luzat. See http://bugs.debian.org/202413 for details. | |||
2003-07-11 | (nohup.1): Depend on nohup.c, rather than nohup.sh. | Jim Meyering | |
2003-07-06 | (programs): Ignore "[", since it doesn't have a separate man page. | Jim Meyering | |
2003-06-04 | (check-programs-vs-x): Rename target | Jim Meyering | |
from check-programs-vs-1. Adjust rule to check for the primary (.x) file, not the generated one (.1). | |||
2003-06-04 | (dist_man_MANS): Add kill.1. | Jim Meyering | |
(kill.1): New rule. | |||
2003-06-04 | (check-programs-vs-1): New phony target. | Jim Meyering | |
(check-local): Depend on it. | |||
2003-04-09 | tweak white-space to make backslashes line up | Jim Meyering | |
2003-04-05 | Use $(VAR) rather than @VAR@, now that we can rely on automake to | Jim Meyering | |
emit a definition for each substituted variable. | |||
2003-03-19 | (.x.1): Use $(LN_S) instead of 'ln -s', | Jim Meyering | |
because the DJGPP 2.03 port of 'ln -s' doesn't work. Include $(EXEEXT) in program names. Since $(LN_S) may degenerate to `cp -p', be careful to invoke it from the destination directory. Mostly from Richard Dawe. | |||
2003-02-02 | (check-x-vs-1): Use @PATH_SEPARATOR@, not `:'. | Jim Meyering | |
2003-01-09 | Include other part of Dmitry's patch. | Jim Meyering | |
(dist_man_MANS): Add readlink.1. | |||
2003-01-09 | Add readlink. | Jim Meyering | |
2002-08-09 | (check-x-vs-1): Set and export PATH so we use programs in ../src. | Jim Meyering | |
2002-07-09 | (check-x-vs-1): cd to srcdir before running the ls. | Jim Meyering | |
Otherwise, it'd fail in the non-srcdir case. | |||
2002-07-09 | alphabetize the lists of programs | Jim Meyering | |
2002-07-09 | add cat.1, once again | Jim Meyering | |
2002-07-09 | (check-x-vs-1): New target. | Jim Meyering | |
(check-local): Depend on check-x-vs-1. | |||
2002-07-09 | (dist_man_MANS): Add stat. | Jim Meyering | |
(stat.1): Add dependency. | |||
2002-07-02 | . | Jim Meyering | |