mirror of
https://github.com/ddnet/ddnet.git
synced 2024-11-10 01:58:19 +00:00
6 lines
176 B
Bash
Executable file
6 lines
176 B
Bash
Executable file
#!/bin/sh
|
|
docs/doctool/NaturalDocs -r -s Small -i src/ -i docs/articles -o HTML docs/output -p docs/config
|
|
|
|
#rm -Rf ~/public_html/.docs
|
|
#cp -Rf docs/output ~/public_html/.docs
|