summaryrefslogtreecommitdiff
path: root/lib/libcurses/Makefile
diff options
context:
space:
mode:
authorTodd C. Miller <millert@cvs.openbsd.org>1999-01-18 19:30:37 +0000
committerTodd C. Miller <millert@cvs.openbsd.org>1999-01-18 19:30:37 +0000
commitfbe3d5a17fec76f230fca90b428bbc0fa3420852 (patch)
treec00941726b05ba89d332b5f5cb0fb242c7865018 /lib/libcurses/Makefile
parent5861cd0870348bb21c127f1e8a25582f485018a5 (diff)
use the doc dir
Diffstat (limited to 'lib/libcurses/Makefile')
-rw-r--r--lib/libcurses/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/lib/libcurses/Makefile b/lib/libcurses/Makefile
index efbcc140aca..0aa29bae110 100644
--- a/lib/libcurses/Makefile
+++ b/lib/libcurses/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.34 1999/01/18 19:06:57 millert Exp $
+# $OpenBSD: Makefile,v 1.35 1999/01/18 19:30:36 millert Exp $
# Uncomment this to enable tracing in libcurses
#CURSESTRACE=-DTRACE
@@ -165,6 +165,10 @@ MLINKS+= termcap.3 tgetent.3 termcap.3 tgetflag.3 termcap.3 tgetnum.3 \
CLEANFILES+= nomacros.h codes.c comp_captab.c expanded.c fallback.c lib_gen.c \
lib_keyname.c names.c unctrl.c keys.tries make_hash make_keys
+.if make(install)
+SUBDIR+= doc
+.endif
+
beforedepend: nomacros.h codes.c comp_captab.c expanded.c fallback.c lib_gen.c \
lib_keyname.c names.c unctrl.c keys.tries make_hash make_keys