File: build.sh

package info (click to toggle)
rednotebook 2.29.3%2Bds-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 5,704 kB
  • sloc: python: 9,377; javascript: 4,103; xml: 155; sh: 68; makefile: 11
file content (14 lines) | stat: -rwxr-xr-x 295 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#! /bin/bash

set -euo pipefail

cd `dirname $0`

./../dev/generate-help.py > help.html

cd src/
# Use the "stable" changelog to omit unreleased changes.
wget https://raw.githubusercontent.com/jendrikseipp/rednotebook/stable/CHANGELOG.md
./changelog2html.py CHANGELOG.md
python spider.py
cd ../