From 4084be603bc08103885300c3386f31b15a9171cf Mon Sep 17 00:00:00 2001 From: Michael Krelin Date: Sun, 30 Jan 2005 01:16:38 +0000 Subject: added creation of aux directory to the autogen.sh script added robots.txt to avoid 404s. --- diff --git a/autogen.sh b/autogen.sh index bfd0e8f..7e172bf 100755 --- a/autogen.sh +++ b/autogen.sh @@ -1,6 +1,7 @@ #!/bin/sh WANT_AUTOMAKE=1.8 export WANT_AUTOMAKE +test -d aux || mkdir aux || ( echo "failed to create aux directory" ; exit 1 ) aclocal \ && autoheader \ && automake -a \ diff --git a/htdocs/robots.txt b/htdocs/robots.txt new file mode 100644 index 0000000..d7a20e8 --- a/dev/null +++ b/htdocs/robots.txt @@ -0,0 +1,2 @@ +User-agent: Mediapartners-Google* +Disallow: -- cgit v0.9.0.2