mirror of
https://git.FreeBSD.org/src.git
synced 2024-11-30 08:19:09 +00:00
Changes to make `maninstall' work.
This commit is contained in:
parent
9bd9789ec0
commit
47dee7af0b
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=185
@ -28,8 +28,10 @@ ${MANP}: ${.CURDIR}/apropos.man
|
||||
-e 's,%manpath_config_file%,${manpath_config_file},' \
|
||||
${.CURDIR}/apropos.man > $@
|
||||
|
||||
install: ${TARG} ${MANP}
|
||||
install: ${TARG} maninstall
|
||||
install -c -o bin -g bin -m 555 ${TARG} /usr/bin
|
||||
|
||||
maninstall: ${MANP}
|
||||
install -c -o bin -g bin -m 444 ${MANP} /usr/share/man/man1
|
||||
|
||||
.include "../Makefile.inc"
|
||||
|
@ -28,8 +28,10 @@ ${MANP}: ${.CURDIR}/whatis.man
|
||||
-e 's,%manpath_config_file%,${manpath_config_file},' \
|
||||
${.CURDIR}/whatis.man > ${MANP}
|
||||
|
||||
install: ${TARG} ${MANP}
|
||||
install: ${TARG} maninstall
|
||||
install -c -o bin -g bin -m 555 ${TARG} /usr/bin
|
||||
|
||||
maninstall: ${MANP}
|
||||
install -c -o bin -g bin -m 444 ${MANP} /usr/share/man/man1
|
||||
|
||||
.include "../Makefile.inc"
|
||||
|
Loading…
Reference in New Issue
Block a user