File: generate_all.sh

package info (click to toggle)
pangomm 2.46.4-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,416 kB
  • sloc: xml: 13,269; cpp: 119; makefile: 89; sh: 52; python: 6
file content (14 lines) | stat: -rwxr-xr-x 352 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/bin/bash

# Regenerate all pangomm's docs.xml and .defs files

cd "$(dirname "$0")"

echo === pango_generate_docs.sh ===
./pango_generate_docs.sh
echo === pango_generate_enums.sh ===
./pango_generate_enums.sh
echo === pango_generate_extra_defs.sh ===
./pango_generate_extra_defs.sh
echo === pango_generate_methods.sh ===
./pango_generate_methods.sh