@@ -2026,6 +2026,7 @@ $(VCSSVN_LIB): $(VCSSVN_OBJS)
2026
2026
2027
2027
export DEFAULT_EDITOR DEFAULT_PAGER
2028
2028
2029
+ .PHONY : doc man html info pdf
2029
2030
doc :
2030
2031
$(MAKE ) -C Documentation all
2031
2032
@@ -2069,6 +2070,7 @@ po/git.pot: $(GENERATED_H) FORCE
2069
2070
$(LOCALIZED_PERL )
2070
2071
mv $@ + $@
2071
2072
2073
+ .PHONY : pot
2072
2074
pot : po/git.pot
2073
2075
2074
2076
POFILES := $(wildcard po/* .po)
@@ -2278,6 +2280,7 @@ mergetools_instdir_SQ = $(subst ','\'',$(mergetools_instdir))
2278
2280
2279
2281
install_bindir_programs := $(patsubst % ,% $X,$(BINDIR_PROGRAMS_NEED_X ) ) $(BINDIR_PROGRAMS_NO_X )
2280
2282
2283
+ .PHONY : profile-install profile-fast-install
2281
2284
profile-install : profile
2282
2285
$(MAKE ) install
2283
2286
@@ -2344,6 +2347,8 @@ endif
2344
2347
done && \
2345
2348
./check_bindir "z$$bindir" "z$$execdir" "$$bindir/git-add$X"
2346
2349
2350
+ .PHONY : install-gitweb install-doc install-man install-html install-info install-pdf
2351
+ .PHONY : quick-install-doc quick-install-man quick-install-html
2347
2352
install-gitweb :
2348
2353
$(MAKE ) -C gitweb install
2349
2354
@@ -2403,6 +2408,7 @@ rpm: dist
2403
2408
2404
2409
htmldocs = git-htmldocs-$(GIT_VERSION )
2405
2410
manpages = git-manpages-$(GIT_VERSION )
2411
+ .PHONY : dist-doc distclean
2406
2412
dist-doc :
2407
2413
$(RM ) -r .doc-tmp-dir
2408
2414
mkdir .doc-tmp-dir
@@ -2471,6 +2477,8 @@ ALL_COMMANDS += git
2471
2477
ALL_COMMANDS += gitk
2472
2478
ALL_COMMANDS += gitweb
2473
2479
ALL_COMMANDS += git-gui git-citool
2480
+
2481
+ .PHONY : check-docs
2474
2482
check-docs ::
2475
2483
@ (for v in $( ALL_COMMANDS) ; \
2476
2484
do \
@@ -2515,6 +2523,7 @@ check-builtins::
2515
2523
# ## Test suite coverage testing
2516
2524
#
2517
2525
.PHONY : coverage coverage-clean coverage-compile coverage-test coverage-report
2526
+ .PHONY : coverage-untested-functions cover_db cover_db_html
2518
2527
.PHONY : coverage-clean-results
2519
2528
2520
2529
coverage :
0 commit comments