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

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

Reviewed-on: https://gerrit.openafs.org/13533
Tested-by: BuildBot <buildbot@rampaginggeek.com>
Reviewed-by: Benjamin Kaduk <kaduk@mit.edu>
(cherry picked from commit e7ea4781f07b29f7f0fc0b5ba17303bd68022e54)

Change-Id: I996aec343f80031c7118e7b6b0d829751a85e228
Reviewed-on: https://gerrit.openafs.org/13535
Tested-by: BuildBot <buildbot@rampaginggeek.com>
Reviewed-by: Michael Meffie <mmeffie@sinenomine.net>
Reviewed-by: Mark Vitale <mvitale@sinenomine.net>
Reviewed-by: Stephan Wiesand <stephan.wiesand@desy.de>
This commit is contained in:
Karl Behler 2019-03-22 12:22:05 +01:00 committed by Stephan Wiesand
parent ad37d5b186
commit 0637d1038e

View File

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