branch: elpa/magit
commit 5ece16e4f11ad206755f4dec3214d631fd8f6b98
Author: Jonas Bernoulli <[email protected]>
Commit: Jonas Bernoulli <[email protected]>

    make: Extend the reminder concerning new dependencies
---
 default.mk | 9 ++++++---
 1 file changed, 6 insertions(+), 3 deletions(-)

diff --git a/default.mk b/default.mk
index ea76de4e1d7..1dc56f9ce82 100644
--- a/default.mk
+++ b/default.mk
@@ -193,9 +193,12 @@ endif
 LOAD_PATH = -L $(TOP)lisp
 
 # When making changes here, then don't forget to adjust DEPS below,
-# ".github/ISSUE_TEMPLATE/bug_report.md", `magit-emacs-Q-command' and
-# the "Installing from the Git Repository" info node accordingly.
-# Also don't forget to "rgrep \b<pkg>\b".
+# ".github/ISSUE_TEMPLATE/bug_report.md", `magit-emacs-Q-command'
+# and the "Installing from the Git Repository" info node accordingly.
+# Also run "rgrep \b<another-package\b", to find other places where
+# a newly added dependency might have to be mentioned as well.  Also
+# remember that DEPS of packages that depend on Magit also have to
+# be updated.
 
 ifdef CYGPATH
   LOAD_PATH += -L $(shell cygpath --mixed $(COMPAT_DIR))

Reply via email to