about summary refs log tree commit diff
diff options
context:
space:
mode:
authorNgô Ngọc Đức Huy <huyngo@disroot.org>2024-02-26 16:55:16 +0700
committerNgô Ngọc Đức Huy <huyngo@disroot.org>2024-02-26 16:55:16 +0700
commita0c206b91f8ff4b3abdf98f6cb29c2a3fdee253c (patch)
treed9cc9f6f9b7495f5a57afb0058bd569f52cdc7dc
parent259bcb4f66c8dcf4384dce7bf644d193a34f7739 (diff)
downloadblog-a0c206b91f8ff4b3abdf98f6cb29c2a3fdee253c.tar.gz
Fix dependency on clean
-rw-r--r--Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/Makefile b/Makefile
index ba6aaf7..cb830d7 100644
--- a/Makefile
+++ b/Makefile
@@ -2,7 +2,7 @@
 CONLANGS=haasdaiga ravna isanercent djanzi
 BUILD_CONLANGS := $(addprefix build-,${CONLANGS})
 PACKAGE_CONLANGS := $(addprefix package-,${CONLANGS})
-all: clean install-net install-geek
+all: install-net install-geek
 
 install-geek install-net: install-%: package-cv ${PACKAGE_CONLANGS}
 	rsync -ah --delete --inplace dot$*/ /var/lib/www/xrvs.$*/
@@ -10,18 +10,18 @@ install-geek install-net: install-%: package-cv ${PACKAGE_CONLANGS}
 clean:
 	rm -rf fead ${CONLANGS} web-cv
 
-webring:
+webring: clean
 	git clone /var/lib/git/~cnx/fead;
 	python3 fead/src/fead.py -l 100 -F feeds -t webring.template -o layouts/partials/webring-articles.html
 
 dotnet dotgeek: dot%: webring
 	hugo --quiet --baseURL="https://xrvs.$*" --destination dot$*
 
-cv:
+cv: clean
 	git clone /var/lib/git/~xarvos/web-cv;
 	rm -rf web-cv/.git;
 
-${BUILD_CONLANGS}: build-%:
+${BUILD_CONLANGS}: build-%: clean
 	git clone /var/lib/git/~xarvos/conlangs/$*;
 	cd $* && mdbook build