mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-05-14 09:33:09 +00:00
fix build
git-svn-id: https://linkchecker.svn.sourceforge.net/svnroot/linkchecker/trunk/linkchecker@398 e7d03fd6-7b0d-0410-9947-9c21f3af8025
This commit is contained in:
parent
5ad6d59f73
commit
d25cb82234
3 changed files with 3 additions and 3 deletions
|
|
@ -6,7 +6,7 @@ include Makefile
|
|||
include create.sql
|
||||
include debian/rules debian/changelog debian/copyright debian/control
|
||||
include debian/linkchecker.*
|
||||
include DNS/README
|
||||
include linkcheck/DNS/README
|
||||
include test/*.py test/*.txt
|
||||
include test/output/test_* test/html/*.html
|
||||
include rpm_build_script
|
||||
|
|
|
|||
2
debian/rules
vendored
2
debian/rules
vendored
|
|
@ -42,7 +42,7 @@ install: build
|
|||
# remove example files, we install them below
|
||||
rm -r debian/$(PACKAGE)/usr/share/linkchecker/examples
|
||||
# install additional doc files
|
||||
install -c -m 644 DNS/README $(DOCDIR)/README_DNS.txt
|
||||
install -c -m 644 linkcheck/DNS/README $(DOCDIR)/README_DNS.txt
|
||||
install -c -m 644 test/*.py $(DOCDIR)/test
|
||||
install -c -m 644 test/html/*.html $(DOCDIR)/test/html
|
||||
install -c -m 644 test/output/test_* $(DOCDIR)/test/output
|
||||
|
|
|
|||
2
setup.py
2
setup.py
|
|
@ -154,7 +154,7 @@ o a (Fast)CGI web interface (requires HTTP server)
|
|||
""",
|
||||
distclass = MyDistribution,
|
||||
cmdclass = {'install': MyInstall},
|
||||
packages = ['','DNS','linkcheck'],
|
||||
packages = ['','linkcheck'],
|
||||
scripts = ['linkchecker'],
|
||||
data_files = [
|
||||
('share/locale/de/LC_MESSAGES',
|
||||
|
|
|
|||
Loading…
Reference in a new issue