man-pages: create the man3 subdirectory in prep-noistall

This should fix a build failure reported on the openafs-devel list
today.

Change-Id: I227922f78aaa614b73dd1f5c1c61116168fc0b69
Reviewed-on: https://gerrit.openafs.org/13533
Tested-by: BuildBot <buildbot@rampaginggeek.com>
Reviewed-by: Benjamin Kaduk <kaduk@mit.edu>
This commit is contained in:
Karl Behler 2019-03-22 12:22:05 +01:00 committed by Benjamin Kaduk
parent 11cc0a3c4e
commit e7ea4781f0

View File

@ -33,7 +33,7 @@ INSTALL_KAUTH = @INSTALL_KAUTH@
prep-noinstall: Makefile prep-noinstall: Makefile
rm -f man*/*.noinstall rm -f man*/*.noinstall
if [ "$(INSTALL_KAUTH)" = "no" ] ; then \ if [ "$(INSTALL_KAUTH)" = "no" ] ; then \
mkdir -p man1 man5 man8; \ mkdir -p man1 man3 man5 man8; \
for M in $(KAUTH_MAN); do \ for M in $(KAUTH_MAN); do \
touch $$M.noinstall; \ touch $$M.noinstall; \
done; \ done; \