add some readme, change log folder name to pdf
This commit is contained in:
@@ -10,7 +10,7 @@ if test -f ".autoltx"; then
|
||||
else
|
||||
if test -f ".gitignore"; then
|
||||
# Adding build files to .gitignore
|
||||
grep -qxF 'build/' .gitignore || echo 'build/' >> .gitignore
|
||||
grep -qxF 'pdf/' .gitignore || echo 'pdf/' >> .gitignore
|
||||
grep -qxF 'latexmkrc' .gitignore || echo 'latexmkrc' >> .gitignore
|
||||
grep -qxF 'compile.sh' .gitignore || echo 'compile.sh' >> .gitignore
|
||||
grep -qxF '.autoltx' .gitignore || echo '.autoltx' >> .gitignore
|
||||
@@ -18,10 +18,10 @@ if test -f ".gitignore"; then
|
||||
echo Configuring AutoLTX for this project
|
||||
else
|
||||
# Creating .gitignore file
|
||||
printf 'build/\nlatexmkrc\ncompile.sh\n' >> .gitignore
|
||||
printf 'pdf/\nlatexmkrc\ncompile.sh\n' >> .gitignore
|
||||
fi
|
||||
|
||||
# mkdir -p build/config
|
||||
# mkdir -p pdf/config
|
||||
|
||||
# Add latexmk rc file to build files
|
||||
cp /app/setupFiles/latexmkrc /app/project/
|
||||
|
||||
Reference in New Issue
Block a user