mirror of
https://github.com/clearlinux/clear-linux-documentation.git
synced 2026-06-29 17:26:01 +00:00
92c499067d
- 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>
10 lines
213 B
Makefile
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."
|
|
|