generate-css: Move data files into subdir

[why]
We already have 2 data files to assemble the css file, and that clutters
the scripts/ directory; and there will come more for the cheat sheet.

Signed-off-by: Fini Jastrow <ulf.fini.jastrow@desy.de>
This commit is contained in:
Fini Jastrow 2022-09-11 18:23:02 +02:00
parent eef02c07b6
commit 018f006a6d
3 changed files with 2 additions and 2 deletions

View file

@ -8,8 +8,8 @@ source ./lib/i_all.sh
output_css_file="../../css/nerd-fonts-generated.css" output_css_file="../../css/nerd-fonts-generated.css"
output_css_min_file="../../css/nerd-fonts-generated.min.css" output_css_min_file="../../css/nerd-fonts-generated.min.css"
header_css_file="./css-header.txt" header_css_file="./data/css-header.txt"
header_css_min_file="./css-min-header.txt" header_css_min_file="./data/css-min-header.txt"
if [ -d "../../temp" ]; then if [ -d "../../temp" ]; then
output_cheat_sheet_file="../../temp/nerd-fonts-generated-cheat-sheet.txt" output_cheat_sheet_file="../../temp/nerd-fonts-generated-cheat-sheet.txt"
text_gen=" and Cheat Sheet HTML" text_gen=" and Cheat Sheet HTML"