diff options
| author | Ruslan Ermilov <ru@FreeBSD.org> | 2004-12-21 12:05:11 +0000 |
|---|---|---|
| committer | Ruslan Ermilov <ru@FreeBSD.org> | 2004-12-21 12:05:11 +0000 |
| commit | 582ef25f944d28a5862c098dd2ea44497814efa1 (patch) | |
| tree | d1178e8c41b6f75612603094f5771ee127338dd0 /lib/libncurses/Makefile | |
| parent | dd991de030cfb3eb639827249f93d94f365cdde6 (diff) | |
Notes
Diffstat (limited to 'lib/libncurses/Makefile')
| -rw-r--r-- | lib/libncurses/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libncurses/Makefile b/lib/libncurses/Makefile index 3d7dcce22cf06..7eaa4dec71b97 100644 --- a/lib/libncurses/Makefile +++ b/lib/libncurses/Makefile @@ -253,7 +253,7 @@ SYMLINKS+=libncurses_p.a ${LIBDIR}/libtinfo_p.a DOCSDIR= /usr/share/doc/ncurses DOCS= ncurses-intro.html hackguide.html -.if !defined(NOHTML) +.if !defined(NO_HTML) .PATH: ${NCURSES}/doc/html FILESGROUPS= DOCS .endif |
