diff options
Diffstat (limited to 'aux/workflow/manpages.sh')
-rwxr-xr-x | aux/workflow/manpages.sh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/aux/workflow/manpages.sh b/aux/workflow/manpages.sh index 7332d8f..00a53d9 100755 --- a/aux/workflow/manpages.sh +++ b/aux/workflow/manpages.sh @@ -37,7 +37,6 @@ assert "${ACTION:-}" ACTION for f in "$@"; do l="$(echo "$f" | awk -F. '{print $(NF-1)}')" n="$(echo "$f" | awk -F. '{print $NF}')" - en="$(echo "$f" | sed "s/\.$l\./.en./")" case "$ACTION" in html) assert "${OUTDIR:-}" OUTDIR |