emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/git-commit 22046b5113: make: Add 'docs' to .PHONY targets


From: ELPA Syncer
Subject: [nongnu] elpa/git-commit 22046b5113: make: Add 'docs' to .PHONY targets
Date: Thu, 6 Jan 2022 00:57:53 -0500 (EST)

branch: elpa/git-commit
commit 22046b51136593d9fc607f0bb885832cc9719555
Author: Vladimir Ivanov <ivvl82@gmail.com>
Commit: Kyle Meyer <kyle@kyleam.com>

    make: Add 'docs' to .PHONY targets
    
    This is particularly relevant given that a docs/ directory is present
    in the working tree as of 337a190c (Rename Documentation/ to docs/,
    2021-12-16).
    
    Fixes #4573.
    
    Modified-by: Kyle Meyer <kyle@kyleam.com>
      commit message tweaks
---
 Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile b/Makefile
index f81722c23c..9970032081 100644
--- a/Makefile
+++ b/Makefile
@@ -3,7 +3,7 @@ include default.mk
 
 ## ###################################################################
 
-.PHONY: lisp \
+.PHONY: lisp docs \
        install install-lisp install-docs install-info \
        test test-interactive magit \
        clean clean-lisp clean-docs clean-archives \



reply via email to

[Prev in Thread] Current Thread [Next in Thread]