[Build] Some experimentation
This commit is contained in:
64
build.sh
64
build.sh
@@ -14,45 +14,45 @@ echo "
|
||||
"
|
||||
|
||||
mkdir dist/
|
||||
cat ./scopes/header.tex >>./dist/minimal.sty
|
||||
cat ./janishutz-helpers.sty >./dist/janishutz-helpers-minimal.sty
|
||||
|
||||
# Build minimal scope
|
||||
cat ./main/core.tex >>./dist/minimal.sty
|
||||
echo "\n" >>./dist/minimal.sty
|
||||
cat ./main/style/style.tex >>./dist/minimal.sty
|
||||
echo "\n" >>./dist/minimal.sty
|
||||
cat ./main/style/common.tex >>./dist/minimal.sty
|
||||
|
||||
# Build most
|
||||
cat ./dist/minimal.sty >./dist/most.sty
|
||||
echo "\n" >>./dist/most.sty
|
||||
cat ./main/math.tex >>./dist/most.sty
|
||||
echo "\n" >>./dist/most.sty
|
||||
cat ./main/cs.tex >>./dist/most.sty
|
||||
echo "\n" >>./dist/most.sty
|
||||
cat ./main/index.tex >>./dist/most.sty
|
||||
echo "\n" >>./dist/most.sty
|
||||
cat ./main/style/counters.tex >>./dist/most.sty
|
||||
echo "\n" >>./dist/most.sty
|
||||
cat ./main/style/cs.tex >>./dist/most.sty
|
||||
echo "\n" >>./dist/most.sty
|
||||
cat ./main/style/math.tex >>./dist/most.sty
|
||||
echo "\n" >>./dist/most.sty
|
||||
cat ./main/style/language.tex >>./dist/most.sty
|
||||
echo "" >>./dist/janishutz-helpers-minimal.sty
|
||||
cat ./config/config.tex >>./dist/janishutz-helpers-minimal.sty
|
||||
echo "" >>./dist/janishutz-helpers-minimal.sty
|
||||
cat ./main/core.tex >>./dist/janishutz-helpers-minimal.sty
|
||||
echo "" >>./dist/janishutz-helpers-minimal.sty
|
||||
cat ./main/style/style.tex >>./dist/janishutz-helpers-minimal.sty
|
||||
echo "" >>./dist/janishutz-helpers-minimal.sty
|
||||
cat ./main/style/common.tex >>./dist/janishutz-helpers-minimal.sty
|
||||
|
||||
# Build recommended
|
||||
cat ./dist/most.sty >./dist/recommended.sty
|
||||
echo "\n" >>./dist/recommended.sty
|
||||
cat ./extra/bib.tex >>./dist/recommended.sty
|
||||
echo "\n" >>./dist/recommended.sty
|
||||
cat ./extra/glossary.tex >>./dist/recommended.sty
|
||||
cat ./dist/janishutz-helpers-minimal.sty >./dist/janishutz-helpers-recommended.sty
|
||||
echo "" >>./dist/janishutz-helpers-recommended.sty
|
||||
cat ./main/math.tex >>./dist/janishutz-helpers-recommended.sty
|
||||
echo "" >>./dist/janishutz-helpers-recommended.sty
|
||||
cat ./main/cs.tex >>./dist/janishutz-helpers-recommended.sty
|
||||
echo "" >>./dist/janishutz-helpers-recommended.sty
|
||||
cat ./main/index.tex >>./dist/janishutz-helpers-recommended.sty
|
||||
echo "" >>./dist/janishutz-helpers-recommended.sty
|
||||
cat ./main/style/counters.tex >>./dist/janishutz-helpers-recommended.sty
|
||||
echo "" >>./dist/janishutz-helpers-recommended.sty
|
||||
cat ./main/style/cs.tex >>./dist/janishutz-helpers-recommended.sty
|
||||
echo "" >>./dist/janishutz-helpers-recommended.sty
|
||||
cat ./main/style/math.tex >>./dist/janishutz-helpers-recommended.sty
|
||||
echo "" >>./dist/janishutz-helpers-recommended.sty
|
||||
cat ./main/style/language.tex >>./dist/janishutz-helpers-recommended.sty
|
||||
echo "" >>./dist/janishutz-helpers-recommended.sty
|
||||
cat ./extra/bib.tex >>./dist/janishutz-helpers-recommended.sty
|
||||
echo "" >>./dist/janishutz-helpers-recommended.sty
|
||||
cat ./extra/glossary.tex >>./dist/janishutz-helpers-recommended.sty
|
||||
|
||||
# Build full
|
||||
cat ./dist/recommended.sty >./dist/full.sty
|
||||
echo "\n" >>./dist/full.sty
|
||||
cat ./extra/minted.tex >>./dist/full.sty
|
||||
cat ./dist/janishutz-helpers-recommended.sty >./dist/janishutz-helpers-full.sty
|
||||
echo "" >>./dist/janishutz-helpers-full.sty
|
||||
cat ./extra/minted.tex >>./dist/janishutz-helpers-full.sty
|
||||
|
||||
# Copy letter
|
||||
cp ./scopes/letter.tex ./dist/letter.sty
|
||||
cp ./scopes/letter.tex ./dist/janishutz-helpers-letters.sty
|
||||
|
||||
echo "==> Done"
|
||||
|
||||
Reference in New Issue
Block a user