File: generate_manpages.py

package info (click to toggle)
pybtex 0.25.1-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 3,632 kB
  • sloc: python: 13,585; makefile: 181; sh: 39; javascript: 29
file content (8 lines) | stat: -rwxr-xr-x 168 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
#!/usr/bin/env python

from os import path

from pybtex_doctools.man import generate_manpages

if __name__ == '__main__':
    generate_manpages(path.dirname(__file__))