mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-04-14 11:21:02 +00:00
po/Makefile cleanup
git-svn-id: https://linkchecker.svn.sourceforge.net/svnroot/linkchecker/trunk/linkchecker@345 e7d03fd6-7b0d-0410-9947-9c21f3af8025
This commit is contained in:
parent
cd5dadfbd4
commit
96ccb23cdc
3 changed files with 8 additions and 4 deletions
6
debian/changelog
vendored
6
debian/changelog
vendored
|
|
@ -1,3 +1,9 @@
|
|||
linkchecker (1.3.13) unstable; urgency=low
|
||||
|
||||
* remove deleted source files from po/Makefile
|
||||
|
||||
-- Bastian Kleineidam <calvin@debian.org> Wed, 2 Jan 2002 16:51:31 +0100
|
||||
|
||||
linkchecker (1.3.12) unstable; urgency=low
|
||||
|
||||
* use string methods where possible
|
||||
|
|
|
|||
|
|
@ -6,16 +6,14 @@ MSGFMT=$(PYTHON) $(I18NTOOLS)/msgfmt.py
|
|||
#MSGFMT=msgfmt
|
||||
MSGMERGE=msgmerge
|
||||
SOURCES=\
|
||||
../linkcheck/ChromeUrlData.py \
|
||||
../linkcheck/Config.py \
|
||||
../linkcheck/FileUrlData.py \
|
||||
../linkcheck/FindUrlData.py \
|
||||
../linkcheck/IgnoredUrlData.py \
|
||||
../linkcheck/FtpUrlData.py \
|
||||
../linkcheck/GopherUrlData.py \
|
||||
../linkcheck/HostCheckingUrlData.py \
|
||||
../linkcheck/HttpUrlData.py \
|
||||
../linkcheck/HttpsUrlData.py \
|
||||
../linkcheck/JavascriptUrlData.py \
|
||||
../linkcheck/Logging.py \
|
||||
../linkcheck/MailtoUrlData.py \
|
||||
../linkcheck/NntpUrlData.py \
|
||||
|
|
|
|||
2
setup.py
2
setup.py
|
|
@ -129,7 +129,7 @@ myname = "Bastian Kleineidam"
|
|||
myemail = "calvin@users.sourceforge.net"
|
||||
|
||||
setup (name = "linkchecker",
|
||||
version = "1.3.12",
|
||||
version = "1.3.13",
|
||||
description = "check HTML documents for broken links",
|
||||
author = myname,
|
||||
author_email = myemail,
|
||||
|
|
|
|||
Loading…
Reference in a new issue