aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorBruce Hill <bruce@bruce-hill.com>2025-03-21 21:50:03 -0400
committerBruce Hill <bruce@bruce-hill.com>2025-03-21 21:50:03 -0400
commit6167b988b6b9315feed817bb2dda23d50c432332 (patch)
tree8109dd676cd7d2f47aef42bcb6cec99d79194d7a /Makefile
parent5ee185a4896e43c67b6d299becfa616da78fb9f4 (diff)
Move manpage into docs
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index a2dd5111..43128f5e 100644
--- a/Makefile
+++ b/Makefile
@@ -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"; \