mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-04-17 12:51:01 +00:00
Merge pull request #410 from cjmayo/install
Installation of test data, standardise Markdown extension, remove linkchecker.desktop
This commit is contained in:
commit
b1e8137da2
5 changed files with 6 additions and 13 deletions
|
|
@ -1,4 +1,5 @@
|
|||
include README.rst COPYING MANIFEST.in
|
||||
include *.md
|
||||
include config/linkchecker-completion config/create.sql
|
||||
include config/linkcheckerrc
|
||||
include config/linkchecker.apache2.conf install-rpm.sh
|
||||
|
|
@ -8,7 +9,7 @@ include Makefile
|
|||
include cgi-bin/lconline/*.html cgi-bin/lconline/*.de cgi-bin/lconline/*.en
|
||||
include cgi-bin/lconline/*.js cgi-bin/lconline/*.css cgi-bin/lconline/*.ico
|
||||
include po/*.po po/*.mo po/*.pot po/Makefile
|
||||
include doc/*.example doc/*.txt
|
||||
include doc/*.example doc/*.md doc/*.txt
|
||||
include doc/html/*.ico
|
||||
include doc/html/*.html
|
||||
include doc/html/*.txt
|
||||
|
|
@ -23,4 +24,7 @@ include doc/Makefile
|
|||
include doc/examples/*.sh doc/examples/*.bat doc/examples/*.py
|
||||
include doc/examples/linkcheckerrc_loginurl
|
||||
include scripts/*.sh scripts/*.py
|
||||
recursive-include tests *.py *.result *.html *.ico *.txt *.zip *.asc *.css *.xhtml *.sqlite *.adr *.swf
|
||||
# tests
|
||||
include robots.txt
|
||||
include tests/configuration/data/*.ini
|
||||
recursive-include tests *.py *.result *.html *.ico *.txt *.zip *.asc *.css *.xhtml *.sqlite *.adr *.swf *.bin *.markdown *.pdf *.php *.plist *.wml *.xml
|
||||
|
|
|
|||
|
|
@ -1,10 +0,0 @@
|
|||
[Desktop Entry]
|
||||
Name=LinkChecker Commandline
|
||||
GenericName=URL validator
|
||||
GenericName[de]=URL Validator
|
||||
Version=1.0
|
||||
Type=Application
|
||||
Exec=linkchecker
|
||||
Terminal=true
|
||||
Categories=Network;WebDevelopment;
|
||||
Icon=logo48x48
|
||||
1
setup.py
1
setup.py
|
|
@ -351,7 +351,6 @@ if os.name == 'posix':
|
|||
'doc/examples/check_blacklist.sh',
|
||||
'doc/examples/check_for_x_errors.sh',
|
||||
'doc/examples/check_urls.sh']))
|
||||
data_files.append(('share/applications', ['doc/linkchecker.desktop']))
|
||||
|
||||
setup(
|
||||
name = AppName,
|
||||
|
|
|
|||
Loading…
Reference in a new issue