diff --git a/Doc/Makefile b/Doc/Makefile index 3ff65a41bca2a59e41bc4a6e9e8c825ccc37a577..8b578513e14654cfce46f27ac896aedbcf0876da 100644 --- a/Doc/Makefile +++ b/Doc/Makefile @@ -33,7 +33,7 @@ SAXONCMD=java -cp "/usr/share/java/Saxon-HE.jar:/usr/share/java/xercesImpl.jar" avconv -i $< -acodec libx264 -c:a libvorbis -r 10 $<.mp4 || rm -f $<.mp4 avconv -i $< -vframes 1 $<.png || rm -f $<.png -webmSet = $(shell /bin/ls target/*/Ref/Video/*.webm) +webmSet = $(shell /bin/ls target/*/Ref/Video/*.webm 2>/dev/null) mp4Set = $(foreach webmFile, $(webmSet), $(webmFile).mp4 ) videoformats:$(mp4Set)