Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
... | |||||
* | NEWS: Reference change from commit 4c719a5 | Patrick McDermott | 2018-12-27 | 1 | -0/+1 |
| | |||||
* | Makefile.am: Rename "todo_script" | Patrick McDermott | 2018-12-27 | 1 | -2/+2 |
| | |||||
* | Makefile.am: Trim headings and copyright section from TODO | Patrick McDermott | 2018-12-27 | 1 | -1/+9 |
| | |||||
* | TODO: Add more tasks and update copyright notice | Patrick McDermott | 2018-12-27 | 1 | -4/+14 |
| | |||||
* | man/local.mk: Add man/Tags to CLEANFILES | Patrick McDermott | 2018-12-27 | 1 | -0/+2 |
| | |||||
* | Makefile.am: Drop ".3in.3" inference rule | Patrick McDermott | 2018-12-27 | 1 | -5/+1 |
| | |||||
* | man/local.mk: Make manual pages generation silent (by default) | Patrick McDermott | 2018-12-27 | 1 | -1/+1 |
| | |||||
* | man/local.mk: Add libopkbuild loading instructions to synopses | Patrick McDermott | 2018-12-27 | 1 | -1/+4 |
| | |||||
* | tools/shman.sh: Update and improve options help | Patrick McDermott | 2018-12-27 | 1 | -8/+12 |
| | |||||
* | man/local.mk: Use shman's -b option | Patrick McDermott | 2018-12-27 | 1 | -1/+1 |
| | |||||
* | tools/shman.sh: Add "-b base_dir" option | Patrick McDermott | 2018-12-27 | 1 | -2/+7 |
| | |||||
* | tools/shman.sh: Create any missing directories | Patrick McDermott | 2018-12-27 | 1 | -0/+2 |
| | |||||
* | man/local.mk: Fix path to shman for out-of-tree builds | Patrick McDermott | 2018-12-27 | 1 | -1/+2 |
| | |||||
* | Makefile.am: Distribute tools/shman.sh | Patrick McDermott | 2018-12-27 | 1 | -0/+1 |
| | |||||
* | configure.ac, NEWS: Add "-dev" to version | Patrick McDermott | 2018-12-27 | 2 | -3/+3 |
| | |||||
* | configure.ac: Update package version to 4.0.0 | Patrick McDermott | 2018-12-27 | 1 | -1/+1 |
| | | | | | | opkbuild 4.0.0 is not yet released. This is just to silence Automake's "check-news" feature in the "distdir" target: "NEWS not updated; not releasing". | ||||
* | Makefile.am: Fix PACKAGE_VERSION_GIT | Patrick McDermott | 2018-12-27 | 1 | -1/+1 |
| | | | | | opkbuild's tags have used "-", not "/", to separate the package name and version. | ||||
* | Makefile.am, man/local.mk: Build libopkbuild manual pages with shman | Patrick McDermott | 2018-12-27 | 2 | -26/+10 |
| | |||||
* | ob_parse_dep(): Move @details doc command | Patrick McDermott | 2018-12-27 | 1 | -4/+4 |
| | |||||
* | tools/shman.sh: Implement SYNOPSIS | Patrick McDermott | 2018-12-27 | 1 | -17/+36 |
| | |||||
* | tools/shman.sh: Don't treat "\" as escape char in cmd args | Patrick McDermott | 2018-12-27 | 1 | -2/+2 |
| | |||||
* | ob_parse_dep(): Use and reword @pure doc command | Patrick McDermott | 2018-12-27 | 1 | -3/+2 |
| | |||||
* | tools/shman.sh: Rename and reformat @pure command | Patrick McDermott | 2018-12-27 | 1 | -3/+9 |
| | |||||
* | tools/shman.sh: s/SUBSHELL SAFETY AND SIDE EFFECTS/ATTRIBUTES/ | Patrick McDermott | 2018-12-27 | 1 | -4/+4 |
| | |||||
* | ob_parse_dep(): Clarify optional components in doc | Patrick McDermott | 2018-12-27 | 1 | -2/+3 |
| | |||||
* | tools/shman.sh: Make executable | Patrick McDermott | 2018-12-27 | 1 | -0/+0 |
| | |||||
* | tools/shman.sh: Remove quotes in parameter expansions | Patrick McDermott | 2018-12-27 | 1 | -5/+5 |
| | | | | | | | | POSIX doesn't list quote removal as one of the expansions to which `word` (in `${parameter#word}` etc.) shall be subjected, but it does mention quoting characters. GNU Bash supports all three quote characters. Almquist shells support backslash, but not single or double quotes. | ||||
* | tools/shman.sh: Open/close tags file only once | Patrick McDermott | 2018-12-27 | 1 | -11/+8 |
| | | | | | Otherwise, only the symbols from the last input file would remain in the file. | ||||
* | tools/shman.sh: Write tags file | Patrick McDermott | 2018-12-27 | 1 | -0/+15 |
| | |||||
* | tools/shman.sh: Fix missing local var declaration | Patrick McDermott | 2018-12-27 | 1 | -0/+1 |
| | |||||
* | TODO: Add ob_parse_dep() options task | Patrick McDermott | 2018-12-27 | 1 | -0/+1 |
| | |||||
* | tools/shman.sh: Drop an unused global constant | Patrick McDermott | 2018-12-27 | 1 | -1/+0 |
| | |||||
* | ob_parse_dep(): Add a @stdout command to documentation | Patrick McDermott | 2018-12-27 | 1 | -0/+2 |
| | |||||
* | tools/shman.sh: Add @stdin, @stdout, and @stderr commands | Patrick McDermott | 2018-12-27 | 1 | -1/+16 |
| | |||||
* | ob_parse_dep(): Fix an @option command | Patrick McDermott | 2018-12-27 | 1 | -1/+1 |
| | |||||
* | ob_parse_dep(): Add a @purity command to documentation | Patrick McDermott | 2018-12-27 | 1 | -0/+3 |
| | |||||
* | tools/shman.sh: Support a @purity command | Patrick McDermott | 2018-12-27 | 1 | -1/+6 |
| | |||||
* | tools/shman.sh: Generate "OPERANDS" sections | Patrick McDermott | 2018-12-27 | 1 | -1/+17 |
| | |||||
* | tools/shman.sh: Generate "OPTIONS" sections | Patrick McDermott | 2018-12-27 | 1 | -1/+22 |
| | |||||
* | tools/shman.sh: Remove some old commented-out code | Patrick McDermott | 2018-12-27 | 1 | -4/+0 |
| | |||||
* | tools/shman.sh: Drop markdown-like font markup | Patrick McDermott | 2018-12-27 | 1 | -14/+0 |
| | |||||
* | ob_parse_changelog(), ob_parse_dep(): Write some documentation | Patrick McDermott | 2018-12-27 | 2 | -0/+34 |
| | |||||
* | tools/shman.sh: New file | Patrick McDermott | 2018-12-27 | 1 | -0/+282 |
| | |||||
* | ob_set_substvar(): Shorten sed script comments | Patrick McDermott | 2018-12-25 | 1 | -6/+6 |
| | |||||
* | libopkbuild: Move function definitions before points of use | Patrick McDermott | 2018-12-25 | 5 | -110/+110 |
| | |||||
* | Remove COPYING.2 and move COPYING.3 to COPYING | Patrick McDermott | 2018-12-25 | 4 | -1028/+674 |
| | |||||
* | opkbuild: Don't ignore errors from `../build build` | Patrick McDermott | 2018-12-25 | 2 | -2/+4 |
| | |||||
* | opkbuild: Don't run ob-* commands from a child shell | Patrick McDermott | 2018-12-25 | 1 | -7/+5 |
| | |||||
* | opkbuild: Add an extremely thoughtful TODO comment | Patrick McDermott | 2018-12-25 | 1 | -0/+1 |
| | |||||
* | opkbuild: Join unnecessarily split lines | Patrick McDermott | 2018-12-25 | 1 | -4/+2 |
| |