File: gen.sh

package info (click to toggle)
pyglossary 5.0.9-1
  • links: PTS
  • area: main
  • in suites: forky, sid, trixie
  • size: 3,896 kB
  • sloc: python: 46,165; sh: 308; javascript: 100; xml: 42; makefile: 28
file content (15 lines) | stat: -rwxr-xr-x 260 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#!/usr/bin/env bash
set -e

myDir1=$(dirname "$0")

# to handle rename of a plugin:
rm $myDir1/../doc/p/*.md || true

set -x

python "$myDir1/plugin-index.py"
python "$myDir1/plugin-doc.py"

python "$myDir1/config-doc.py"
python "$myDir1/entry-filters-doc.py"