diff --git a/Makefile b/Makefile index 70b3f73..7e8765f 100644 --- a/Makefile +++ b/Makefile @@ -19,12 +19,14 @@ containerd-1.7.x: git clone --branch v1.7.0 --depth 1 https://github.com/containerd/containerd.git containerd-1.7.x content/v1.7.x: containerd-1.7.x + find mv containerd-1.7.x/docs content/v1.7.x containerd-1.6.x: git clone --branch v1.6.19 --depth 1 https://github.com/containerd/containerd.git containerd-1.6.x content/v1.6.x: containerd-1.6.x + find mv containerd-1.6.x/docs content/v1.6.x serve: content/v1.7.x content/v1.6.x