Skip to content

Commit

Permalink
make: doc/formats.svg: Ignore graphviz verison to get less diff
Browse files Browse the repository at this point in the history
  • Loading branch information
wader committed Nov 1, 2021
1 parent 58ba84f commit 95b9c32
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,8 @@ doc/demo.svg: fq

.PHONY: doc/formats.svg
doc/formats.svg: fq
./fq -rnf doc/formats_diagram.jq | dot -Tsvg -o doc/formats.svg
# ignore graphviz version as it causes diff when nothing has changed
./fq -rnf doc/formats_diagram.jq | dot -Tsvg | grep -v 'Generated by graphviz version' > doc/formats.svg

doc/file.mp3: Makefile
ffmpeg -y -f lavfi -i sine -f lavfi -i testsrc -map 0:0 -map 1:0 -t 20ms "$@"
Expand Down
1 change: 0 additions & 1 deletion doc/formats.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 95b9c32

Please sign in to comment.