diff options
author | EuAndreh <eu@euandre.org> | 2021-06-26 18:15:33 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2021-06-26 18:17:20 -0300 |
commit | e6510c83a2146436778fbd905bf6597eb187ca4f (patch) | |
tree | b0f0abd1aab262756dfd915e980da8844b7df16d /aux/workflow/assert-manpages.sh | |
parent | Makefile: Remove fallible/valgrind tests for now (diff) | |
download | remembering-e6510c83a2146436778fbd905bf6597eb187ca4f.tar.gz remembering-e6510c83a2146436778fbd905bf6597eb187ca4f.tar.xz |
Makefile, README.md: Adapt to changes in aux/
Diffstat (limited to '')
-rwxr-xr-x | aux/workflow/assert-manpages.sh | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/aux/workflow/assert-manpages.sh b/aux/workflow/assert-manpages.sh index 7254d60..a2bd3f9 100755 --- a/aux/workflow/assert-manpages.sh +++ b/aux/workflow/assert-manpages.sh @@ -111,7 +111,7 @@ Soumettre un bogue dans la liste de diffusion .ME . -Utilise le sujèt "\f(CR[$PROJECT] BUG ou TASK: +Utilise le sujet "\f(CR[$PROJECT] BUG ou TASK: <description>\fR". .IP \(bu Parcourir les bogues @@ -173,6 +173,10 @@ for f in $(find doc -type f -name '*.[0-9]'); do continue fi + if [ ! -s "$f" ]; then + continue + fi + lang="$(echo "$f" | cut -d. -f2)" case "$lang" in pt) |