summaryrefslogtreecommitdiffstats
path: root/man
Commit message (Collapse)AuthorAgeFilesLines
* man/o*: Use @SOURCE@ and @MANUAL@ macrosPatrick McDermott2019-03-168-8/+8
|
* man/o*: Drop author comments, convert titles to upper casePatrick McDermott2019-03-168-16/+8
|
* man/o*: Update license blockPatrick McDermott2019-03-168-40/+56
|
* man/o*: Update executable names and author namePatrick McDermott2019-03-168-49/+49
| | | | Also remove trailing period in NAME section.
* man/opkbuild.1.in: Rename to man/opkbuild.1inPatrick McDermott2019-03-161-0/+0
|
* man/opkhelper.7.in: Rename to man/opkbuild.7inPatrick McDermott2019-03-161-0/+0
|
* man/oh-copyconfig.1.in: Rename to man/ob-installplatconf.1inPatrick McDermott2019-03-161-0/+0
|
* man/oh-*.1.in: Rename to man/ob-*.1inPatrick McDermott2019-03-165-0/+0
|
* man/oh-installfiles.1.in, man/oh-strip.1.in: RemovePatrick McDermott2019-03-162-78/+0
|
* Revert "lib/error.sh: New file"Patrick McDermott2019-03-111-1/+0
| | | | This reverts commit 31a6f6452e6de2bcf27b5a141613b183ee29ce63.
* lib/error.sh: New filePatrick McDermott2019-01-051-0/+1
|
* ob_parse_version(): DocumentPatrick McDermott2018-12-291-0/+1
|
* ob_get_system_path(): DocumentPatrick McDermott2018-12-291-0/+1
|
* ob_get_system_arch(), ob_get_system_plat(): DocumentPatrick McDermott2018-12-291-0/+2
|
* ob_validate_source_name(), ob_validate_binary_name(): DocumentPatrick McDermott2018-12-291-0/+2
|
* man/oh_*.3.in: RemovePatrick McDermott2018-12-298-305/+0
|
* man/local.mk: Update man3_MANSPatrick McDermott2018-12-291-0/+2
|
* ob_parse_control(): DocumentPatrick McDermott2018-12-281-0/+1
|
* man/local.mk: Update man3_MANSPatrick McDermott2018-12-281-1/+8
|
* man/local.mk: Rewrite and rename do_substPatrick McDermott2018-12-271-5/+4
|
* lib/local.mk, man/local.mk: Add copyright/license noticesPatrick McDermott2018-12-271-0/+17
|
* Move code from Makefile.am to man/local.mkPatrick McDermott2018-12-271-2/+19
|
* man/local.mk: Add man/Tags to CLEANFILESPatrick McDermott2018-12-271-0/+2
|
* man/local.mk: Make manual pages generation silent (by default)Patrick McDermott2018-12-271-1/+1
|
* man/local.mk: Add libopkbuild loading instructions to synopsesPatrick McDermott2018-12-271-1/+4
|
* man/local.mk: Use shman's -b optionPatrick McDermott2018-12-271-1/+1
|
* man/local.mk: Fix path to shman for out-of-tree buildsPatrick McDermott2018-12-271-1/+2
|
* Makefile.am, man/local.mk: Build libopkbuild manual pages with shmanPatrick McDermott2018-12-271-25/+10
|
* Remove copyright notices from local.mk filesPatrick McDermott2018-12-221-18/+0
| | | | These contain just lists of files and shouldn't be copyrightable.
* Switch to using GNU AutomakePatrick McDermott2018-12-201-2/+2
|
* Remove old input makefiles.P. J. McDermott2013-06-151-116/+0
|
* Make man/ non-recursive.P. J. McDermott2013-06-151-0/+54
|
* Fix quotes in "install" target.P. J. McDermott2012-10-231-1/+1
|
* Additionally license man/* under GPLv2.P. J. McDermott2012-10-1619-19/+19
|
* Don't rely on POSIX-conformant comment parsing.P. J. McDermott2012-10-131-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. McDermott2012-10-041-1/+1
|
* Build only the files that currently exist.P. J. McDermott2012-09-091-3/+3
|
* Add ob_get_text_domain to build system.P. J. McDermott2012-09-041-1/+2
|
* Change ob_add_text_domain to ob_set_text_domain.P. J. McDermott2012-09-041-2/+2
| | | | Also add ob_get_msg.
* Update makefiles for opkbuild 3.0.0.P. J. McDermott2012-09-041-7/+35
|
* Get rid of old INSTALL macros.P. J. McDermott2012-08-021-2/+0
|
* Portably install, set better file modes.P. J. McDermott2012-08-021-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. McDermott2012-08-028-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. McDermott2012-08-021-1/+11
|
* Update build system macros in opkhelper(7).P. J. McDermott2012-08-021-1/+1
|
* Update lib and man input makefiles.P. J. McDermott2012-08-021-28/+22
|
* Hardcode relative path to changelog.P. J. McDermott2012-08-011-1/+0
|
* Document functions in messages library.P. J. McDermott2012-08-016-0/+223
|
* Document oh_changelog_parse().P. J. McDermott2012-08-011-0/+33
|
* Document oh_locale_set(3).P. J. McDermott2012-08-011-0/+43
|