diff options
| author | Brian Feldman <green@FreeBSD.org> | 2000-01-11 12:51:56 +0000 |
|---|---|---|
| committer | Brian Feldman <green@FreeBSD.org> | 2000-01-11 12:51:56 +0000 |
| commit | 559048567ae7a7984d1fec047d650d8674b92938 (patch) | |
| tree | 99956071a8a33539553e830ff326a4e48de655a4 /gnu/lib | |
| parent | c3bb4c9b50cac671242c97e5fe0127c0a4ba7180 (diff) | |
Notes
Diffstat (limited to 'gnu/lib')
| -rw-r--r-- | gnu/lib/libdialog/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
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 \ |
