summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* NEWS: Release opkhelper 3.0.0.opkhelper-3.0.0opkhelper-3.0.xP. J. McDermott2014-03-061-1/+1
| | | | FINALLY.
* README: Rewrite.P. J. McDermott2014-03-061-25/+16
|
* Fix license version of build system.P. J. McDermott2014-03-062-2/+2
|
* tests/*: Add copyright/license notices.P. J. McDermott2014-03-065-0/+59
|
* */local.mk */*/local.mk: Remove copyright notices.P. J. McDermott2014-03-067-126/+0
| | | | These contain just lists of files and shouldn't be copyrightable.
* lib/local.mk: Remove old macro expansion.P. J. McDermott2014-03-061-2/+1
|
* locale/en_US.sh: Add space in copyright notice.P. J. McDermott2014-03-061-1/+1
|
* autogen.sh: Add copyright and license information.P. J. McDermott2014-03-061-0/+9
| | | | Just in case this is legally significant.
* man/*.1in: Add extra space in copyright notices.P. J. McDermott2014-03-069-9/+9
|
* oh-autobuild(1): Add missing ".TP" macro.P. J. McDermott2014-03-061-1/+2
|
* lib/*/*.sh: Add extra space in copyright notices.P. J. McDermott2014-03-063-3/+3
|
* lib/*.sh: Add extra space in copyright notices.P. J. McDermott2014-03-065-5/+5
| | | | Also update copyright years.
* lib/*.sh: Consolidate arg variable assignments.P. J. McDermott2014-03-065-58/+15
|
* src/*.sh: Add an extra space in copyirhgt notices.P. J. McDermott2014-03-069-9/+9
|
* lib/buildsystem/*.sh: Wrap long lines.P. J. McDermott2014-03-062-10/+10
|
* src/*.sh: Wrap long lines.P. J. McDermott2014-03-069-29/+52
|
* man/*.1in: s/@PACKAGE@/@PACKAGE_NAME@/.P. J. McDermott2014-03-069-9/+9
|
* man/*.1in: Use "MANUAL" macro.P. J. McDermott2014-03-069-9/+9
|
* Makefile.am: Add "MANUAL" macro.P. J. McDermott2014-03-061-0/+3
|
* scripts/changelog2news.sh: Change package name.P. J. McDermott2014-03-061-2/+3
| | | | s/OPK Build Helper Tools/opkhelper/.
* NEWS: Change package name.P. J. McDermott2014-03-061-16/+16
| | | | s/OPK Build Helper Tools/opkhelper/.
* configure.ac: Change package name.P. J. McDermott2014-03-061-1/+1
| | | | s/OPK Build Helper Tools/opkhelper/.
* NEWS: Mention helper configuration script.P. J. McDermott2014-03-051-0/+9
|
* configure.ac: Use "check-news" Automake option.P. J. McDermott2014-03-051-1/+1
|
* Merge branch 'feature/opkbuild-helper-script'.P. J. McDermott2014-03-054-1/+34
|\
| * .gitignore: Add "opkhelper".feature/opkbuild-helper-scriptP. J. McDermott2014-03-031-0/+1
| |
| * Makefile.am: Add "opkhelper" helper file.P. J. McDermott2014-03-031-1/+7
| |
| * opkhelper.sh: New file.P. J. McDermott2014-03-031-0/+1
| |
| * configure.ac: Make opkbuild-helpers required.P. J. McDermott2014-03-031-3/+6
| | | | | | | | Also, fix a syntax error.
| * configure.ac: Make opkbuild-helpers optional.P. J. McDermott2014-03-031-1/+10
| |
| * configure.ac: Add "--with-opkbuild-helpers=PATH".P. J. McDermott2014-03-021-0/+13
| |
* | configure.ac: Add "=PATH" to "--with-sh" help.P. J. McDermott2014-03-021-1/+2
|/
* NEWS: Fix typographical errors.P. J. McDermott2014-03-021-1/+1
|
* NEWS: Add 3.0.0 section.P. J. McDermott2014-03-021-0/+24
|
* configure.ac: Set package version to "3.0.0".P. J. McDermott2014-03-021-1/+1
| | | | Finally, this will be released soon!
* Makefile.am: Never colorize ChangeLog.P. J. McDermott2014-03-021-1/+1
|
* Generate ChangeLog.P. J. McDermott2014-03-022-1/+13
|
* ChangeLog: Remove.P. J. McDermott2014-03-021-140/+0
|
* NEWS: Convert from ChangeLog.P. J. McDermott2014-03-021-0/+125
| | | | Also add informative/legal sections to the end.
* NEWS.pre-split: New file.P. J. McDermott2014-03-021-0/+71
|
* scripts/changelog2news.sh: New file.P. J. McDermott2014-03-022-1/+18
|
* TODO: Reorganize and update.P. J. McDermott2014-03-011-1/+8
|
* Add missing ".sh" to file headers.P. J. McDermott2014-03-0117-17/+17
| | | | | All source files were renamed two years ago in e206c66, but the headers were never updated.
* Merge branch 'feature/autoconf-and-automake'.P. J. McDermott2014-03-0138-715/+341
|\
| * NEWS: New empty file to appease Automake.feature/autoconf-and-automakeP. J. McDermott2014-03-011-0/+0
| |
| * AUTHORS: New file.P. J. McDermott2014-03-011-0/+1
| |
| * Makefile.am: Split up inference rule targets.P. J. McDermott2014-03-011-1/+5
| | | | | | | | | | | | Automake warns (inaccurately?) that this is non-standard: Makefile.am:159: warning: inference rules can have only one target before the colon (POSIX)
| * COPYING: New file to refer to COPYING.[23].P. J. McDermott2014-03-011-0/+13
| | | | | | | | Otherwise, Automake will add a copy of GPLv3 here.
| * configure.ac: Use "gnu" Automake option.P. J. McDermott2014-03-011-1/+1
| |
| * INSTALL: Remove. Automake's copy will be used.P. J. McDermott2014-03-011-43/+0
| |