From 4287145615fe52335dfae7c15ad2ef4187a7e693 Mon Sep 17 00:00:00 2001 From: Daniel Markstedt Date: Wed, 24 Nov 2021 19:27:17 -0800 Subject: [PATCH] Create the manpage dir if it doesn't exist (#482) --- src/raspberrypi/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/src/raspberrypi/Makefile b/src/raspberrypi/Makefile index d1b0fdbf..fb732659 100644 --- a/src/raspberrypi/Makefile +++ b/src/raspberrypi/Makefile @@ -224,6 +224,7 @@ $(USR_LOCAL_BIN)% : $(BINDIR)/% $(MAN_PAGE_DIR)/%.1 : $(DOC_DIR)/%.1 @echo "-- Copying $@" + mkdir -p $@ cp $< $@ $(DOC_DIR)/%_man_page.txt : $(DOC_DIR)/%.1