aboutsummaryrefslogtreecommitdiff
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
parent5ee185a4896e43c67b6d299becfa616da78fb9f4 (diff)
Move manpage into docs
-rw-r--r--Makefile2
-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
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"; \
diff --git a/tomo.1 b/docs/tomo.1
index 439501c2..439501c2 100644
--- a/tomo.1
+++ b/docs/tomo.1
diff --git a/tomo.1.md b/docs/tomo.1.md
index c641d0d3..c641d0d3 100644
--- a/tomo.1.md
+++ b/docs/tomo.1.md