mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-03-16 22:10:26 +00:00
Add target to build portable linux app.
This commit is contained in:
parent
2ca63e732f
commit
db3364c8af
2 changed files with 5 additions and 0 deletions
4
Makefile
4
Makefile
|
|
@ -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:
|
||||
|
|
|
|||
1
setup.py
1
setup.py
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Reference in a new issue