Revises scripts/_python/Makefile for cp to correct directory.

Signed-off-by: Michael Vincerra <michael.vincerra@intel.com>
This commit is contained in:
Michael Vincerra
2018-12-15 18:47:21 -08:00
parent 92c499067d
commit a88206391e
+4 -4
View File
@@ -1,9 +1,9 @@
py:
python bundle_lister.py
cp bundles.html.txt ../../introduction
python bundle_lister.py
cp bundles.html.txt ../../clear-linux/reference/bundles
rm -rf cloned_repo/*
rm bundles.html.txt
@echo "Python script finished succesfully!"
@echo "Next run make html. Then run make publish."