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.

10 lines
238 B

  1. bool 'Activate HTML output module' ROCKCFG_OUTPUT_HTML 0
  2. if [ "$ROCKCFG_OUTPUT_HTML" = 1 ]; then
  3. block_begin
  4. text 'Directory which should contain the html files' \
  5. ROCKCFG_OUTPUT_HTML_DIR '/var/www/htdocs/rockoutput'
  6. block_end
  7. fi