summaryrefslogtreecommitdiffstats
path: root/man/Makefile.in
Commit message (Collapse)AuthorAgeFilesLines
* Additionally license man/* under GPLv2.P. J. McDermott2012-10-161-1/+1
|
* 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-021-2/+9
| | | | | | * 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 lib and man input makefiles.P. J. McDermott2012-08-021-28/+22
|
* Write opkhelper(7) manual page.P. J. McDermott2012-04-221-1/+1
|
* Support build system macros in manual pages.P. J. McDermott2012-03-211-1/+1
|
* Fix $(OBJS) targets in build system.P. J. McDermott2012-03-061-1/+2
|
* Translate from 'SRCS' to 'OBJS' in build system.P. J. McDermott2012-03-061-5/+7
|
* Add distribution targets to build system.P. J. McDermott2012-02-131-0/+11
|
* Write and document oh-installdocs.P. J. McDermott2012-01-301-1/+2
|
* Document oh-copyconfig.P. J. McDermott2012-01-291-2/+2
|
* Write oh-checkbuilddeps.P. J. McDermott2012-01-271-1/+1
|
* Add oh-applypatches to the build system.P. J. McDermott2012-01-251-1/+2
|
* Fix uninstallation.P. J. McDermott2012-01-251-1/+1
| | | | | * Read installation configuration file. * Correctly spell macro names.
* Recurse into subdirectories in build system.P. J. McDermott2012-01-251-13/+15
|
* Start trying to modularize the makefiles.P. J. McDermott2012-01-241-0/+58