mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-07-20 22:41:36 +00:00
6 lines
38 B
Bash
6 lines
38 B
Bash
#!/bin/sh
|
|
set -ev
|
|
|
|
cd docs/
|
|
make html
|