@@ -2025,6 +2025,7 @@ $(VCSSVN_LIB): $(VCSSVN_OBJS)
20252025
20262026export DEFAULT_EDITOR DEFAULT_PAGER
20272027
2028+ .PHONY : doc man html info pdf
20282029doc :
20292030 $(MAKE ) -C Documentation all
20302031
@@ -2068,6 +2069,7 @@ po/git.pot: $(GENERATED_H) FORCE
20682069 $(LOCALIZED_PERL )
20692070 mv $@ + $@
20702071
2072+ .PHONY : pot
20712073pot : po/git.pot
20722074
20732075POFILES := $(wildcard po/* .po)
@@ -2277,6 +2279,7 @@ mergetools_instdir_SQ = $(subst ','\'',$(mergetools_instdir))
22772279
22782280install_bindir_programs := $(patsubst % ,% $X,$(BINDIR_PROGRAMS_NEED_X ) ) $(BINDIR_PROGRAMS_NO_X )
22792281
2282+ .PHONY : profile-install profile-fast-install
22802283profile-install : profile
22812284 $(MAKE ) install
22822285
@@ -2343,6 +2346,8 @@ endif
23432346 done && \
23442347 ./check_bindir "z$$bindir" "z$$execdir" "$$bindir/git-add$X"
23452348
2349+ .PHONY : install-gitweb install-doc install-man install-html install-info install-pdf
2350+ .PHONY : quick-install-doc quick-install-man quick-install-html
23462351install-gitweb :
23472352 $(MAKE ) -C gitweb install
23482353
@@ -2402,6 +2407,7 @@ rpm: dist
24022407
24032408htmldocs = git-htmldocs-$(GIT_VERSION )
24042409manpages = git-manpages-$(GIT_VERSION )
2410+ .PHONY : dist-doc distclean
24052411dist-doc :
24062412 $(RM ) -r .doc-tmp-dir
24072413 mkdir .doc-tmp-dir
@@ -2470,6 +2476,8 @@ ALL_COMMANDS += git
24702476ALL_COMMANDS += gitk
24712477ALL_COMMANDS += gitweb
24722478ALL_COMMANDS += git-gui git-citool
2479+
2480+ .PHONY : check-docs
24732481check-docs ::
24742482 @ (for v in $( ALL_COMMANDS) ; \
24752483 do \
@@ -2514,6 +2522,7 @@ check-builtins::
25142522# ## Test suite coverage testing
25152523#
25162524.PHONY : coverage coverage-clean coverage-compile coverage-test coverage-report
2525+ .PHONY : coverage-untested-functions cover_db cover_db_html
25172526.PHONY : coverage-clean-results
25182527
25192528coverage :
0 commit comments