diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2025-03-21 21:50:03 -0400 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2025-03-21 21:50:03 -0400 |
| commit | 6167b988b6b9315feed817bb2dda23d50c432332 (patch) | |
| tree | 8109dd676cd7d2f47aef42bcb6cec99d79194d7a | |
| parent | 5ee185a4896e43c67b6d299becfa616da78fb9f4 (diff) | |
Move manpage into docs
| -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 |
