mirror of
https://github.com/akuker/RASCSI.git
synced 2024-12-21 23:29:39 +00:00
Create the manpage dir if it doesn't exist (#482)
This commit is contained in:
parent
ba7647da12
commit
4287145615
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user