From ee1f4745c0904ebbd1767e47c5c5635e1bbbaf7f Mon Sep 17 00:00:00 2001 From: tschettervictor Date: Tue, 23 Dec 2025 12:22:37 -0700 Subject: [PATCH] update makefile for man page move to 8 --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 0e3f18eb..d699acd8 100644 --- a/Makefile +++ b/Makefile @@ -13,7 +13,7 @@ install: @echo "BASTILLE_VERSION: ${BASTILLE_DEV_VERSION}" @sed -i '' "s|BASTILLE_VERSION=.*|BASTILLE_VERSION=${BASTILLE_DEV_VERSION}|" usr/local/bin/bastille @cp -Rv usr / - @gzip -f -n /usr/local/share/man/man1/bastille*.1 + @gzip -f -n /usr/local/share/man/man1/bastille*.8 @gzip -f -n /usr/local/share/man/man5/bastille*.5 @echo @echo "This method is for testing & development." @@ -28,7 +28,7 @@ uninstall: @rm -rvf /usr/local/share/bastille @echo @echo "removing man page" - @rm -rvf /usr/local/share/man/man1/bastille* + @rm -rvf /usr/local/share/man/man8/bastille* @rm -rvf /usr/local/share/man/man5/bastille* @echo @echo "removing configuration file"