From 04748390905b304fdff5fa7c0d119360007ef690 Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Fri, 10 May 2024 15:21:53 +0200 Subject: fixed uninstall (we keep it, upstream deleted it) --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index bc726a6..fd0c756 100644 --- a/Makefile +++ b/Makefile @@ -37,7 +37,7 @@ install-man: install -d -m 755 $(MAN_DIR)/man1 rst2man man/mkarchiso.1.rst $(MAN_DIR)/man1/mkarchiso.1 -uninstall: uninstall-scripts uninstall-profiles uninstall-doc +uninstall: uninstall-scripts uninstall-profiles uninstall-doc uninstall-man uninstall-scripts: -rm -rf "${BIN_DIR}/mkarchiso" @@ -50,7 +50,7 @@ uninstall-doc: -rm -rf "${DOC_DIR}" uninstall-man: - -rm -rf "${MAN_DIR}/man1/mkarchiso.1 + -rm -rf "${MAN_DIR}/man1/mkarchiso.1" V=$(shell git describe --exact-match) -- cgit v1.2.3-54-g00ecf