Files
clear-linux-documentation/source/_scripts/_python/Makefile
Kevin Putnam bd0a8e6a93 fixed broken path in python script
Signed-off-by: Kevin Putnam <kevin.putnam@intel.com>
2019-07-11 15:30:04 -07:00

10 lines
180 B
Makefile

py:
python bundle_lister.py
cp bundles.html.txt ../../reference/bundles
rm -rf bundle_lister/cloned_repo/*
rm bundles.html.txt
@echo "Python script finished successfully!"