Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/ForkAwesome/Fork-Awesome.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/doc/Makefile')
-rw-r--r--src/doc/Makefile9
1 files changed, 7 insertions, 2 deletions
diff --git a/src/doc/Makefile b/src/doc/Makefile
index 4ab6921e5..1d5829241 100644
--- a/src/doc/Makefile
+++ b/src/doc/Makefile
@@ -29,8 +29,13 @@ build:
bundle exec lessc --clean-css="--compatibility=ie8" ${SITE_LESS} > ${SITE_CSS}
- @echo "Moving font files and README"
- cp -r ../fonts ${FA_ROOT_DIRECTORY}/
+ @echo "Moving CSS, LESSĀ & SASS to /"
+ cp -r ${FA_ROOT_DIRECTORY}/ ../
+
+ @echo "Moving font files to assets"
+ cp -r ../fonts ${FA_ROOT_DIRECTORY}/
+
+ @echo "Updating Readme"
mv README.md-nobuild ../README.md
@echo "Generating zip file"