diff options
| author | Christian Barcenas <christian@cbarcenas.com> | 2025-08-21 14:46:41 -0500 |
|---|---|---|
| committer | Christian Hesse <mail@eworm.de> | 2025-08-25 11:25:08 +0200 |
| commit | 2ee6783311054e4789f6cce46948cc9b02022637 (patch) | |
| tree | 969f9cde9af16177d876e0ef77bceb1d805effe9 | |
| parent | 83f6542f2073e28555d2a19d08ef58fabfc231ea (diff) | |
| download | cgit-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-- | 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 |
