From 2224c1e68510a9eb5152c6941afed203a32596b1 Mon Sep 17 00:00:00 2001 From: Ngô Ngọc Đức Huy Date: Mon, 5 Feb 2024 16:08:07 +0700 Subject: Install only necessary files for CV --- Makefile | 9 +++++---- 1 file 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 -- cgit 1.4.1