diff options
-rw-r--r-- | Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/Makefile b/Makefile index 5557a4f..4b181c0 100644 --- a/Makefile +++ b/Makefile @@ -25,11 +25,13 @@ ${BUILD_CONLANGS}: build-%: git clone /var/lib/git/~xarvos/conlangs/$*; cd $* && mdbook build -${PACKAGE_CONLANGS}: package-%: dotnet dotgeek build-$* +build: dotnet dotgeek ${BUILD_CONLANGS} + +${PACKAGE_CONLANGS}: package-%: build cp -r $*/book dotnet/$*; cp -r $*/book dotgeek/$*; -package-cv: cv +package-cv: dotnet dotgeek cv cp -r web-cv dotnet/cv cp -r web-cv dotgeek/cv |