mirror of
https://github.com/dlang/dmd.git
synced 2025-04-26 21:21:48 +03:00
10 lines
191 B
Bash
Executable file
10 lines
191 B
Bash
Executable file
#!/usr/bin/env bash
|
|
|
|
output_html=${OUTPUT_BASE}.html
|
|
|
|
rm_retry ${output_html}
|
|
|
|
$DMD -m${MODEL} -D -o- ${EXTRA_FILES}/ddoc9764.dd -Df${output_html}
|
|
|
|
|
|
${EXTRA_FILES}/ddocAny-postscript.sh 9764
|