about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index d6786e2..5557a4f 100644
--- a/Makefile
+++ b/Makefile
@@ -25,11 +25,11 @@ ${BUILD_CONLANGS}: build-%:
 	git clone /var/lib/git/~xarvos/conlangs/$*;
 	cd $* && mdbook build
 
-${PACKAGE_CONLANGS}: package-%:
+${PACKAGE_CONLANGS}: package-%: dotnet dotgeek build-$*
 	cp -r $*/book dotnet/$*;
 	cp -r $*/book dotgeek/$*;
 
-package-cv:
+package-cv: cv
 	cp -r web-cv dotnet/cv
 	cp -r web-cv dotgeek/cv