diff --git a/makefile b/makefile index c15a6e2..e022e47 100644 --- a/makefile +++ b/makefile @@ -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