aboutsummaryrefslogtreecommitdiff
path: root/build-setup.sh
diff options
context:
space:
mode:
authordos-reis <gdr@axiomatics.org>2010-11-05 03:50:23 +0000
committerdos-reis <gdr@axiomatics.org>2010-11-05 03:50:23 +0000
commit1cfbe5aaa3d2dd322cb6dcc74cab17b784af9328 (patch)
tree1bc6f61644a87876c532a6729d90751436971f97 /build-setup.sh
parentc79a5618011cf9232ed886a89bd9e9ec335fc243 (diff)
downloadopen-axiom-1cfbe5aaa3d2dd322cb6dcc74cab17b784af9328.tar.gz
* build-setup.sh: Simplify.
Diffstat (limited to 'build-setup.sh')
-rwxr-xr-xbuild-setup.sh11
1 files changed, 0 insertions, 11 deletions
diff --git a/build-setup.sh b/build-setup.sh
index b5ec8f78..547f786e 100755
--- a/build-setup.sh
+++ b/build-setup.sh
@@ -11,15 +11,4 @@ rm -rf autom4te.cache
autoheader || error "could not re-generate config/openaxiom-c-macros.h"
autoconf || error "could not re-generate configure"
-## subdirectories that contain Makefile pamphlets of interest
-SUBDIRS=" src/input \
-"
-
-
-for d in $SUBDIRS; do
- notangle -t8 $d/Makefile.pamphlet > $d/tmp-Makefile.in \
- || error "could not extract $d/Makefile.in from pamphlet file"
- config/move-if-change $d/tmp-Makefile.in $d/Makefile.in
-done
-
# set +x