create manifest for distribution

git-svn-id: https://linkchecker.svn.sourceforge.net/svnroot/linkchecker/trunk/linkchecker@2483 e7d03fd6-7b0d-0410-9947-9c21f3af8025
This commit is contained in:
calvin 2005-03-29 16:34:08 +00:00
parent 2f81057f5e
commit 724ebf08ef

View file

@ -46,9 +46,6 @@ cleandeb:
rm -f debian/*.debhelper debian/{files,substvars}
rm -f configure-stamp build-stamp
config: MANIFEST
$(PYTHON) setup.py config -lcrypto
MANIFEST: MANIFEST.in setup.py
$(PYTHON) setup.py sdist --manifest-only
@ -56,7 +53,7 @@ locale:
$(MAKE) -C po
# to build in the current directory
localbuild:
localbuild: MANIFEST
$(MAKE) -C linkcheck/HtmlParser
$(PYTHON) setup.py build
cp -f build/lib.linux-i686-$(PYVER)/linkcheck/HtmlParser/htmlsax.so linkcheck/HtmlParser
@ -88,7 +85,7 @@ release: releasecheck dist upload homepage
homepage:
$(MAKE) -C doc/en homepage
dist: locale config
dist: locale MANIFEST
$(PYTHON) setup.py sdist --formats=gztar bdist_rpm
releasecheck:
@ -123,4 +120,4 @@ reindent:
$(PYTHON) config/reindent.py -r -v linkcheck
.PHONY: all clean cleandeb distclean files upload test timeouttest locale
.PHONY: config deb_local deb_signed tar releasecheck pycheck pylint reindent
.PHONY: deb_local deb_signed tar releasecheck pycheck pylint reindent