mirror of
https://github.com/clearlinux/clear-linux-documentation.git
synced 2026-04-29 11:38:23 +00:00
- Contributors may run `make venv` and install requirements.txt without modifying host OS - Innermost `requirements.txt`, 2 dependencies, moved to uppermost requirements.txt - Adds `venv` to .gitignore in case contributors/developer forget to remove. - Reverts source/conf.py to original. - Replaces python command with python3 in innermost _python/Makefile Signed-off-by: Michael Vincerra <michael.vincerra@intel.com>
7 lines
166 B
Makefile
7 lines
166 B
Makefile
py:
|
|
python3 bundle_lister.py
|
|
cp bundles.html.txt ../../reference/bundles
|
|
rm -rf ./cloned_repo/*
|
|
rm bundles.html.txt
|
|
@echo "Python script finished successfully!"
|