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