mirror of
https://github.com/chipsalliance/f4pga.git
synced 2025-01-03 03:43:37 -05:00
7 lines
128 B
Bash
7 lines
128 B
Bash
|
#!/bin/sh
|
||
|
|
||
|
MY_DIR=`dirname $0`
|
||
|
SFBUILD_DIR=${MY_DIR}/..
|
||
|
SFBUILD_PY=${SFBUILD_DIR}/sfbuild.py
|
||
|
|
||
|
PYTHONPATH=${SFBUILD_DIR} pydoc -b
|