mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-05-05 21:24:45 +00:00
ssl cleanup
git-svn-id: https://linkchecker.svn.sourceforge.net/svnroot/linkchecker/trunk/linkchecker@321 e7d03fd6-7b0d-0410-9947-9c21f3af8025
This commit is contained in:
parent
8bbe7db6df
commit
4ce6ee2207
2 changed files with 2 additions and 10 deletions
10
Makefile
10
Makefile
|
|
@ -29,12 +29,6 @@ distclean: clean cleandeb
|
|||
rm -f VERSION _$(PACKAGE)_configdata.py MANIFEST Packages.gz
|
||||
# clean aborted dist builds and -out files
|
||||
rm -f $(PACKAGE)-*
|
||||
rm -rf linkcheckssl/ssl.so
|
||||
|
||||
.PHONY: localbuild
|
||||
localbuild: config
|
||||
$(PYTHON) setup.py build
|
||||
cp -f build/lib.linux-i686-2.1/linkcheckssl/ssl.so linkcheckssl
|
||||
|
||||
.PHONY: cleandeb
|
||||
cleandeb:
|
||||
|
|
@ -49,9 +43,7 @@ config:
|
|||
# no rpm package; too much trouble, cannot test
|
||||
.PHONY: dist
|
||||
dist: locale config
|
||||
$(PYTHON) setup.py sdist --formats=gztar,zip # bdist_rpm
|
||||
# extra run without SSL compilation
|
||||
$(PYTHON) setup.py bdist_wininst --bitmap="guruguru.bmp"
|
||||
$(PYTHON) setup.py sdist --formats=gztar,zip bdist_wininst
|
||||
|
||||
deb:
|
||||
# cleandeb because distutils choke on dangling symlinks
|
||||
|
|
|
|||
2
setup.py
2
setup.py
|
|
@ -152,7 +152,7 @@ o a (Fast)CGI web interface (requires HTTP server)
|
|||
""",
|
||||
distclass = MyDistribution,
|
||||
cmdclass = {'install': MyInstall},
|
||||
packages = ['','DNS','linkcheck','linkcheckssl'],
|
||||
packages = ['','DNS','linkcheck'],
|
||||
scripts = ['linkchecker'],
|
||||
data_files = [('share/locale/de/LC_MESSAGES',
|
||||
['locale/de/LC_MESSAGES/linkcheck.mo']),
|
||||
|
|
|
|||
Loading…
Reference in a new issue