From a88206391e5c8976847af8128eb7fd59f104adfc Mon Sep 17 00:00:00 2001 From: Michael Vincerra Date: Sat, 15 Dec 2018 18:47:21 -0800 Subject: [PATCH] Revises scripts/_python/Makefile for cp to correct directory. Signed-off-by: Michael Vincerra --- source/scripts/_python/Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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." +