File: make_documentation

package info (click to toggle)
pyrr 0.10.3-5
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 956 kB
  • sloc: python: 5,865; makefile: 132; sh: 23
file content (8 lines) | stat: -rwxr-xr-x 127 bytes parent folder | download
1
2
3
4
5
6
7
8
#!/bin/bash
set -e
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
pushd $DIR
cd ../docs
rm -rf build/*
make html
popd