Added glue for the all-man and maninstall targets.

This commit is contained in:
Ruslan Ermilov 2002-04-15 10:16:26 +00:00
parent d172a32147
commit 9bda5a5789

View File

@ -117,6 +117,14 @@ realinstall: beforeinstall
all: all-nls _SUBDIR
install: realinstall afterinstall
.if !target(all-man)
all-man: _SUBDIR
.endif
.if !target(maninstall)
maninstall: _SUBDIR
.endif
.if !target(distribute)
distribute:
.endif