Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | man/local.mk: Fix file header. | P. J. McDermott | 2013-05-05 | 1 | -1/+1 |
| | |||||
* | man/Makefile.in: Remove old recursive makefile. | P. J. McDermott | 2013-05-05 | 1 | -85/+0 |
| | |||||
* | Make man/ non-recursive. | P. J. McDermott | 2013-05-05 | 10 | -0/+52 |
| | |||||
* | Document oh-architecture. | P. J. McDermott | 2012-11-15 | 2 | -1/+57 |
| | |||||
* | Update synopsis of oh-autoconfigure(1). | P. J. McDermott | 2012-11-15 | 1 | -0/+2 |
| | |||||
* | Support -s in oh-auto{build,clean,install}. | P. J. McDermott | 2012-11-14 | 3 | -0/+24 |
| | |||||
* | Document the -s option of oh-autoconfigure. | P. J. McDermott | 2012-11-14 | 1 | -0/+8 |
| | |||||
* | Update synopsis of oh-autobuild(1). | P. J. McDermott | 2012-11-12 | 1 | -0/+2 |
| | |||||
* | Make oh-autoinstall support the -T option. | P. J. McDermott | 2012-11-12 | 1 | -0/+7 |
| | |||||
* | Support a build target option in oh-autobuild. | P. J. McDermott | 2012-11-08 | 1 | -0/+4 |
| | |||||
* | Use lowercase "t" for target arch option. | P. J. McDermott | 2012-11-07 | 1 | -1/+1 |
| | |||||
* | Document the new -T option of oh-autoconfigure(1). | P. J. McDermott | 2012-11-06 | 1 | -0/+4 |
| | |||||
* | Fix quotes in "install" target. | P. J. McDermott | 2012-10-23 | 1 | -1/+1 |
| | | | | Thanks David Stanford for catching this. | ||||
* | Fix command name in synopsis of oh-fixperms(1). | P. J. McDermott | 2012-10-22 | 1 | -1/+1 |
| | |||||
* | Document oh-autoinstall. | P. J. McDermott | 2012-10-22 | 2 | -1/+56 |
| | |||||
* | Document oh-autotest. | P. J. McDermott | 2012-10-22 | 2 | -1/+49 |
| | |||||
* | Document oh-autoclean. | P. J. McDermott | 2012-10-22 | 2 | -1/+48 |
| | |||||
* | Document oh-autobuild. | P. J. McDermott | 2012-10-22 | 2 | -1/+48 |
| | |||||
* | Document oh-autoconfigure. | P. J. McDermott | 2012-10-22 | 2 | -1/+49 |
| | |||||
* | Additionally license everything under GPLv2. | P. J. McDermott | 2012-10-21 | 4 | -4/+4 |
| | |||||
* | Write and document oh-fixperms. | P. J. McDermott | 2012-10-21 | 2 | -1/+40 |
| | |||||
* | Update oh-strip(1). | P. J. McDermott | 2012-10-21 | 2 | -14/+15 |
| | |||||
* | Update oh-installfiles(1). | P. J. McDermott | 2012-10-20 | 2 | -8/+30 |
| | |||||
* | Fix distdir in man/Makefile.in. | P. J. McDermott | 2012-10-11 | 1 | -1/+1 |
| | |||||
* | Don't build old manual pages. | P. J. McDermott | 2012-10-11 | 1 | -6/+1 |
| | |||||
* | Remove old manual pages. | P. J. McDermott | 2012-10-11 | 16 | -843/+0 |
| | |||||
* | 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 |
| | |||||
* | Document functions in messages library. | P. J. McDermott | 2012-08-01 | 6 | -0/+223 |
| | |||||
* | Document oh_changelog_parse(). | P. J. McDermott | 2012-08-01 | 1 | -0/+33 |
| | |||||
* | Document oh_locale_set(3). | P. J. McDermott | 2012-08-01 | 1 | -0/+43 |
| | |||||
* | Rewrite opkbuild, add natural language support. | P. J. McDermott | 2012-07-31 | 1 | -62/+48 |
| | |||||
* | Support '-S' and '-b' options. | P. J. McDermott | 2012-05-22 | 1 | -1/+8 |
| | |||||
* | Remove leading blank lines from manual pages. | P. J. McDermott | 2012-04-26 | 9 | -9/+0 |
| | |||||
* | Update dates in manual pages. | P. J. McDermott | 2012-04-26 | 2 | -2/+2 |
| | |||||
* | Document kbuild-specific environment variables. | P. J. McDermott | 2012-04-26 | 1 | -0/+20 |
| | |||||
* | Add expat build makefile example to opkhelper(7). | P. J. McDermott | 2012-04-23 | 1 | -1/+27 |
| | |||||
* | Write opkhelper(7) manual page. | P. J. McDermott | 2012-04-22 | 2 | -1/+206 |
| | |||||
* | Document new '-a' option and use GNU terms. | P. J. McDermott | 2012-04-22 | 1 | -2/+10 |
| | | | | | | | | | | | | | | GNU Architectures ----------------- Build: Architecture on which software is being built. Host: Architecture on which software is to run. Target: Architecture for which software is to generate code. Used only by packages that generate architecture-dependent code (e.g. assemblers and compilers). | ||||
* | Add '-V' option to opkbuild to print version info. | P. J. McDermott | 2012-03-21 | 1 | -0/+3 |
| | |||||
* | Improve format of and use macros in manual pages. | P. J. McDermott | 2012-03-21 | 8 | -12/+68 |
| | |||||
* | Support build system macros in manual pages. | P. J. McDermott | 2012-03-21 | 1 | -1/+1 |
| | |||||
* | Add '-s' option to and improve format of manual. | P. J. McDermott | 2012-03-21 | 1 | -1/+30 |
| | |||||
* | Format program names in bold in opkbuild(1). | P. J. McDermott | 2012-03-20 | 1 | -2/+5 |
| | |||||
* | Document '-s' option of opkbuild. | P. J. McDermott | 2012-03-20 | 1 | -0/+10 |
| |