aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristian Barcenas <christian@cbarcenas.com>2025-08-21 14:46:41 -0500
committerChristian Hesse <mail@eworm.de>2025-08-25 11:25:08 +0200
commit2ee6783311054e4789f6cce46948cc9b02022637 (patch)
tree969f9cde9af16177d876e0ef77bceb1d805effe9
parent83f6542f2073e28555d2a19d08ef58fabfc231ea (diff)
downloadcgit-2ee6783311054e4789f6cce46948cc9b02022637.tar.gz
cgit-2ee6783311054e4789f6cce46948cc9b02022637.tar.bz2
cgit-2ee6783311054e4789f6cce46948cc9b02022637.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 60075af..1e2f551 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