(|l)gpl-2.[01].tex: Remove the `\renewcommand{\theenumi}...' comments.
[cfd] / build-setup
index b923188..daf0ef2 100755 (executable)
@@ -1,4 +1,10 @@
 #! /bin/sh
+### Build setup script
 
 set -e
-ln -sf aclocal.glob acinclude.m4
+case "$1" in
+  start)
+    ln -sf aclocal.glob acinclude.m4
+    ln -sf GPL-2 COPYING
+    ;;
+esac