making <page>.1 from <page>.man
This commit is contained in:
parent
406b7d655c
commit
cc54f38c51
@ -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},' \
|
||||
|
@ -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},' \
|
||||
|
@ -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 <bsd.prog.mk>
|
||||
|
||||
${MAN1}: at.man
|
||||
@echo Making ${.TARGET:T} from ${.ALLSRC:T}; \
|
||||
sed -e \
|
||||
"s@_ATSPOOL_DIR@$(ATSPOOL_DIR)@g; \
|
||||
s@_ATJOB_DIR@$(ATJOB_DIR)@g; \
|
||||
|
Loading…
x
Reference in New Issue
Block a user