]> Lady’s Gitweb - Gitweb/blobdiff - Makefile
gitweb: remove title shortening heuristics
[Gitweb] / Makefile
index 94e0d723f585e3ad69f18018850dc248af1a9f6f8f55af489e447cbebd00d7e2..d84d578dbc4d6f62af4f7076e28f7d9102b36ad1c87950363ba68c24966bdad5 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -130,9 +130,11 @@ install-gitweb: $(MAK_DIR_GITWEB_ALL)
        $(INSTALL) -d -m 755 '$(DESTDIR_SQ)$(gitwebstaticdir_SQ)'
        $(INSTALL) -m 644 $(addprefix $(MAK_DIR_GITWEB),$(GITWEB_FILES)) \
                '$(DESTDIR_SQ)$(gitwebstaticdir_SQ)'
+ifndef NO_GITWEB
 ifndef NO_PERL
 install: install-gitweb
 endif
+endif
 
 ### Cleaning rules
 
This page took 0.226958 seconds and 4 git commands to generate.