aboutsummarybugs & patchesrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristian Barcenas <christian@cbarcenas.com>2025-08-21 14:46:41 -0500
committerChristian Hesse <mail@eworm.de>2025-11-17 21:40:58 +0100
commit9b465682cb3c3a5afdcbf92a1d8981b487bc6ef0 (patch)
tree2ccfe18f65c828e96ab2c96870f84f08f4e7560a
parent5b7c622cbf56391b7dd95d5a5bd84dde3f5878e5 (diff)
downloadcgit-9b465682cb3c3a5afdcbf92a1d8981b487bc6ef0.tar.gz
cgit-9b465682cb3c3a5afdcbf92a1d8981b487bc6ef0.tar.bz2
cgit-9b465682cb3c3a5afdcbf92a1d8981b487bc6ef0.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 c376d2f..f6b568d 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