File: build.bat

package info (click to toggle)
crccheck 1.3.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 372 kB
  • sloc: python: 2,597; makefile: 25
file content (4 lines) | stat: -rw-r--r-- 146 bytes parent folder | download
1
2
3
4
set PYTHONPATH=..
python ../create/crctable.py > source/crctable.rst
sphinx-apidoc -f -o source ../crccheck
sphinx-build -b html source build