10 lines
88 B
Bash
Executable File
10 lines
88 B
Bash
Executable File
#!/bin/sh
|
|
|
|
set -x
|
|
|
|
./aux/compiledb.sh
|
|
|
|
make -B docs_libu
|
|
make -B docs_apps
|
|
mkdocs build
|