From cc54f38c511336173666c46b0c2aca120f1e7584 Mon Sep 17 00:00:00 2001 From: Wolfram Schneider Date: Tue, 6 Feb 1996 23:48:03 +0000 Subject: [PATCH] making .1 from .man --- gnu/usr.bin/man/man/Makefile | 1 + gnu/usr.bin/man/manpath/Makefile | 1 + usr.bin/at/Makefile | 3 ++- 3 files changed, 4 insertions(+), 1 deletion(-) diff --git a/gnu/usr.bin/man/man/Makefile b/gnu/usr.bin/man/man/Makefile index f8feae235afd..daab3c2d40f8 100644 --- a/gnu/usr.bin/man/man/Makefile +++ b/gnu/usr.bin/man/man/Makefile @@ -23,6 +23,7 @@ CLEANFILES+= ${MAN1} MANDEPEND+= ${MAN1} ${MAN1}: ${.CURDIR}/man.man + @echo Making ${.TARGET:T} from ${.ALLSRC:T}; \ sed -e 's,%libdir%,${libdir},' -e 's,%bindir%,${bindir},' \ -e 's,%pager%,${pager},' -e 's,%troff%,${troff},' \ -e 's,%manpath_config_file%,${manpath_config_file},' \ diff --git a/gnu/usr.bin/man/manpath/Makefile b/gnu/usr.bin/man/manpath/Makefile index cd345eee4c46..578ae91f95d8 100644 --- a/gnu/usr.bin/man/manpath/Makefile +++ b/gnu/usr.bin/man/manpath/Makefile @@ -20,6 +20,7 @@ CLEANFILES+= ${MAN1} MANDEPEND+= ${MAN1} ${MAN1}: ${.CURDIR}/manpath.man + @echo Making ${.TARGET:T} from ${.ALLSRC:T}; \ sed -e 's,%libdir%,${libdir},' -e 's,%bindir%,${bindir},' \ -e 's,%pager%,${pager},' -e 's,%troff%,${troff},' \ -e 's,%manpath_config_file%,${manpath_config_file},' \ diff --git a/usr.bin/at/Makefile b/usr.bin/at/Makefile index e1e3096182e2..c5e3b78ce033 100644 --- a/usr.bin/at/Makefile +++ b/usr.bin/at/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.1 1994/01/05 01:08:51 nate Exp $ +# $Id: Makefile,v 1.2 1995/04/12 02:42:22 ache Exp $ .include "${.CURDIR}/Makefile.inc" @@ -20,6 +20,7 @@ MANDEPEND = ${MAN1} .include ${MAN1}: at.man + @echo Making ${.TARGET:T} from ${.ALLSRC:T}; \ sed -e \ "s@_ATSPOOL_DIR@$(ATSPOOL_DIR)@g; \ s@_ATJOB_DIR@$(ATJOB_DIR)@g; \