minor makefile modifications
This commit is contained in:
parent
d2835e2ead
commit
df061c1f36
11
Makefile
11
Makefile
@ -42,5 +42,16 @@ clean:
|
||||
test:
|
||||
${WRAP} ./${OUTPUT}
|
||||
|
||||
docs:
|
||||
kramdown-man documentation/histui.1.md -o ${OBJECT.d}/histui.1
|
||||
|
||||
install:
|
||||
-cp ${OBJECT.d}/histui.1 /usr/local/share/man/man1/
|
||||
cp ${OUTPUT} ~/bin/
|
||||
|
||||
help:
|
||||
@echo Available targets:
|
||||
@echo " histui"
|
||||
@echo " docs"
|
||||
@echo " install"
|
||||
@echo " clean"
|
||||
|
Loading…
x
Reference in New Issue
Block a user