diff options
author | wosch <wosch@FreeBSD.org> | 1996-02-06 23:48:03 +0000 |
---|---|---|
committer | wosch <wosch@FreeBSD.org> | 1996-02-06 23:48:03 +0000 |
commit | 3a72155781cd0f4a855aca98e03ad19c93fe0948 (patch) | |
tree | f1e3271288ed5a79e05d0f93ce6684d5a0011745 /gnu | |
parent | c029cf98655bf8bab0290778054ca61ff0629411 (diff) | |
download | FreeBSD-src-3a72155781cd0f4a855aca98e03ad19c93fe0948.zip FreeBSD-src-3a72155781cd0f4a855aca98e03ad19c93fe0948.tar.gz |
making <page>.1 from <page>.man
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/usr.bin/man/man/Makefile | 1 | ||||
-rw-r--r-- | gnu/usr.bin/man/manpath/Makefile | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/gnu/usr.bin/man/man/Makefile b/gnu/usr.bin/man/man/Makefile index f8feae2..daab3c2 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 cd345ee..578ae91 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},' \ |