diff --git a/configuration/Makefile b/configuration/Makefile new file mode 100755 index 0000000..1c10b66 --- /dev/null +++ b/configuration/Makefile @@ -0,0 +1,22 @@ +################################################################################ +# +# File: $Id$ +# +# Makefile to build the handbook configure script and execute it to +# produce a local make configuration for the command-line tools used. +# +################################################################################ + + +DEPLOY=../make-includes + + +configure: configure.ac install-sh $(wildcard include/*.m4) + aclocal -I include + autoreconf + + +clean: + rm -f aclocal.m4 config.log config.status configure \ + $(DEPLOY)/local_configuration.make + rm -rf autom4te.cache