Skip to content

Commit ce7da1d

Browse files
committed
Merge branch 'ep/make-phoney'
A slight update to the Makefile. * ep/make-phoney: Makefile: add missing phony target
2 parents d82d093 + e6be265 commit ce7da1d

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

Makefile

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2025,6 +2025,7 @@ $(VCSSVN_LIB): $(VCSSVN_OBJS)
20252025

20262026
export DEFAULT_EDITOR DEFAULT_PAGER
20272027

2028+
.PHONY: doc man html info pdf
20282029
doc:
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
20712073
pot: po/git.pot
20722074

20732075
POFILES := $(wildcard po/*.po)
@@ -2277,6 +2279,7 @@ mergetools_instdir_SQ = $(subst ','\'',$(mergetools_instdir))
22772279

22782280
install_bindir_programs := $(patsubst %,%$X,$(BINDIR_PROGRAMS_NEED_X)) $(BINDIR_PROGRAMS_NO_X)
22792281

2282+
.PHONY: profile-install profile-fast-install
22802283
profile-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
23462351
install-gitweb:
23472352
$(MAKE) -C gitweb install
23482353

@@ -2402,6 +2407,7 @@ rpm: dist
24022407

24032408
htmldocs = git-htmldocs-$(GIT_VERSION)
24042409
manpages = git-manpages-$(GIT_VERSION)
2410+
.PHONY: dist-doc distclean
24052411
dist-doc:
24062412
$(RM) -r .doc-tmp-dir
24072413
mkdir .doc-tmp-dir
@@ -2470,6 +2476,8 @@ ALL_COMMANDS += git
24702476
ALL_COMMANDS += gitk
24712477
ALL_COMMANDS += gitweb
24722478
ALL_COMMANDS += git-gui git-citool
2479+
2480+
.PHONY: check-docs
24732481
check-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

25192528
coverage:

0 commit comments

Comments
 (0)