We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5755b81 commit 63359c8Copy full SHA for 63359c8
Makefile
@@ -62,7 +62,7 @@ docs: ## build HTML documentation
62
make -C docs html
63
64
n-docs-diff: ## number of docs/ files changed since branch from master
65
- @git diff --name-only $(DIFF_RANGE) -- docs/ | wc -l | awk '{print $$1}'
+ @git diff --name-only $(DIFF_RANGE) -- docs/ ':!docs/locale' | wc -l | awk '{print $$1}'
66
67
68
n-other-diff: ## number of files outside docs/ changed since branch from master
0 commit comments