Skip to content
Snippets Groups Projects
Commit 836bb715 authored by Jan Wille's avatar Jan Wille
Browse files

latexmk: remove debugging print statemnt

parent 28a67f07
No related branches found
No related tags found
No related merge requests found
......@@ -32,7 +32,6 @@ sub makeglossaries {
add_cus_dep( 'svg', 'pdf', 0, 'runInkscape' );
sub runInkscape {
my @args = ( "$_[0].svg", "--export-area-page", "--export-filename", "$_[0].pdf" );
print @args;
return system "inkscape", @args;
}
......
......@@ -5,6 +5,10 @@ All notable changes to this project will be documented in this file.
## [Current]
### Fixed
- removed debug print from `latexmk` inkscape recipy
## [3.0]
### Breaking
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment