summaryrefslogtreecommitdiff
path: root/man/Makefile.am
AgeCommit message (Collapse)Author
2003-07-06(programs): Ignore "[", since it doesn't have a separate man page.Jim Meyering
2003-06-04(check-programs-vs-x): Rename targetJim 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-09tweak white-space to make backslashes line upJim Meyering
2003-04-05Use $(VAR) rather than @VAR@, now that we can rely on automake toJim 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-09Include other part of Dmitry's patch.Jim Meyering
(dist_man_MANS): Add readlink.1.
2003-01-09Add 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-09alphabetize the lists of programsJim Meyering
2002-07-09add cat.1, once againJim 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