diff options
| author | Christian Barcenas <christian@cbarcenas.com> | 2025-08-21 14:46:41 -0500 |
|---|---|---|
| committer | Jason A. Donenfeld <Jason@zx2c4.com> | 2026-02-24 00:39:05 +0100 |
| commit | 33684088138c442b7adedeacb78dc07bbdf23b91 (patch) | |
| tree | 78172db68b7b9a3956302fe8bbe5a30d8ccba78d | |
| parent | 11a6c92def985710eca79733f136b471d474b053 (diff) | |
| download | cgit-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-- | Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 |
