From 6840808fa94134cf82f2d609e56f8de433e5a930 Mon Sep 17 00:00:00 2001 From: calvin Date: Thu, 27 Jan 2005 17:14:50 +0000 Subject: [PATCH] rename robots.txt git-svn-id: https://linkchecker.svn.sourceforge.net/svnroot/linkchecker/trunk/linkchecker@2217 e7d03fd6-7b0d-0410-9947-9c21f3af8025 --- MANIFEST.in | 2 +- debian/linkchecker.examples | 2 +- doc/{robots.txt => robots.txt.example} | 0 3 files changed, 2 insertions(+), 2 deletions(-) rename doc/{robots.txt => robots.txt.example} (100%) diff --git a/MANIFEST.in b/MANIFEST.in index 457692ed..5c39a7d2 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -20,7 +20,7 @@ include po/*.po po/*.pot po/Makefile recursive-include share *.mo exclude _linkchecker_configdata.py include doc/*.txt doc/*.nav doc/*.html doc/*.py doc/*.png doc/*.jpg -include doc/*.css +include doc/*.css doc/*.example include doc/en/*.1 include doc/de/*.1 include doc/fr/*.1 diff --git a/debian/linkchecker.examples b/debian/linkchecker.examples index 1669b157..454aed44 100644 --- a/debian/linkchecker.examples +++ b/debian/linkchecker.examples @@ -1,2 +1,2 @@ config/linkcheck-cron.sh -doc/robots.txt +doc/robots.txt.example diff --git a/doc/robots.txt b/doc/robots.txt.example similarity index 100% rename from doc/robots.txt rename to doc/robots.txt.example