From 6167b988b6b9315feed817bb2dda23d50c432332 Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Fri, 21 Mar 2025 21:50:03 -0400 Subject: [PATCH] Move manpage into docs --- Makefile | 2 +- tomo.1 => docs/tomo.1 | 0 tomo.1.md => docs/tomo.1.md | 0 3 files changed, 1 insertion(+), 1 deletion(-) rename tomo.1 => docs/tomo.1 (100%) rename tomo.1.md => docs/tomo.1.md (100%) diff --git a/Makefile b/Makefile index a2dd511..43128f5 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 similarity index 100% rename from tomo.1 rename to docs/tomo.1 diff --git a/tomo.1.md b/docs/tomo.1.md similarity index 100% rename from tomo.1.md rename to docs/tomo.1.md