mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-04-21 22:54:45 +00:00
docs were moved
git-svn-id: https://linkchecker.svn.sourceforge.net/svnroot/linkchecker/trunk/linkchecker@2058 e7d03fd6-7b0d-0410-9947-9c21f3af8025
This commit is contained in:
parent
ccfcf6b71f
commit
ea62bca8ab
4 changed files with 7 additions and 2 deletions
|
|
@ -3,7 +3,7 @@ include config/linkchecker-completion config/create.sql
|
|||
include config/linkcheckerrc config/linkcheck-cron.sh
|
||||
include config/logging.conf config/pycheckrc config/pylintrc
|
||||
include config/reindent.py install-linkchecker.py install-rpm.sh
|
||||
include linkchecker linkchecker.1
|
||||
include linkchecker
|
||||
include cgi/lc.cgi cgi/lc.fcgi cgi/README
|
||||
include Makefile
|
||||
include debian/rules debian/changelog debian/copyright debian/control
|
||||
|
|
@ -21,6 +21,8 @@ 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/en/*.1
|
||||
include doc/de/*.1
|
||||
include doc/Makefile doc/rest2htmlnav
|
||||
recursive-include linkcheck/ftests/data *.txt *.html *.result *.asc *.css
|
||||
include linkcheck/dns/tests/example*
|
||||
|
|
|
|||
2
TODO
2
TODO
|
|
@ -1,5 +1,7 @@
|
|||
Next releases:
|
||||
|
||||
- translate documentation and put it into language-specific dirs
|
||||
|
||||
- windows .exe installer
|
||||
|
||||
- rethink intern/extern stuff
|
||||
|
|
|
|||
3
setup.py
3
setup.py
|
|
@ -250,7 +250,8 @@ data_files = [
|
|||
]
|
||||
|
||||
if os.name == 'posix':
|
||||
data_files.append(('share/man/man1', ['linkchecker.1']))
|
||||
data_files.append(('share/man/man1', ['doc/en/linkchecker.1']))
|
||||
#data_files.append(('share/man/de/man1', ['doc/de/linkchecker.de.1']))
|
||||
data_files.append(('share/linkchecker/examples',
|
||||
['config/linkchecker-completion', 'config/linkcheck-cron.sh']))
|
||||
elif os.name == 'nt':
|
||||
|
|
|
|||
Loading…
Reference in a new issue