Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | man/local.mk: Update man3_MANS | Patrick McDermott | 2019-03-16 | 1 | -12/+21 |
| | |||||
* | man/local.mk: Temporarily remove unwritten manual pages | Patrick McDermott | 2019-03-16 | 1 | -4/+1 |
| | |||||
* | man/local.mk: Uncomment man1_sources and add "%reldir%/" | Patrick McDermott | 2019-03-16 | 1 | -11/+11 |
| | |||||
* | man/o*: Use @SOURCE@ and @MANUAL@ macros | Patrick McDermott | 2019-03-16 | 8 | -8/+8 |
| | |||||
* | man/o*: Drop author comments, convert titles to upper case | Patrick McDermott | 2019-03-16 | 8 | -16/+8 |
| | |||||
* | man/o*: Update license block | Patrick McDermott | 2019-03-16 | 8 | -40/+56 |
| | |||||
* | man/o*: Update executable names and author name | Patrick McDermott | 2019-03-16 | 8 | -49/+49 |
| | | | | Also remove trailing period in NAME section. | ||||
* | man/opkbuild.1.in: Rename to man/opkbuild.1in | Patrick McDermott | 2019-03-16 | 1 | -0/+0 |
| | |||||
* | man/opkhelper.7.in: Rename to man/opkbuild.7in | Patrick McDermott | 2019-03-16 | 1 | -0/+0 |
| | |||||
* | man/oh-copyconfig.1.in: Rename to man/ob-installplatconf.1in | Patrick McDermott | 2019-03-16 | 1 | -0/+0 |
| | |||||
* | man/oh-*.1.in: Rename to man/ob-*.1in | Patrick McDermott | 2019-03-16 | 5 | -0/+0 |
| | |||||
* | man/oh-installfiles.1.in, man/oh-strip.1.in: Remove | Patrick McDermott | 2019-03-16 | 2 | -78/+0 |
| | |||||
* | Revert "lib/error.sh: New file" | Patrick McDermott | 2019-03-11 | 1 | -1/+0 |
| | | | | This reverts commit 31a6f6452e6de2bcf27b5a141613b183ee29ce63. | ||||
* | lib/error.sh: New file | Patrick McDermott | 2019-01-05 | 1 | -0/+1 |
| | |||||
* | ob_parse_version(): Document | Patrick McDermott | 2018-12-29 | 1 | -0/+1 |
| | |||||
* | ob_get_system_path(): Document | Patrick McDermott | 2018-12-29 | 1 | -0/+1 |
| | |||||
* | ob_get_system_arch(), ob_get_system_plat(): Document | Patrick McDermott | 2018-12-29 | 1 | -0/+2 |
| | |||||
* | ob_validate_source_name(), ob_validate_binary_name(): Document | Patrick McDermott | 2018-12-29 | 1 | -0/+2 |
| | |||||
* | man/oh_*.3.in: Remove | Patrick McDermott | 2018-12-29 | 8 | -305/+0 |
| | |||||
* | man/local.mk: Update man3_MANS | Patrick McDermott | 2018-12-29 | 1 | -0/+2 |
| | |||||
* | ob_parse_control(): Document | Patrick McDermott | 2018-12-28 | 1 | -0/+1 |
| | |||||
* | man/local.mk: Update man3_MANS | Patrick McDermott | 2018-12-28 | 1 | -1/+8 |
| | |||||
* | man/local.mk: Rewrite and rename do_subst | Patrick McDermott | 2018-12-27 | 1 | -5/+4 |
| | |||||
* | lib/local.mk, man/local.mk: Add copyright/license notices | Patrick McDermott | 2018-12-27 | 1 | -0/+17 |
| | |||||
* | Move code from Makefile.am to man/local.mk | Patrick McDermott | 2018-12-27 | 1 | -2/+19 |
| | |||||
* | man/local.mk: Add man/Tags to CLEANFILES | Patrick McDermott | 2018-12-27 | 1 | -0/+2 |
| | |||||
* | 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 |
| | |||||
* | man/local.mk: Use shman's -b option | Patrick McDermott | 2018-12-27 | 1 | -1/+1 |
| | |||||
* | man/local.mk: Fix path to shman for out-of-tree builds | Patrick McDermott | 2018-12-27 | 1 | -1/+2 |
| | |||||
* | Makefile.am, man/local.mk: Build libopkbuild manual pages with shman | Patrick McDermott | 2018-12-27 | 1 | -25/+10 |
| | |||||
* | Remove copyright notices from local.mk files | Patrick McDermott | 2018-12-22 | 1 | -18/+0 |
| | | | | These contain just lists of files and shouldn't be copyrightable. | ||||
* | Switch to using GNU Automake | Patrick McDermott | 2018-12-20 | 1 | -2/+2 |
| | |||||
* | Remove old input makefiles. | P. J. McDermott | 2013-06-15 | 1 | -116/+0 |
| | |||||
* | Make man/ non-recursive. | P. J. McDermott | 2013-06-15 | 1 | -0/+54 |
| | |||||
* | Fix quotes in "install" target. | P. J. McDermott | 2012-10-23 | 1 | -1/+1 |
| | |||||
* | Additionally license man/* under GPLv2. | P. J. McDermott | 2012-10-16 | 19 | -19/+19 |
| | |||||
* | Don't rely on POSIX-conformant comment parsing. | P. J. McDermott | 2012-10-13 | 1 | -32/+32 |
| | | | | | | | | | | | | | | | | | | | | | | | POSIX.1-2008 specifies that comments in makefile syntax start with a "#" and continue "until an **unescaped** <newline> is reached" (empahsis added). FreeBSD's pmake apparently ignores the backslash before the newline in comments and prints a "Need an operator" error message while parsing a generated src/Makefile: $ make Making executable files... "Makefile", line 49: Need an operator make: fatal errors encountered -- cannot continue NetBSD's pmake on the other hand appears to be POSIX-conformant in this regard. See also: http://pubs.opengroup.org/onlinepubs/9699919799/utilities/make.html#tag_20_76_13_01 https://www.gnu.org/savannah-checkouts/gnu/autoconf/manual/autoconf-2.69/html_node/Backslash_002dNewline-Comments.html | ||||
* | Fix "distdir" macro in man/Makefile.in. | P. J. McDermott | 2012-10-04 | 1 | -1/+1 |
| | |||||
* | Build only the files that currently exist. | P. J. McDermott | 2012-09-09 | 1 | -3/+3 |
| | |||||
* | Add ob_get_text_domain to build system. | P. J. McDermott | 2012-09-04 | 1 | -1/+2 |
| | |||||
* | Change ob_add_text_domain to ob_set_text_domain. | P. J. McDermott | 2012-09-04 | 1 | -2/+2 |
| | | | | Also add ob_get_msg. | ||||
* | Update makefiles for opkbuild 3.0.0. | P. J. McDermott | 2012-09-04 | 1 | -7/+35 |
| | |||||
* | Get rid of old INSTALL macros. | P. J. McDermott | 2012-08-02 | 1 | -2/+0 |
| | |||||
* | Portably install, set better file modes. | P. J. McDermott | 2012-08-02 | 1 | -1/+3 |
| | | | | | | | The install utility is not required by POSIX, and it's easily replaced by mkdir, cp, and chmod. Libraries, locales, and manual pages should not be executable. | ||||
* | Update man pages and build system. | P. J. McDermott | 2012-08-02 | 8 | -9/+23 |
| | | | | | | * Add section 3 manual pages to build system. * Update build system macros in manual pages. * Add package description substitution variable to build system. | ||||
* | Support @@DATE@@ build system macro in man pages. | P. J. McDermott | 2012-08-02 | 1 | -1/+11 |
| | |||||
* | Update build system macros in opkhelper(7). | P. J. McDermott | 2012-08-02 | 1 | -1/+1 |
| | |||||
* | Update lib and man input makefiles. | P. J. McDermott | 2012-08-02 | 1 | -28/+22 |
| | |||||
* | Hardcode relative path to changelog. | P. J. McDermott | 2012-08-01 | 1 | -1/+0 |
| |