blob: f62fca7297b061917e6579dd0a534efd7dcab214 [file] [log] [blame]
Giulio Fidente44ccac72013-03-21 18:51:03 +01001# Install using:
2#
3# pip install pygments
4#
5# built in styles: ['monokai', 'manni', 'rrt', 'perldoc', 'borland', 'colorful',
6# 'default', 'murphy', 'vs', 'trac', 'tango', 'fruity', 'autumn', 'bw', 'emacs',
7# 'vim', 'pastie', 'friendly', 'native']
8
9STYLE = default
10
11pygments:
12 pygmentize -S ${STYLE} -f html > ./static/css/pygments.css