From 220770e5d37d8a9e88cb24fe677b63211ace66a6 Mon Sep 17 00:00:00 2001 From: Jeremy Baxter Date: Mon, 1 Apr 2024 16:31:06 +1300 Subject: [PATCH] csto(1): move to man1/ --- Makefile | 2 +- man/{ => man1}/csto.1 | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename man/{ => man1}/csto.1 (100%) diff --git a/Makefile b/Makefile index 9fcc932..d0f345f 100644 --- a/Makefile +++ b/Makefile @@ -82,6 +82,6 @@ install: cp -f ${HEADERS} "${DESTDIR}${PREFIX}"/include/callisto/ cp -f csto "${DESTDIR}${PREFIX}"/bin/ cp -f libcallisto.a "${DESTDIR}${PREFIX}"/lib/ - cp -f man/csto.1 "${DESTDIR}${PREFIX}"/share/man/man1/ + cp -f man/man1/*.1 "${DESTDIR}${PREFIX}"/share/man/man1/ .PHONY: all clean doc format gitconfig install lua diff --git a/man/csto.1 b/man/man1/csto.1 similarity index 100% rename from man/csto.1 rename to man/man1/csto.1