Sugar Network/Recipe Specification: Difference between revisions

remove overkill "age" option
Line 225: Line 225:
  '''exec''' = <shell-command>
  '''exec''' = <shell-command>


Optional. Execute external program to create sources tarball. Option might be used, e.g., to run {{Code|make dist}} command. After executing the ''exec'' shell command, {{Code|sweets}} will pick up newly appearing tarball if it was created in the sweet root directory.
Optional. Execute external program to create sources tarball. Option might be used, e.g., to run {{Code|make dist}} command. After executing the ''exec'' shell command, {{Code|sweets}} will pick up newly appearing tarball if it was created in the sweet root directory. If there are ''clean'' and/or ''configure'' options in ''[Build]'' they will be executed before ''exec'' command.


  '''include''' = <glob-pattern> [; ...]
  '''include''' = <glob-pattern> [; ...]