From 15a48398dc8366fb0e0c01ad2c6b6f77e50ca329 Mon Sep 17 00:00:00 2001 From: naddy Date: Mon, 29 Apr 2024 13:23:19 +0000 Subject: [PATCH] install accidentally dropped tput(1) man page again --- distrib/sets/lists/man/mi | 1 + usr.bin/tput/Makefile | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/distrib/sets/lists/man/mi b/distrib/sets/lists/man/mi index 05154a08734..9939ca3db98 100644 --- a/distrib/sets/lists/man/mi +++ b/distrib/sets/lists/man/mi @@ -488,6 +488,7 @@ ./usr/share/man/man1/tmux.1 ./usr/share/man/man1/top.1 ./usr/share/man/man1/touch.1 +./usr/share/man/man1/tput.1 ./usr/share/man/man1/tr.1 ./usr/share/man/man1/tradcpp.1 ./usr/share/man/man1/true.1 diff --git a/usr.bin/tput/Makefile b/usr.bin/tput/Makefile index 5e057a01ca1..d3f833abbda 100644 --- a/usr.bin/tput/Makefile +++ b/usr.bin/tput/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.14 2024/04/27 15:05:55 jmc Exp $ +# $OpenBSD: Makefile,v 1.15 2024/04/29 13:23:19 naddy Exp $ PROG= tput SRCS= clear_cmd.c reset_cmd.c tparm_type.c tput.c transform.c \ @@ -11,7 +11,7 @@ TIC= ${.CURDIR}/../tic CFLAGS+= -I${CURSES} -I${TIC} -I${.CURDIR} -I. .PATH: ${TIC} CLEANFILES+= termsort.h -MAN+= clear.1 +MAN= tput.1 clear.1 termsort.h: ${TIC}/MKtermsort.sh sh ${TIC}/MKtermsort.sh awk ${CURSES}/Caps > ${.TARGET} -- 2.20.1