aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Barcenas <christian@cbarcenas.com>2025-08-21 14:46:41 -0500
committerJason A. Donenfeld <Jason@zx2c4.com>2026-02-24 00:39:05 +0100
commit33684088138c442b7adedeacb78dc07bbdf23b91 (patch)
tree78172db68b7b9a3956302fe8bbe5a30d8ccba78d
parent11a6c92def985710eca79733f136b471d474b053 (diff)
downloadcgit-33684088138c442b7adedeacb78dc07bbdf23b91.tar.xz
Makefile: fix uninstall to remove js and robots.txt
Signed-off-by: Christian Barcenas <christian@cbarcenas.com> Signed-off-by: Christian Hesse <mail@eworm.de>
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 649e474..593795f 100644
--- a/Makefile
+++ b/Makefile
@@ -111,8 +111,10 @@ install-pdf: doc-pdf
uninstall:
rm -f $(DESTDIR)$(CGIT_SCRIPT_PATH)/$(CGIT_SCRIPT_NAME)
rm -f $(DESTDIR)$(CGIT_DATA_PATH)/cgit.css
+ rm -f $(DESTDIR)$(CGIT_DATA_PATH)/cgit.js
rm -f $(DESTDIR)$(CGIT_DATA_PATH)/cgit.png
rm -f $(DESTDIR)$(CGIT_DATA_PATH)/favicon.ico
+ rm -f $(DESTDIR)$(CGIT_DATA_PATH)/robots.txt
uninstall-doc: uninstall-man uninstall-html uninstall-pdf