Ben Collins 27 anni fa
parent
commit
1ed4f64c5f
1 ha cambiato i file con 16 aggiunte e 0 eliminazioni
  1. 16 0
      release.sh

+ 16 - 0
release.sh

@@ -0,0 +1,16 @@
+#!/bin/sh
+
+# Wichert: thought this might be useful :) -- Ben
+
+# run the autogen, but make sure we copy everything instead of symlinking
+./autogen.sh --copy
+
+# remove CVS files
+rm -rf `find . -name CVS -type d`
+rm -f `find . -name .cvsignore -type f`
+
+# Remove any cruft files...
+rm -f `find . -name '*.orig' -o -name '*.rej' -o -name '*~'`
+
+# Now remove the CVS scripts
+rm -f autogen.sh release.sh