summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlejandro Colomar <alx.manpages@gmail.com>2021-03-30 18:24:12 +0200
committerAlejandro Colomar <alx.manpages@gmail.com>2021-03-30 18:24:12 +0200
commit3538eb6390cdfc5835529660bced891b6bf35fe2 (patch)
tree31c4271b96d787d0a226220e5e927252a2cacec9
parentc5d5a814e71f68dfc24313338530ab4d063c3109 (diff)
Makefile: Need to install dirs before files
Signed-off-by: Alejandro Colomar <alx.manpages@gmail.com>
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 92945f7..0d6d1a7 100644
--- a/Makefile
+++ b/Makefile
@@ -142,7 +142,7 @@ installdirs-srv:
done;
.PHONY: install-man
-install-man:
+install-man: | installdirs-man
cd $(htmlbuilddir)/ && \
find man?/ -type f \
|while read f; do \