Files @ 52adce4ffe89
Branch filter:

Location: kallithea/scripts/run-all-cleanup - annotation

Mads Kiilerich
changelog: make the table a re-usable template element

This moves the changelog table to a separate template file, without further
changes, except the necessary renaming to make it fully parameterized without
accessing c directly.

Based on work by Dominik Ruf.
#!/bin/sh

# Convenience script for running various idempotent source code cleanup scripts

set -e
set -x

scripts/docs-headings.py
scripts/generate-ini.py
scripts/whitespacecleanup.sh