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