Added glue for the all-man and maninstall targets.
This commit is contained in:
parent
d172a32147
commit
9bda5a5789
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user