diff options
| author | Ruslan Ermilov <ru@FreeBSD.org> | 2001-03-27 14:59:06 +0000 |
|---|---|---|
| committer | Ruslan Ermilov <ru@FreeBSD.org> | 2001-03-27 14:59:06 +0000 |
| commit | e5ac5644e20ff3af41976d8fa6861b971c17ddd9 (patch) | |
| tree | 76b6b094cbfd07d7408e5b7d75c9ebbd6788d842 /gnu/usr.bin/texinfo | |
| parent | a603fae202235d48d0b72dc9a3c9e3ddf610698a (diff) | |
Notes
Diffstat (limited to 'gnu/usr.bin/texinfo')
| -rw-r--r-- | gnu/usr.bin/texinfo/info/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/gnu/usr.bin/texinfo/info/Makefile b/gnu/usr.bin/texinfo/info/Makefile index d97f040598b6..c371e30d01b6 100644 --- a/gnu/usr.bin/texinfo/info/Makefile +++ b/gnu/usr.bin/texinfo/info/Makefile @@ -1,8 +1,7 @@ # $FreeBSD$ PROG= info -MAN1= info.1 -MAN5= info.5 texinfo.5 +MAN= info.1 info.5 texinfo.5 SRCS= dir.c display.c doc.c dribble.c echo-area.c filesys.c \ footnotes.c gc.c indices.c info-utils.c info.c infodoc.c \ |
