diff options
| -rw-r--r-- | Makefile | 2 | ||||
| -rw-r--r-- | docs/tomo.1 (renamed from tomo.1) | 0 | ||||
| -rw-r--r-- | docs/tomo.1.md (renamed from tomo.1.md) | 0 |
3 files changed, 1 insertions, 1 deletions
@@ -86,7 +86,7 @@ install: build/tomo build/libtomo.so cp -v build/libtomo.so "$(PREFIX)/lib/" rm -f "$(PREFIX)/bin/tomo" cp -v build/tomo "$(PREFIX)/bin/" - cp -v tomo.1 "$(PREFIX)/man/man1/" + cp -v docs/tomo.1 "$(PREFIX)/man/man1/" uninstall: rm -rvf "$(PREFIX)/bin/tomo" "$(PREFIX)/include/tomo" "$(PREFIX)/lib/libtomo.so" "$(PREFIX)/share/tomo"; \ diff --git a/tomo.1.md b/docs/tomo.1.md index c641d0d3..c641d0d3 100644 --- a/tomo.1.md +++ b/docs/tomo.1.md |
