aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2022-03-08 12:53:33 +0100
committerHugo Hörnquist <hugo@lysator.liu.se>2022-03-15 01:43:12 +0100
commit8cac3802cb2c88926bf683af475eba0f459c703f (patch)
tree0df6e99526ca89d1946ec76b7494b02237cce0c8 /Makefile
parentAdd native UUID generator. (diff)
downloadcalp-8cac3802cb2c88926bf683af475eba0f459c703f.tar.gz
calp-8cac3802cb2c88926bf683af475eba0f459c703f.tar.xz
Bulid and install info files from main make.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
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