summaryrefslogtreecommitdiffstats
path: root/lib/local.mk
diff options
context:
space:
mode:
authorP. J. McDermott <pj@pehjota.net>2017-07-22 13:20:36 (EDT)
committer P. J. McDermott <pj@pehjota.net>2017-07-22 13:20:36 (EDT)
commit3fdcbf96145de6df72aac9245c0758011a514eaf (patch)
tree010138db794458635b2c127e503ea206d918f7bd /lib/local.mk
parent66dcb285508923eef16a1e4cd0cc9650290f23d1 (diff)
*/local.mk, */*/local.mk: Use "%reldir%"
Cf. <https://www.gnu.org/software/automake/manual/html_node/Include.html>.
Diffstat (limited to 'lib/local.mk')
-rw-r--r--lib/local.mk22
1 files changed, 11 insertions, 11 deletions
diff --git a/lib/local.mk b/lib/local.mk
index 0068a89..27a107e 100644
--- a/lib/local.mk
+++ b/lib/local.mk
@@ -2,14 +2,14 @@
# lib/local.mk
pkgdata_sources = \
- lib/output.sh \
- lib/locale.sh \
- lib/control.sh \
- lib/dir.sh \
- lib/db.sh \
- lib/index.sh \
- lib/garbage.sh \
- lib/include.sh \
- lib/remove.sh \
- lib/suite.sh \
- lib/cmd.sh
+ %reldir%/output.sh \
+ %reldir%/locale.sh \
+ %reldir%/control.sh \
+ %reldir%/dir.sh \
+ %reldir%/db.sh \
+ %reldir%/index.sh \
+ %reldir%/garbage.sh \
+ %reldir%/include.sh \
+ %reldir%/remove.sh \
+ %reldir%/suite.sh \
+ %reldir%/cmd.sh