aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile1
-rw-r--r--static/Makefile1
2 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 34ffaa71..8a1d4d23 100644
--- a/Makefile
+++ b/Makefile
@@ -68,7 +68,6 @@ install: all
install -d $(DESTDIR)$(GUILE_SITE_DIR) $(DESTDIR)$(GUILE_CCACHE_DIR)
rsync -a module/ $(DESTDIR)$(GUILE_SITE_DIR)
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
diff --git a/static/Makefile b/static/Makefile
index 12727669..0c6023b0 100644
--- a/static/Makefile
+++ b/static/Makefile
@@ -25,6 +25,7 @@ watch:
./make-watch
install: all
+ install -d $(DESTDIR)/usr/share/calp/www
install -m644 -t $(DESTDIR)/usr/share/calp/www/ $(TARGETS)
clean: