diff options
author | Christopher Baines <mail@cbaines.net> | 2023-01-14 23:28:02 +0000 |
---|---|---|
committer | Christopher Baines <mail@cbaines.net> | 2023-01-14 23:28:02 +0000 |
commit | eb8571d8d135f79e5d0f6fa8ebc483e2a55b1109 (patch) | |
tree | e0a3354ba3d421039a4d086a3f41225b549afde8 | |
parent | 509df07cacfaa413ce27ec93073adeddba323f19 (diff) | |
download | qa-frontpage-eb8571d8d135f79e5d0f6fa8ebc483e2a55b1109.tar qa-frontpage-eb8571d8d135f79e5d0f6fa8ebc483e2a55b1109.tar.gz |
Have the Makefile install assets
-rw-r--r-- | Makefile.am | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 711d842..4e2de86 100644 --- a/Makefile.am +++ b/Makefile.am @@ -44,3 +44,7 @@ SOURCES = \ guix-qa-frontpage/view/patches.scm \ guix-qa-frontpage/view/branch.scm \ guix-qa-frontpage/view/issue.scm + +install-data-local: + mkdir -p "$(DESTDIR)$(pkgdatadir)" || exit 1; + cp -r assets "$(DESTDIR)$(pkgdatadir)/" || exit 1; |