From 559048567ae7a7984d1fec047d650d8674b92938 Mon Sep 17 00:00:00 2001 From: Brian Feldman Date: Tue, 11 Jan 2000 12:51:56 +0000 Subject: This is the second half of unbreaking the world build. Add a -DNOHTML corollary for -DNOINFO and -DNOMAN. I'll fix this properly (add specific HTML doc magic) in the .mk files later; right now, just unbreak the world. --- gnu/lib/libdialog/Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'gnu/lib') diff --git a/gnu/lib/libdialog/Makefile b/gnu/lib/libdialog/Makefile index 858b59d54c69..bf90e223d1b9 100644 --- a/gnu/lib/libdialog/Makefile +++ b/gnu/lib/libdialog/Makefile @@ -24,11 +24,13 @@ beforeinstall: ${INSTALL} -C -o ${BINOWN} -g ${BINGRP} -m 444 ${.CURDIR}/dialog.h \ ${DESTDIR}/usr/include +.if !defined(NOHTML) afterinstall: .for file in ${EXAMPLES} ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 444 \ ${.CURDIR}/TESTS/${file} ${DESTDIR}/usr/share/examples/libdialog .endfor +.endif MLINKS+=dialog.3 draw_shadow.3 dialog.3 draw_box.3 \ dialog.3 line_edit.3 dialog.3 strheight.3 \ -- cgit v1.3