Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |