lw-build-system/scripts/build.docs.none/instantiate

13 lines
287 B
Plaintext
Raw Normal View History

2007-06-08 12:21:53 +01:00
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