mirror of
https://git.openafs.org/openafs.git
synced 2025-01-18 15:00:12 +00:00
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:
parent
11cc0a3c4e
commit
e7ea4781f0
@ -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; \
|
||||||
|
Loading…
Reference in New Issue
Block a user