]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Merge branch 'ab/build-gitweb'
authorJunio C Hamano <gitster@pobox.com>
Mon, 18 Jul 2022 20:31:55 +0000 (13:31 -0700)
committerJunio C Hamano <gitster@pobox.com>
Mon, 18 Jul 2022 20:31:55 +0000 (13:31 -0700)
Teach "make all" to build gitweb as well.

* ab/build-gitweb:
  gitweb/Makefile: add a "NO_GITWEB" parameter
  Makefile: build 'gitweb' in the default target
  gitweb/Makefile: include in top-level Makefile
  gitweb: remove "test" and "test-installed" targets
  gitweb/Makefile: prepare to merge into top-level Makefile
  gitweb/Makefile: clear up and de-duplicate the gitweb.{css,js} vars
  gitweb/Makefile: add a $(GITWEB_ALL) variable
  gitweb/Makefile: define all .PHONY prerequisites inline

1  2 
Makefile

diff --cc Makefile
Simple merge