Add target to build portable linux app.

This commit is contained in:
Bastian Kleineidam 2013-12-09 17:56:11 +01:00
parent 2ca63e732f
commit db3364c8af
2 changed files with 5 additions and 0 deletions

View file

@ -168,6 +168,10 @@ rpm:
$(MAKE) -C linkcheck/HtmlParser
$(PYTHON) setup.py bdist_rpm
# Build portable Linux app
binary: distclean localbuild chmod
LINKCHECKER_FREEZE=1 $(PYTHON) setup.py bdist
# The check programs used here are mostly local scripts on my private system.
# So for other developers there is no need to execute this target.
check:

View file

@ -681,6 +681,7 @@ elif do_freeze:
cmd_obj = self.distribution.get_command_obj("install_lib")
cmd_obj.ensure_finalized()
self.outfiles.append(cmd_obj.get_conf_output()+"c")
insert_dns_path()
class InnoScript: