aboutsummaryrefslogtreecommitdiff
path: root/aux/workflow (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Makefile: Add ./aux/workflow/assert-manpages.sh to "dev-check" targetEuAndreh2021-06-131-0/+44
|
* aux/workflow/dist.sh: Remove unused variablesEuAndreh2021-06-111-2/+1
|
* Update files under aux/EuAndreh2021-06-074-11/+25
|
* aux/workflow/assert-readme.sh: Assert the end of the CONTRIBUTING sectionEuAndreh2021-06-061-0/+12
|
* README.md: Add explicit "Links" and "Releases" sectionsEuAndreh2021-06-063-29/+21
| | | | | | | | | | | | | | | | | | | Instead of generating the "Links" and "Releases" sections on the fly and adding them to the end of the README.md before processing it with aux/workflow/README.sh, embed those sections directly and use aux/workflow/assert-readme.sh to make sure the metadata is there. Before we had: 1. generate "Links" and "Releases" on the fly inside aux/workflow/README.sh; 2. add those sections to the end of the README.md; 3. use the custom pandoc build command inside the aux/workflow/README.sh file. Now we have: 1. embed "Links" and "Releases" in the README.md directly; 2. use aux/workflow/assert-readme.sh to validate the correct metadata; 3. use the vanilla aux/workflow/commonmark.sh to generate the HTML.
* aux/: Use tabs over spaces for .sh filesEuAndreh2021-06-068-99/+102
|
* aux/: Add favicon to generated HTML filesEuAndreh2021-06-067-0/+68
|
* aux/workflow/public.sh: Mark as executableEuAndreh2021-03-231-0/+0
|
* Remove unused aux/workflow/CHANGELOG.shEuAndreh2021-03-231-17/+0
|
* TODOs.sh: Remove unused SED_REGEX variableEuAndreh2021-03-071-2/+0
|
* TODOs.sh: Use sed to remove dependency on gettextEuAndreh2021-03-072-12/+16
|
* assert-todos.sh: Remove reference to inexistant docbook-xsl/ directoryEuAndreh2021-03-071-1/+1
|
* README.sh: Remove suffix from Git repo linkEuAndreh2021-03-061-1/+1
|
* Update files under aux/EuAndreh2021-03-061-0/+5
|
* Add assert-changelog.sh; change dependency of check -> dev-check targetsEuAndreh2021-02-282-4/+15
|
* README.sh: Reverse the list of tagsEuAndreh2021-02-271-1/+1
|
* Add aux/workflow/sign-tarballs.shEuAndreh2021-02-273-1/+21
|
* Update aux/workflow/dist.shEuAndreh2021-02-251-5/+11
|
* Add aux/workflow/public.sh, update aux/workflow/README.shEuAndreh2021-02-232-2/+30
|
* aux/workflow/dist.sh: Fix quotationEuAndreh2021-02-221-3/+3
|
* Move "dist" target to aux/workflow/dist.shEuAndreh2021-02-211-0/+17
|
* Update aux/workflow/: support tags in TODOs.mdEuAndreh2021-02-202-4/+17
|
* Update files under aux/EuAndreh2021-02-174-3/+20
|
* aux/workflow/: Update copied files, now accept optional filename parameterEuAndreh2021-01-302-2/+4
|
* mv build-aux/ aux/EuAndreh2021-01-276-0/+179