about summary refs log tree commit diff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile9
1 files changed, 5 insertions, 4 deletions
diff --git a/Makefile b/Makefile
index b3aa716..7099ce8 100644
--- a/Makefile
+++ b/Makefile
@@ -29,10 +29,11 @@ ${BUILD_CONLANGS}: build-%:
 build: dotnet dotgeek ${BUILD_CONLANGS}
 
 ${PACKAGE_CONLANGS}: package-%: build
-	cp -r $*/book dotnet/$*;
-	cp -r $*/book dotgeek/$*;
+	cp -r $*/book dotnet/$*
+	cp -r $*/book dotgeek/$*
 
 package-cv: dotnet dotgeek cv
-	cp -r web-cv dotnet/cv
-	cp -r web-cv dotgeek/cv
+	mkdir {dotnet,dotgeek}/cv;
+	cp web-cv/{index.html,style.css,work-cv.pdf} dotnet/cv
+	cp web-cv/{index.html,style.css,work-cv.pdf} dotgeek/cv