From 8cac3802cb2c88926bf683af475eba0f459c703f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hugo=20H=C3=B6rnquist?= Date: Tue, 8 Mar 2022 12:53:33 +0100 Subject: Bulid and install info files from main make. --- Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index bb3b0b6b..b7cea836 100644 --- a/Makefile +++ b/Makefile @@ -21,6 +21,7 @@ GUILE_C_FLAGS = -Lmodule \ -Wduplicate-case-datum -Wbad-case-datum all: go_files README static + $(MAKE) -C doc/ref static: $(MAKE) -C static @@ -43,6 +44,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 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 install -m755 -D production-main $(DESTDIR)/usr/bin/calp -- cgit v1.2.3