Move manpage into docs
This commit is contained in:
parent
5ee185a489
commit
6167b988b6
2
Makefile
2
Makefile
@ -86,7 +86,7 @@ install: build/tomo build/libtomo.so
|
|||||||
cp -v build/libtomo.so "$(PREFIX)/lib/"
|
cp -v build/libtomo.so "$(PREFIX)/lib/"
|
||||||
rm -f "$(PREFIX)/bin/tomo"
|
rm -f "$(PREFIX)/bin/tomo"
|
||||||
cp -v build/tomo "$(PREFIX)/bin/"
|
cp -v build/tomo "$(PREFIX)/bin/"
|
||||||
cp -v tomo.1 "$(PREFIX)/man/man1/"
|
cp -v docs/tomo.1 "$(PREFIX)/man/man1/"
|
||||||
|
|
||||||
uninstall:
|
uninstall:
|
||||||
rm -rvf "$(PREFIX)/bin/tomo" "$(PREFIX)/include/tomo" "$(PREFIX)/lib/libtomo.so" "$(PREFIX)/share/tomo"; \
|
rm -rvf "$(PREFIX)/bin/tomo" "$(PREFIX)/include/tomo" "$(PREFIX)/lib/libtomo.so" "$(PREFIX)/share/tomo"; \
|
||||||
|
Loading…
Reference in New Issue
Block a user