Merge pull request #410 from cjmayo/install

Installation of test data, standardise Markdown extension, remove linkchecker.desktop
This commit is contained in:
anarcat 2020-05-22 20:07:15 -04:00 committed by GitHub
commit b1e8137da2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 6 additions and 13 deletions

View file

@ -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

View file

@ -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

View file

@ -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,