From 935f512c6940fc9b9ee3b20accd3d47d55fe275c Mon Sep 17 00:00:00 2001 From: Brooks Davis Date: Thu, 24 Jan 2013 16:38:47 +0000 Subject: Only install manpages and html documentation in the ncurses/*w (wchar) builds so that it is only installed once. This is consistent with the existing decision to only install headers in the that case. --- lib/ncurses/form/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'lib/ncurses/form') diff --git a/lib/ncurses/form/Makefile b/lib/ncurses/form/Makefile index fe89d4546aac..d05cbfec0fb9 100644 --- a/lib/ncurses/form/Makefile +++ b/lib/ncurses/form/Makefile @@ -59,7 +59,6 @@ LDADD= -lncurses${LIB_SUFFIX} .if defined(ENABLE_WIDEC) INCS= form.h -.endif .PATH: ${NCURSES_DIR}/man MAN= \ @@ -157,6 +156,9 @@ MLINKS= form_cursor.3 pos_form_cursor.3 \ form_win.3 scale_form.3 \ form_win.3 set_form_sub.3 \ form_win.3 set_form_win.3 +.else +NO_MAN= +.endif .include -- cgit v1.2.3