aboutsummaryrefslogtreecommitdiff
path: root/aux/workflow/assert-manpages.sh (follow)
Commit message (Collapse)AuthorAgeFilesLines
* aux/: Stick to 80 columnsEuAndreh2021-07-271-1/+2
|
* aux/lib.sh: Add mkstemp and mkdtemp, and copy uuid overEuAndreh2021-07-151-4/+6
| | | | | | | | | | | | | | | The tests were relying on the unspecified and non-standartized behaviour of "mktemp". Now they use "mkstemp()", a shim sh function to provide the expected behaviour, and an accompanying "mkdtemp()" function is also defined. To further decouple from specific implementations and OS-behaviours and quirks, a aux/lib.sh file containing both those functions was added. Its purpose is to also allow code under aux/ to not depend on specific behaviour. "mkdtemp()" had to be replicated in aux/ci/ci-build.sh, since it runs outside the repository.
* aux/workflow/assert-manpages.sh: Get input languages and en files as argumentsEuAndreh2021-07-151-47/+36
|
* Add trailing /en/ to all default URLs, and the equivalent for translationsEuAndreh2021-07-151-4/+4
|
* aux/workflow/assert-manpages.sh: Exit with error for unknown languageEuAndreh2021-07-141-1/+12
|
* aux/workflow/assert-manpages.sh: Use getopts for argumentsEuAndreh2021-06-261-6/+19
|
* aux/workflow/assert-manpages.sh: Skip when file is empyEuAndreh2021-06-261-0/+4
|
* aux/workflow/assert-spelling.sh: Add; init dictionaries; fix spellingEuAndreh2021-06-251-1/+1
| | | | | | - aux/workflow/l10n.sh: fix handling of $@; - Makefile: remove circular dependency between dev-check and public by adding the "l10n-gen" target.
* aux/workflow/assert-manpages.sh: Mark as executableEuAndreh2021-06-191-0/+0
|
* Leverage po4a to translate manpagesEuAndreh2021-06-191-3/+133
|
* aux/workflow/assert-manpages.sh: Fix link to mailing listEuAndreh2021-06-161-1/+1
|
* s/Home page/Homepage/EuAndreh2021-06-161-1/+1
|
* doc/git-permalink.1: Stop using ".P", use empty lines insteadEuAndreh2021-06-161-8/+11
|
* aux/: UpdateEuAndreh2021-06-141-11/+34
|
* Makefile: Add aux/workflow/assert-manpages.shEuAndreh2021-06-121-0/+44