modcleaner/docs/gendoc.sh

14 lines
235 B
Bash
Raw Normal View History

#!/bin/bash
docs="$(dirname $(readlink -f $0))"
root="$(dirname ${docs})"
config="${docs}/config.ld"
cd "${root}"
# Clean old files
2021-07-12 09:02:33 -07:00
rm -rf "${docs}/reference"
# Create new files
ldoc -c "${config}" -d "${docs}/reference" "${root}"