mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-05-08 22:54:51 +00:00
generate md5sums
git-svn-id: https://linkchecker.svn.sourceforge.net/svnroot/linkchecker/trunk/linkchecker@534 e7d03fd6-7b0d-0410-9947-9c21f3af8025
This commit is contained in:
parent
612366a4d0
commit
c92dda984c
1 changed files with 2 additions and 0 deletions
2
Makefile
2
Makefile
|
|
@ -12,6 +12,7 @@ LCOPTS=-ocolored -Ftext -Fhtml -Fgml -Fsql -Fcsv -Fxml -R -t0 -v -s -r1
|
|||
OFFLINETESTS = test_base test_misc test_file test_frames
|
||||
ONLINETESTS = test_mail test_http test_https test_news test_ftp
|
||||
DESTDIR=/.
|
||||
MD5SUMS=linkchecker-md5sums.txt
|
||||
|
||||
all:
|
||||
@echo "Read the file INSTALL to see how to build and install"
|
||||
|
|
@ -38,6 +39,7 @@ config:
|
|||
# no rpm package; too much trouble, cannot test
|
||||
dist: locale config
|
||||
$(PYTHON) setup.py sdist --formats=gztar,zip bdist_wininst
|
||||
rm -f $(MD5SUMS) md5sum dist/* > $(MD5SUMS)
|
||||
|
||||
# produce the .deb Debian package
|
||||
deb_local: cleandeb
|
||||
|
|
|
|||
Loading…
Reference in a new issue