-rwxr-xr-x | autogen.sh | 1 | ||||
-rw-r--r-- | htdocs/robots.txt | 2 |
2 files changed, 3 insertions, 0 deletions
@@ -1,8 +1,9 @@ | |||
1 | #!/bin/sh | 1 | #!/bin/sh |
2 | WANT_AUTOMAKE=1.8 | 2 | WANT_AUTOMAKE=1.8 |
3 | export WANT_AUTOMAKE | 3 | export WANT_AUTOMAKE |
4 | test -d aux || mkdir aux || ( echo "failed to create aux directory" ; exit 1 ) | ||
4 | aclocal \ | 5 | aclocal \ |
5 | && autoheader \ | 6 | && autoheader \ |
6 | && automake -a \ | 7 | && automake -a \ |
7 | && autoconf \ | 8 | && autoconf \ |
8 | && ./configure "$@" | 9 | && ./configure "$@" |
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 @@ | |||
1 | User-agent: Mediapartners-Google* | ||
2 | Disallow: | ||