aboutsummaryrefslogtreecommitdiff
path: root/aux/workflow (follow)
Commit message (Collapse)AuthorAgeFilesLines
* git mv po/ doc/po/EuAndreh2021-06-251-2/+2
|
* aux/workflow/assert-spelling.sh: Add; init dictionaries; fix spellingEuAndreh2021-06-253-16/+86
| | | | | | - aux/workflow/l10n.sh: fix handling of $@; - Makefile: remove circular dependency between dev-check and public by adding the "l10n-gen" target.
* aux/workflow/manpages.sh: Add missing suffix to HTML filesEuAndreh2021-06-231-1/+1
|
* README.md, aux/workflow/assert-readme.sh: Link to commit in the releases ↵EuAndreh2021-06-231-1/+1
| | | | section too
* aux/workflow/{l10n,manpages}.sh: Fix ShellCheck offensesEuAndreh2021-06-232-2/+2
|
* aux/workflow/manpages.sh: Refactor how manpages and translations are madeEuAndreh2021-06-234-55/+109
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | I didn't like the previous version of aux/workflow/manpages.sh mainly for 2 reasons: 1. its CLI was terrible, ugly and fragile; 2. it mixed handling manpages and handling *translations*. The first step was to split the translations part to a different file: aux/workflow/l10n.sh. Now it has the base logic for running po4a, and can apply it to manpages. It is useful for updating translated files in other scenarios, such as catgets() message catalogs, markdown files, etc. After I used the venerable getopts to handle the command line arguments, and give aux/workflow/manpages.sh a saner interface. I disliked the fact that aux/workflow/manpages.sh still is being used for the "install" and "uninstall" targets. Before this file, the canonical workflow of "make && make install/uninstall" was 100% embedded within the Makefile itself. But now the Makefile calls to an external script for that. This isn't a real cost, other than how obvious the behaviour is for someone looking at the Makefile for the first time. I still chose to do it anyway, because there was already too many things in the Makefile itself, and it was getting worse with time. I made sure to never cross the line of relying on an external tool for the canonical "make && make install/uninstall", and even for "make check". Those all work without requiring any extra tool outside what POSIX defines, such as "sed", "awk", etc. Despite the cost of adding this detour from the liner Makefile flow, I found it to be worth it to call to the external script, as this script can now also be shared across projects, and the customized Makefile be made simpler. In other to remove the "-- $(do_subst)" horrendous hack, I chose to use an inference rule for ".in" files, and remove the "$(do_subst)" variable altogether. Now all the files that need to go through sed should end in ".in", and the Makefile will take care of producing it. The upside is that this model is much better integrater into make itself. Addresses #task-9ee2bbc8-295f-52b7-4104-483869bad017.
* git mv doc/*.po po/EuAndreh2021-06-231-2/+2
|
* aux/workflow/public.sh: Spell out .{svg,png} files (ShellCheck offense)EuAndreh2021-06-231-1/+1
|
* aux/: Explicitly pass "public/" as a parameter to scriptsEuAndreh2021-06-233-12/+13
|
* aux/workflow/assert-readme.sh: No need to create the public/ directoryEuAndreh2021-06-231-2/+0
|
* aux/workflow/public.sh: Selectively copy favicon filesEuAndreh2021-06-231-1/+1
|
* aux/workflow/TODOs.sh: Use <pre> over <span> for visible idsEuAndreh2021-06-221-1/+1
|
* aux/workflow/manpages.sh: Suppress ShellCheck warningsEuAndreh2021-06-191-0/+2
|
* Add aux/workflow/manpages.sh to install, uninstall and generate HTML from ↵EuAndreh2021-06-192-16/+53
| | | | translated manpages
* aux/workflow/assert-manpages.sh: Mark as executableEuAndreh2021-06-191-0/+0
|
* Leverage po4a to translate manpagesEuAndreh2021-06-192-3/+149
|
* Update aux/workflow/assert-changelog.shEuAndreh2021-06-172-5/+8
|
* aux/workflow/assert-manpages.sh: Fix link to mailing listEuAndreh2021-06-161-1/+1
|
* aux/workflow/assert-changelog.sh: Assert link exists in CHANGELOGEuAndreh2021-06-161-0/+9
|
* aux/workflow/preamble.md: Join first and second paragraphsEuAndreh2021-06-161-3/+1
|
* aux/workflow/preamble.md: Link only to homepageEuAndreh2021-06-161-1/+1
|
* s/Home page/Homepage/EuAndreh2021-06-162-2/+2
|
* doc/git-permalink.1: Stop using ".P", use empty lines insteadEuAndreh2021-06-161-8/+11
|
* aux/: UpdateEuAndreh2021-06-145-23/+96
|
* README.md: Point to copy of license in the source code repository itselfEuAndreh2021-06-131-1/+1
|
* Makefile: Add aux/workflow/assert-manpages.shEuAndreh2021-06-121-0/+44
|
* aux/: Update filesEuAndreh2021-06-121-43/+0
|
* aux/: Update filesEuAndreh2021-06-1112-90/+221
|
* aux/workflow/public.sh: Mark as executableEuAndreh2021-03-231-0/+0
|
* Add base skeleton project filesEuAndreh2021-03-2110-0/+283