2 lines
78 B
Bash
2 lines
78 B
Bash
|
#!/bin/sh
|
||
|
python ../mksqlitedoc_json.py && python ../mksqlitedoc.py && doxygen
|