diff options
| author | Wolfram Schneider <wosch@FreeBSD.org> | 1996-02-06 23:48:03 +0000 |
|---|---|---|
| committer | Wolfram Schneider <wosch@FreeBSD.org> | 1996-02-06 23:48:03 +0000 |
| commit | cc54f38c511336173666c46b0c2aca120f1e7584 (patch) | |
| tree | f1e3271288ed5a79e05d0f93ce6684d5a0011745 /gnu/usr.bin/man/manpath | |
| parent | 406b7d655c7e20cf9879e5bf8eaaf61d9cf2c253 (diff) | |
Notes
Diffstat (limited to 'gnu/usr.bin/man/manpath')
| -rw-r--r-- | gnu/usr.bin/man/manpath/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
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},' \ |
