No need to use ‘cat’

This commit is contained in:
Daniel - 2018-08-19 17:02:51 +02:00
parent f685674548
commit d45a004e7a
Signed by: dbo
GPG Key ID: 4F63DB96D45AA9C6
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ presentations/$(BUILD_DIR)/%:
mkdir -p $@
define presentation_dependencies
$(shell cat $(1) | perl -ne '/includedeck\{(.*)\}/ && print "presentations/content/", $$1, ".tex "')
$(shell perl -ne '/includedeck\{(.*)\}/ && print "presentations/content/", $$1, ".tex "' $(1))
endef
define PRESENTATION_template