|
|
@ -32,7 +32,7 @@ clean: |
|
|
|
@echo "Copying docs & config to build folder..."
|
|
|
|
@echo "Copying docs & config to build folder..."
|
|
|
|
cp -a "$(DOCSDIR)" "$(BUILDDIR)"
|
|
|
|
cp -a "$(DOCSDIR)" "$(BUILDDIR)"
|
|
|
|
cd "$(OPENPILOT_ROOT)" && \
|
|
|
|
cd "$(OPENPILOT_ROOT)" && \
|
|
|
|
find . -type f \( -name "*.md" -o -name "*.rst" -o -name "*.png" -o -name "*.jpg" \) \
|
|
|
|
find . -type f \( -name "*.md" -o -name "*.rst" -o -name "*.png" -o -name "*.jpg" -o -name "*.svg" \) \
|
|
|
|
-not -path "*/.*" \
|
|
|
|
-not -path "*/.*" \
|
|
|
|
-not -path "./build/*" \
|
|
|
|
-not -path "./build/*" \
|
|
|
|
-not -path "./docs/*" \
|
|
|
|
-not -path "./docs/*" \
|
|
|
|