Skip to content

Commit

Permalink
Refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
cfgnunes committed Aug 5, 2023
1 parent 38345d4 commit f8f1de7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions makefile
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ $(OUTPUT_DIR)/$(SRC).pdf: $(TEX_FILES) $(IMG_FILES) $(PDF_FILES) $(SVG_FILES:.sv
@echo

%.pdf: %.svg
@echo "Converting SVG files to PDF format..."
@echo " > converting '$<'..."
@echo "Converting SVG to PDF..."
@echo " > File: '$<'..."
@inkscape --export-area-drawing --export-margin=1 --export-filename=$@ $<
@echo "Done!"
@echo
Expand Down

0 comments on commit f8f1de7

Please sign in to comment.