Kill obsolete setup script; set up gitiginore.
authorMark Wooding <mdw@distorted.org.uk>
Thu, 2 Mar 2006 12:25:43 +0000 (12:25 +0000)
committerMark Wooding <mdw@distorted.org.uk>
Thu, 2 Mar 2006 12:25:43 +0000 (12:25 +0000)
.gitignore [moved from .cvsignore with 64% similarity]
setup [deleted file]

similarity index 64%
rename from .cvsignore
rename to .gitignore
index f6173cc..d9da022 100644 (file)
@@ -6,3 +6,10 @@ config.status
 config.cache
 config.log
 *.dvi *.ps *.pdf *.gz
+COPYING
+Makefile.am
+Makefile.in
+autom4te.cache
+build
+install-sh
+missing
diff --git a/setup b/setup
deleted file mode 100755 (executable)
index 04ca935..0000000
--- a/setup
+++ /dev/null
@@ -1,8 +0,0 @@
-#! /bin/sh
-
-set -e
-mklinks
-mkaclocal
-m4 Makefile.m4 >Makefile.am
-autoconf
-automake