File: modd.conf

package info (click to toggle)
beets 2.2.0-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 8,536 kB
  • sloc: python: 45,608; javascript: 7,997; xml: 334; sh: 261; makefile: 119
file content (7 lines) | stat: -rw-r--r-- 81 bytes parent folder | download
1
2
3
4
5
6
7
**/*.rst {
  prep: make html
}

_build/html/** {
  daemon: devd -m _build/html
}