diff --git a/source/scripts/_python/Makefile b/source/scripts/_python/Makefile index 251254ac..1d06c7b2 100644 --- a/source/scripts/_python/Makefile +++ b/source/scripts/_python/Makefile @@ -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." +