From 9bb11a63b9bcb8cf4c293813cfa13d720c79f5fe Mon Sep 17 00:00:00 2001 From: John Kerl Date: Sat, 13 Nov 2021 00:48:11 -0500 Subject: [PATCH] Make sureoan/man1/mlr.1 copy happens --- man/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/man/Makefile b/man/Makefile index 331c2ca7d..d4f571c33 100644 --- a/man/Makefile +++ b/man/Makefile @@ -22,6 +22,8 @@ build: # DESTDIR is for package installs; nominally blank when this is run interactively. # See also https://www.gnu.org/prep/standards/html_node/DESTDIR.html install: + mkdir -p ./man1 + cp mlr.1 ./man1 mkdir -p $(DESTDIR)/$(INSTALLDIR) cp mlr.1 $(DESTDIR)/$(INSTALLDIR)/mlr.1