Add plain documentation
This commit is contained in:
parent
d5a764afae
commit
9ff26c0748
3 changed files with 27 additions and 0 deletions
12
scripts/build.docs.none/instantiate
Normal file
12
scripts/build.docs.none/instantiate
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
if [ $# -ne 0 ]
|
||||
then
|
||||
print_failure "Too many arguments. None required for this module."
|
||||
exit 1
|
||||
fi
|
||||
|
||||
do_parameter_subst
|
||||
add_config_option "DOCSDIR" "${COPT_DOCSDIR_DEFAULT}"
|
||||
true
|
||||
|
||||
# kate: replace-trailing-space-save true; space-indent true; tab-width 4;
|
||||
# vim: expandtab:ts=4:sw=4
|
||||
Loading…
Add table
Add a link
Reference in a new issue