Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Makefile.am: Set signing key | Patrick McDermott | 2019-04-10 | 1 | -1/+3 |
| | |||||
* | Makefile.am: Upload .asc files | Patrick McDermott | 2019-04-10 | 1 | -3/+6 |
| | |||||
* | Update author name | Patrick McDermott | 2019-04-10 | 1 | -1/+1 |
| | |||||
* | Makefile.am: Add usign env vars to SH_LOG_DRIVER | Patrick McDermott | 2019-04-10 | 1 | -1/+4 |
| | |||||
* | Makefile.am: Define USIGN_EMBEDDED in pro_archman_SHPPFLAGS | Patrick McDermott | 2019-04-10 | 1 | -0/+2 |
| | |||||
* | Makefile.am: Define USIGN in pro_archman_SHPPFLAGS | Patrick McDermott | 2019-04-10 | 1 | -0/+7 |
| | |||||
* | 3rdparty/local.mk: Build, clean, and install usign | Patrick McDermott | 2019-04-10 | 1 | -0/+1 |
| | |||||
* | Makefile.am: Update copyright years | P. J. McDermott | 2017-07-22 | 1 | -1/+1 |
| | |||||
* | Makefile.am: Override PACKAGE_STRING with git-describe output | P. J. McDermott | 2017-07-22 | 1 | -0/+10 |
| | | | | This makes the test suite output and log a little more informative. | ||||
* | Makefile.am: s/TEST_LOG_DRIVER/SH_LOG_DRIVER/ | P. J. McDermott | 2017-07-22 | 1 | -1/+1 |
| | |||||
* | Makefile.am: Set TEST_EXTENSIONS and TEST_LOG_DRIVER | P. J. McDermott | 2017-07-22 | 1 | -0/+4 |
| | |||||
* | Makefile.am, tests/local.mk: s/tests/TESTS/ | P. J. McDermott | 2017-07-22 | 1 | -1/+1 |
| | |||||
* | tests/aux/tap-functions.sh: New file | P. J. McDermott | 2017-07-22 | 1 | -1/+2 |
| | | | | Copied from t/ax/tap-functions.sh in GNU Automake. | ||||
* | Makefile.am: Distribute build-aux/tap-driver.sh | P. J. McDermott | 2017-07-22 | 1 | -1/+2 |
| | |||||
* | Makefile.am: Generate .builddirstamp | P. J. McDermott | 2017-07-22 | 1 | -1/+7 |
| | |||||
* | Remove COPYING.2 and rename COPYING.3 to COPYING | P. J. McDermott | 2017-07-22 | 1 | -2/+0 |
| | | | | And update EXTRA_DIST in Makefile.am. | ||||
* | configure.ac, Makefile.am: Improve license notice text and drop GPLv2 | P. J. McDermott | 2017-07-22 | 1 | -9/+12 |
| | |||||
* | Makefile.am: New "release" targetfeature/use-autoconf-automake-shpp-and-shld | P. J. McDermott | 2017-07-22 | 1 | -0/+23 |
| | |||||
* | Makefile.am: Update copyright years | P. J. McDermott | 2017-07-22 | 1 | -1/+1 |
| | |||||
* | Makefile.am: Build locale_MESSAGES with noinst_DATA | P. J. McDermott | 2017-07-22 | 1 | -2/+1 |
| | | | | | | | Instead of the "all-local" target. Installation and uninstallation are handled in the "install-data-local" and "uninstall-local" targets respectively. | ||||
* | Makefile.am: Set GIT_DIR in dist-hook | P. J. McDermott | 2017-07-22 | 1 | -1/+2 |
| | |||||
* | Makefile: Define OBJEXT | P. J. McDermott | 2017-07-22 | 1 | -0/+1 |
| | | | | | The "mostlyclean-compile" target runs `-rm -f *.$(OBJEXT)`, which of course results in `rm -f *.` if OBJEXT is not set. | ||||
* | Makefile.am: Rearrange CLEANFILES | P. J. McDermott | 2017-07-22 | 1 | -2/+2 |
| | |||||
* | Makefile.am: Move do_subst | P. J. McDermott | 2017-07-22 | 1 | -5/+4 |
| | |||||
* | Makefile.am: Use PACKAGE_VERSION_GIT in do_subst | P. J. McDermott | 2017-07-22 | 1 | -1/+1 |
| | |||||
* | Makefile.am: Clean up do_subst | P. J. McDermott | 2017-07-22 | 1 | -10/+1 |
| | |||||
* | Makefile.am: Add MANUAL to do_subst | P. J. McDermott | 2017-07-22 | 1 | -0/+1 |
| | |||||
* | Makefile.am: Fix pro_archman_SHPPFLAGS usage | P. J. McDermott | 2017-07-22 | 1 | -1/+1 |
| | |||||
* | Makefile.am: Preprocess scripts with shpp | P. J. McDermott | 2017-07-22 | 1 | -1/+5 |
| | |||||
* | Makefile.am: Drop .sh inference rule | P. J. McDermott | 2017-07-22 | 1 | -5/+0 |
| | |||||
* | Makefile.am: Clean up and rearrange EXTRA_DIST | P. J. McDermott | 2017-07-22 | 1 | -4/+1 |
| | |||||
* | Makefile.am: Drop pkgdatadir and pkgdatacmddir | P. J. McDermott | 2017-07-22 | 1 | -14/+0 |
| | | | | With that, uninstall-hook is no longer needed. | ||||
* | Makefile.am: Rearrange locale_MESSAGES and man1_MANS | P. J. McDermott | 2017-07-22 | 1 | -1/+3 |
| | |||||
* | Makefile.am: Drop _SCRIPTS | P. J. McDermott | 2017-07-22 | 1 | -7/+0 |
| | |||||
* | Makefile.am: Clean $(pro_archman_LDADD) | P. J. McDermott | 2017-07-22 | 1 | -0/+1 |
| | |||||
* | Makefile.am: Set and use TEXTDOMAIN instead of textdomain | P. J. McDermott | 2017-07-22 | 1 | -3/+5 |
| | | | | Also set MANUAL. | ||||
* | Makefile.am: Move and rearrange SUFFIXES | P. J. McDermott | 2017-07-22 | 1 | -2/+2 |
| | |||||
* | Makefile.am: Link in all built pro_archman_SOURCES objects | P. J. McDermott | 2017-07-22 | 1 | -1/+1 |
| | |||||
* | Makefile.am: Rearrange inference rules | P. J. McDermott | 2017-07-22 | 1 | -4/+4 |
| | |||||
* | Makefile.am: Rearrange inclusions | P. J. McDermott | 2017-07-22 | 1 | -1/+1 |
| | |||||
* | Makefile.am: Drop lib/local.mk inclusion | P. J. McDermott | 2017-07-22 | 1 | -1/+0 |
| | |||||
* | `git ls-files | xargs sed -i 's/\.sm/.sho/g'` | P. J. McDermott | 2017-07-22 | 1 | -4/+4 |
| | |||||
* | Makefile.am: Drop lib/cmd/local.mk inclusion | P. J. McDermott | 2017-07-22 | 1 | -1/+0 |
| | |||||
* | Makefile.am: Move includes to end | P. J. McDermott | 2017-07-22 | 1 | -7/+7 |
| | |||||
* | Makefile.am: Link pro-archman | P. J. McDermott | 2017-07-22 | 1 | -0/+14 |
| | |||||
* | Makefile.am: Don't use PACKAGE_VERSION_GIT in do_subst | P. J. McDermott | 2017-07-22 | 1 | -2/+2 |
| | |||||
* | Makefile.am: Set and use PACKAGE_VERSION_GIT | P. J. McDermott | 2017-07-22 | 1 | -2/+8 |
| | |||||
* | tools/shld.sh, tools/shpp.sh: New files | P. J. McDermott | 2017-07-22 | 1 | -1/+3 |
| | |||||
* | Makefile.am: Generate ChangeLog | P. J. McDermott | 2017-07-22 | 1 | -1/+10 |
| | |||||
* | Switch to using GNU Autoconf and Automake | P. J. McDermott | 2017-07-22 | 1 | -0/+118 |