aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2022-08-01 00:51:10 +0200
committerHugo Hörnquist <hugo@lysator.liu.se>2022-08-01 01:06:08 +0200
commit08d303024932657335ed73032992e1c3f966c29c (patch)
tree5936a88969f89f0764a2c73fa9322eaf227b561a
parentmake clean in static shouldn't fail if the file isn't there. (diff)
downloadcalp-08d303024932657335ed73032992e1c3f966c29c.tar.gz
calp-08d303024932657335ed73032992e1c3f966c29c.tar.xz
Static should create its own directories when installing.
-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: