diff --git a/MANIFEST.in b/MANIFEST.in index f97ff763..af2d34a4 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1,7 +1,7 @@ include MANIFEST.in README.txt INSTALL.txt COPYING.txt TODO.txt ChangeLog.txt include config/linkchecker-completion config/create.sql include config/linkcheckerrc config/logging.conf config/pycheckrc -include config/reindent.py install-rpm.sh +include config/reindent.py config/linkchecker.apache.conf install-rpm.sh include linkchecker include cgi-bin/lc.cgi cgi-bin/lc.fcgi cgi-bin/README include Makefile diff --git a/debian/linkchecker.apache.conf b/config/linkchecker.apache.conf similarity index 100% rename from debian/linkchecker.apache.conf rename to config/linkchecker.apache.conf diff --git a/debian/rules b/debian/rules index 822bc92d..8c236ba7 100755 --- a/debian/rules +++ b/debian/rules @@ -36,4 +36,4 @@ common-install-arch:: # install .mo files install -m 644 build/share/locale/de/LC_MESSAGES/linkchecker.mo $(LOCALE)/de/LC_MESSAGES/ # apache configuration - install -m 644 debian/linkchecker.apache.conf $(ETC)/apache2/conf.d/linkchecker + install -m 644 config/linkchecker.apache.conf $(ETC)/apache2/conf.d/linkchecker diff --git a/setup.py b/setup.py index b8428b76..b230acd9 100755 --- a/setup.py +++ b/setup.py @@ -358,7 +358,9 @@ data_files = [ 'cgi-bin/lconline/lc_cgi.html.de', 'cgi-bin/lconline/check.js', 'cgi-bin/lc.cgi', - 'cgi-bin/lc.fcgi', ]), + 'cgi-bin/lc.fcgi', + 'config/linkchecker.apache.conf', + ]), ] if os.name == 'posix':