mirror of the now-defunct rocklinux.org
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
bool 'Activate HTML output module' ROCKCFG_OUTPUT_HTML 0
if [ "$ROCKCFG_OUTPUT_HTML" = 1 ]; then block_begin text 'Directory which should contain the html files' \ ROCKCFG_OUTPUT_HTML_DIR '/var/www/htdocs/rockoutput' block_end fi
|