aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 7024876..fd57dc7 100644
--- a/Makefile
+++ b/Makefile
@@ -12,8 +12,8 @@ build-stamp: $(BUILD)
mkdir -p $(REPODATA)
touch build-stamp
-.PHONY: install
-install: build-stamp
+.PHONY: install-www
+install-www: build-stamp
mkdir -p $(WWWDIR)
chown -R '$(USER):$(USER)' $(WWWDIR)
install --mode=644 www/$(INDEX) www/$(GPGKEY) $(WWWDIR)