summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlejandro Colomar <alx.manpages@gmail.com>2021-03-30 17:50:58 +0200
committerAlejandro Colomar <alx.manpages@gmail.com>2021-03-30 17:50:58 +0200
commit379ad07599cfd26a4ae1af792e92ef26ded67aca (patch)
tree2b478c8bf4554922fd777ac9481d8cfb5babd6f6
parent9d53d4b9550d1107d785680c7175ed618ca378c2 (diff)
Makefile: Fix rule to build man-pages-posix
Fix path 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 3170a88..2b03e0c 100644
--- a/Makefile
+++ b/Makefile
@@ -113,7 +113,7 @@ man-pages:
.PHONY: man-pages-posix
man-pages-posix:
- $(MAKE) html MANDIR_='$(CURDIR)/src/$@';
+ $(MAKE) html MANDIR_='$(CURDIR)/src/$@/man-pages-posix-2017';
.PHONY: clean-man
clean-man: