diff options
author | Alan Coopersmith <Alan.Coopersmith@sun.com> | 2005-05-22 19:01:58 +0000 |
---|---|---|
committer | Alan Coopersmith <Alan.Coopersmith@sun.com> | 2005-05-22 19:01:58 +0000 |
commit | 9debe1d47d8869949b15f5ea43222f5b22465b32 (patch) | |
tree | 502da65bf60f73fd26f73a84b4f8668110512bd7 | |
parent | 1ee2b235655779213e8b5e0455104161a88a536c (diff) |
Add makedepend man page
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | Makefile.am | 1 |
2 files changed, 5 insertions, 0 deletions
@@ -1,5 +1,9 @@ ChangeLog for X.Org 7.0 modular release: +2005-05-22 Alan Coopersmith <alan.coopersmith@sun.com> + + * Makefile.am (man1_MANS): Add makedepend man page + 2005-05-15 Alan Coopersmith <alan.coopersmith@sun.com> * AUTHORS diff --git a/Makefile.am b/Makefile.am index dcce4ad..49675d9 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,6 +1,7 @@ # $XdotOrg: $ bin_PROGRAMS = makedepend +man1_MANS = makedepend.man INCLUDES = -I${includedir} -I${includedir}/X11 makedepend_SOURCES = include.c main.c parse.c pr.c cppsetup.c ifparser.c |