Create the manpage dir if it doesn't exist (#482)

This commit is contained in:
Daniel Markstedt 2021-11-24 19:27:17 -08:00 committed by GitHub
parent ba7647da12
commit 4287145615
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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