mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-08-02 12:51:03 +00:00
6 lines
38 B
Bash
6 lines
38 B
Bash
#!/bin/sh
|
|
set -ev
|
|
|
|
cd docs/
|
|
make html
|