projects
/
ulas
/
.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
51369e6
)
Updated man5 install dir
author
Lukas Krickl
<lukas@krickl.dev>
Mon, 9 Dec 2024 04:35:34 +0000
(
05:35
+0100)
committer
Lukas Krickl
<lukas@krickl.dev>
Mon, 9 Dec 2024 04:35:34 +0000
(
05:35
+0100)
makefile
patch
|
blob
|
history
diff --git
a/makefile
b/makefile
index 80c80d998f2e603bb0caaffa8b978b138768462d..bd7a782afb135c062628162721f1c684d9ec01b2 100644
(file)
--- a/
makefile
+++ b/
makefile
@@
-48,7
+48,7
@@
install:
mkdir -p $(INSTALL_DIR)/man/man5
cp ./$(NAME) $(INSTALL_DIR)/bin
cp ./man/$(NAME).1 $(INSTALL_DIR)/man/man1
- cp ./man/$(NAME).5 $(INSTALL_DIR)/man/man
2
+ cp ./man/$(NAME).5 $(INSTALL_DIR)/man/man
5
.PHONY: tags
tags: