File: python3-sphinxcontrib.ditaa

package info (click to toggle)
sphinxcontrib-ditaa 1.0.2-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 196 kB
  • sloc: python: 167; makefile: 11; sh: 7
file content (11 lines) | stat: -rw-r--r-- 226 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
#!/bin/sh
set -e

cp README.rst debian/tests/sphinxcontrib-ditaa-test/
cd debian/tests/sphinxcontrib-ditaa-test

echo "generating png files ..."
(make clean; make html)

echo "Check png files ..."
ls _build/html/_images/*.png