(|l)gpl-2.[01].tex: Remove the `\renewcommand{\theenumi}...' comments.
[cfd] / build-setup
... / ...
CommitLineData
1#! /bin/sh
2### Build setup script
3
4set -e
5case "$1" in
6 start)
7 ln -sf aclocal.glob acinclude.m4
8 ln -sf GPL-2 COPYING
9 ;;
10esac