about summary refs log tree commit diff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile7
1 files changed, 2 insertions, 5 deletions
diff --git a/Makefile b/Makefile
index 3e57b98..1a2747d 100644
--- a/Makefile
+++ b/Makefile
@@ -12,11 +12,8 @@ webring:
 	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: webring
-	hugo --baseURL="https://xrvs.net" --destination dotnet
-
-dotgeek: webring
-	hugo --baseURL="https://xrvs.geek" --destination dotgeek
+dotnet dotgeek: dot%: webring
+	hugo --quiet --baseURL="https://xrvs.$*" --destination dot$*
 
 cv:
 	git clone /var/lib/git/~xarvos/web-cv;