mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-07-09 03:58:59 +00:00
parent
9833051e1e
commit
a196c7d737
2 changed files with 4 additions and 1 deletions
3
Makefile
3
Makefile
|
|
@ -167,6 +167,9 @@ install:
|
|||
sdist: clean docs
|
||||
$(PYTHON) setup.py sdist
|
||||
|
||||
sdist_upload: clean docs
|
||||
$(PYTHON) setup.py sdist upload 2>&1 |tee upload.log
|
||||
|
||||
rpmcommon: $(MANPAGES) sdist
|
||||
@mkdir -p rpm-build
|
||||
@cp dist/*.gz rpm-build/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue