]> git.ipfire.org Git - thirdparty/git.git/commit
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)
commit48e88a4862f3f0353f7a795dae0346dca0043829
treed13e5ec57c5d83a827e36d395d5257356b8bfd59
parentf63ac61fbf512ac9446a86bfd9c07b33d4c1e558
parenta35258c62adf5c0e591f2335f3427434ff0b63f0
Merge branch 'ab/build-gitweb'

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
Makefile