mirror of
git://f0xx.org/android_cast
synced 2026-07-29 05:17:39 +03:00
docs mostly
This commit is contained in:
6
scripts/build-all-docs-pdf.sh
Executable file
6
scripts/build-all-docs-pdf.sh
Executable file
@@ -0,0 +1,6 @@
|
||||
#!/usr/bin/env bash
|
||||
# Render every docs/*.md to docs/<stem>.pdf (reportlab; see docs/_pdf_build/md_to_pdf.py).
|
||||
set -euo pipefail
|
||||
ROOT_DIR="$(cd "$(dirname "$0")/.." && pwd)"
|
||||
python3 "$ROOT_DIR/docs/_pdf_build/build_all_docs_pdf.py"
|
||||
echo "Done: $ROOT_DIR/docs/*.pdf"
|
||||
Reference in New Issue
Block a user