aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2022-04-11 20:00:41 +0200
committerHugo Hörnquist <hugo@lysator.liu.se>2022-04-11 20:02:42 +0200
commit5b3679958264327da2875ca2d0fd44f321cf9e2c (patch)
treeccb5c196d1c29e75114c93545e4c02e78f22a25b /Makefile
parentFix name collision in server entry-point. (diff)
downloadcalp-5b3679958264327da2875ca2d0fd44f321cf9e2c.tar.gz
calp-5b3679958264327da2875ca2d0fd44f321cf9e2c.tar.xz
Replace systemd service with working, remove PKGBUILD.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 8f533f02..b5020913 100644
--- a/Makefile
+++ b/Makefile
@@ -60,6 +60,7 @@ install: all
rsync -a obj-$(GUILE_VERSION)/ $(DESTDIR)$(GUILE_CCACHE_DIR)
install -d $(DESTDIR)/usr/share/calp/www
$(MAKE) -C static install
+ $(MAKE) -C system install
$(MAKE) -C doc/ref install
install -m 644 -D -t $(DESTDIR)/usr/share/doc/calp README
install -m 755 -D -t $(DESTDIR)/usr/lib/calp/ scripts/tzget