File: python3

package info (click to toggle)
breathe 4.36.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 2,224 kB
  • sloc: python: 12,703; cpp: 1,737; makefile: 523; xml: 168; sh: 54; ansic: 52
file content (11 lines) | stat: -rwxr-xr-x 266 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
#!/bin/sh
set -e

export SPHINXBUILD=/usr/share/sphinx/scripts/python3/sphinx-build
export DOXYGEN=/usr/bin/doxygen
export BREATHE_GIT_TAG="0~autopkgtest"
export SPHINXOPTS="-v -E"

cp -r documentation examples Makefile "$AUTOPKGTEST_TMP"
cd "$AUTOPKGTEST_TMP"
make