Skip to content

Commit

Permalink
Removed deletion of assets directory. This is needed!
Browse files Browse the repository at this point in the history
  • Loading branch information
benedict-96 committed Dec 20, 2023
1 parent b9dc115 commit 8fb2a7b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions docs/src/tikz/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ logo:
pdftocairo -png -r 500 -transp -singlefile logo_with_name.pdf logo_with_name
pdftocairo -png -r 500 -transp -singlefile logo_with_name_dark.pdf logo_with_name_dark

mkdir -p ../assets
cp logo_with_name.png ../assets/logo.png
cp logo_with_name_dark.png ../assets/logo-dark.png

Expand All @@ -51,6 +50,5 @@ empty: clean
rm -f *.png
rm -f *.svg
rm -f ../assets/*.png
rm -rf ../assets

all: pdf png logo clean

0 comments on commit 8fb2a7b

Please sign in to comment.