Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Makefile.am: Make detached OpenPGP signatures | Patrick McDermott | 2019-04-28 | 1 | -1/+1 |
| | | | | | | | Fixes: $ gpg --verify prokit-2.0.0.tar.gz.asc prokit-2.0.0.tar.gz gpg: not a detached signature | ||||
* | Makefile.am: Update copyright notice | Patrick McDermott | 2019-04-27 | 1 | -1/+1 |
| | |||||
* | Makefile.am: Override PACKAGE_STRING with git-describe output | Patrick McDermott | 2019-04-21 | 1 | -1/+11 |
| | | | | | | This makes the test suite output and log a little more informative. Copied from pro-archman. | ||||
* | Makefile.am: Use build-aux/tap-driver.sh | Patrick McDermott | 2019-04-21 | 1 | -0/+1 |
| | |||||
* | tests/aux/tap-functions.sh: New file | Patrick McDermott | 2019-04-21 | 1 | -1/+2 |
| | | | | Copied from t/ax/tap-functions.sh in GNU Automake. | ||||
* | build-aux/tap-driver.sh: New file | Patrick McDermott | 2019-04-21 | 1 | -1/+2 |
| | | | | Copied from lib/tap-driver.sh in GNU Automake. | ||||
* | Makefile.am: Fix copying mistake | Patrick McDermott | 2019-04-16 | 1 | -2/+2 |
| | |||||
* | Makefile.am: Define OPKG_CERT, USIGN_EMBEDDED, and USIGN | Patrick McDermott | 2019-04-16 | 1 | -1/+11 |
| | |||||
* | Makefile.am: Distribute and install opkg-cert | Patrick McDermott | 2019-04-16 | 1 | -0/+1 |
| | |||||
* | Makefile.am: Move man/*.*.mdwn to CLEANFILES | Patrick McDermott | 2019-04-16 | 1 | -3/+1 |
| | | | | | | | | Fixes: 3rdparty/local.mk:7: warning: clean-local was already defined in condition TRUE, which includes condition EMBEDDED_USIGN ... Makefile.am:229: '3rdparty/local.mk' included from here Makefile.am:149: ... 'clean-local' previously defined here | ||||
* | Makefile.am: Set signing key | Patrick McDermott | 2019-04-16 | 1 | -1/+3 |
| | |||||
* | Makefile.am: Upload .asc files | Patrick McDermott | 2019-04-16 | 1 | -3/+6 |
| | |||||
* | Makefile.am: Distribute 3rd-party submodules | Patrick McDermott | 2019-04-16 | 1 | -0/+15 |
| | |||||
* | 3rdparty/local.mk: New file | Patrick McDermott | 2019-04-16 | 1 | -0/+1 |
| | |||||
* | Makefile.am: Move PACKAGE_VERSION_GIT definition to top | P. J. McDermott | 2016-01-23 | 1 | -3/+3 |
| | |||||
* | Makefile.am: Add comment about PACKAGE_VERSION hack | P. J. McDermott | 2016-01-23 | 1 | -0/+6 |
| | |||||
* | Makefile.am: Update copyright years | P. J. McDermott | 2016-01-23 | 1 | -1/+1 |
| | |||||
* | Makefile.am: Fix locales uninstallation | P. J. McDermott | 2016-01-23 | 1 | -1/+1 |
| | |||||
* | Makefile.am: Pass PACKAGE_VERSION in shld stdin, not version.sh | P. J. McDermott | 2016-01-23 | 1 | -9/+3 |
| | | | | | Making version.sh depend on .git/ causes it to be regenerated on every make run. | ||||
* | Makefile.am: Add config.sh to prokit dependencies | P. J. McDermott | 2016-01-23 | 1 | -1/+1 |
| | |||||
* | Makefile.am: Fix prokit dependencies | P. J. McDermott | 2016-01-23 | 1 | -1/+1 |
| | |||||
* | Makefile.am: Generate and use version.sh | P. J. McDermott | 2016-01-23 | 1 | -1/+9 |
| | | | | Also, update manual pages any time the Git HEAD changes. | ||||
* | Makefile.am: Set and use PACKAGE_VERSION_GIT if IN_GIT | P. J. McDermott | 2016-01-23 | 1 | -1/+7 |
| | |||||
* | Makefile.am: Fix locales installation | P. J. McDermott | 2016-01-22 | 1 | -1/+1 |
| | |||||
* | Makefile.am: Sign release archives | P. J. McDermott | 2016-01-17 | 1 | -0/+4 |
| | |||||
* | Update copyright years | P. J. McDermott | 2016-01-14 | 1 | -1/+1 |
| | |||||
* | Makefile.am: Add objects to CLEANFILES | P. J. McDermott | 2015-12-07 | 1 | -0/+1 |
| | |||||
* | Makefile.am: Drop pkglocalstatedir | P. J. McDermott | 2015-12-07 | 1 | -14/+0 |
| | |||||
* | Makefile.am: List files only once in todo targetfeature/use-shld | P. J. McDermott | 2015-12-07 | 1 | -1/+1 |
| | |||||
* | Makefile.am: Drop sources variable | P. J. McDermott | 2015-12-07 | 1 | -9/+3 |
| | | | | Distributing preprocessed and linked test programs is wrong. | ||||
* | Makefile.am: Check syntax of source file before preprocessing | P. J. McDermott | 2015-12-07 | 1 | -0/+1 |
| | |||||
* | Makefile.am: s/prokit_LINK/LINK/ | P. J. McDermott | 2015-12-07 | 1 | -1/+1 |
| | |||||
* | Makefile.am: Add prokit_SOURCES to sources | P. J. McDermott | 2015-12-07 | 1 | -0/+1 |
| | | | | sources is used in the todo target | ||||
* | Makefile.am: Shuffle | P. J. McDermott | 2015-12-07 | 1 | -9/+10 |
| | |||||
* | Makefile.am: Move do_subst | P. J. McDermott | 2015-12-07 | 1 | -5/+5 |
| | |||||
* | Makefile.am: Move SUFFIXES | P. J. McDermott | 2015-12-07 | 1 | -2/+2 |
| | |||||
* | Makefile.am: Move and capitalize textdomain | P. J. McDermott | 2015-12-07 | 1 | -2/+2 |
| | |||||
* | Makefile.am: Move include directives to bottom | P. J. McDermott | 2015-12-07 | 1 | -6/+5 |
| | |||||
* | lib/local.mk: Remove | P. J. McDermott | 2015-12-07 | 1 | -1/+0 |
| | |||||
* | Move some include directives out of Makefile.am | P. J. McDermott | 2015-12-06 | 1 | -3/+0 |
| | |||||
* | Makefile.am: Drop bin_sources and pkgdata*_sources | P. J. McDermott | 2015-12-06 | 1 | -11/+0 |
| | |||||
* | Makefile.am: Drop cmds and profiles | P. J. McDermott | 2015-12-06 | 1 | -4/+0 |
| | |||||
* | Makefile.am: Move include directives | P. J. McDermott | 2015-12-06 | 1 | -4/+7 |
| | |||||
* | Makefile.am: Drop .sh inference rule | P. J. McDermott | 2015-12-06 | 1 | -5/+0 |
| | |||||
* | Makefile.am: s/.sm/.sho/ | P. J. McDermott | 2015-12-06 | 1 | -3/+3 |
| | |||||
* | Makefile.am: Shorten do_subst | P. J. McDermott | 2015-12-06 | 1 | -8/+1 |
| | |||||
* | Makefile.am: Drop pkgdata*dir | P. J. McDermott | 2015-12-06 | 1 | -8/+1 |
| | |||||
* | Makefile.am: Drop *_SCRIPTS | P. J. McDermott | 2015-12-06 | 1 | -10/+0 |
| | |||||
* | Makefile.am: s/_SCRIPTS/_sources/ in prokit_SOURCES definition | P. J. McDermott | 2015-12-06 | 1 | -5/+5 |
| | |||||
* | Makefile.am: Drop do_subst sed command from script compilation | P. J. McDermott | 2015-12-06 | 1 | -4/+2 |
| |