]> git.michaelhowe.org Git - packages/o/openafs.git/commitdiff
man-pages: create the man3 subdirectory in prep-noistall
authorKarl Behler <karl.behler@ipp.mpg.de>
Fri, 22 Mar 2019 11:22:05 +0000 (12:22 +0100)
committerStephan Wiesand <stephan.wiesand@desy.de>
Fri, 3 May 2019 14:08:56 +0000 (10:08 -0400)
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>
doc/man-pages/Makefile.in

index 587bed2d71a5e564ccbc7e995d54c600bca217db..882dd48c55b1b5dd811c81d9d33326b358066de2 100644 (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; \