Files
clear-linux-documentation/source/scripts/_python/Makefile
T
Michael Vincerra 92c499067d Adds new scripts dir and Python bundle_lister.py. Includes:
- Local Makefile to be called from parent Makefile at source/
- README.md
- cloned_repo dir necessary for executing bundle_lister.py
- requirements.txt per developer standard
- template.html also necessary for executing bundle_lister.py

Signed-off-by: Michael Vincerra <michael.vincerra@intel.com>
2018-12-19 09:25:46 -08:00

10 lines
213 B
Makefile

py:
python bundle_lister.py
cp bundles.html.txt ../../introduction
rm -rf cloned_repo/*
rm bundles.html.txt
@echo "Python script finished succesfully!"
@echo "Next run make html. Then run make publish."