From c92dda984c226e19801b81541492f5e400f201d4 Mon Sep 17 00:00:00 2001 From: calvin Date: Mon, 23 Sep 2002 14:52:29 +0000 Subject: [PATCH] generate md5sums git-svn-id: https://linkchecker.svn.sourceforge.net/svnroot/linkchecker/trunk/linkchecker@534 e7d03fd6-7b0d-0410-9947-9c21f3af8025 --- Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile b/Makefile index 72ea6465..c5202ff1 100644 --- a/Makefile +++ b/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