mirror of
https://github.com/postgres/postgres.git
synced 2025-07-30 11:03:19 +03:00
Change Graphviz file extension
Change extension for Graphviz files from .dot to .gv. The latter appears to be the generally preferred one nowadays. Discussion: https://www.postgresql.org/message-id/flat/71fe76d2-c7d7-2acc-6762-bbf9e61c566e%402ndquadrant.com
This commit is contained in:
@ -11,7 +11,7 @@ DOT = dot
|
||||
|
||||
all: $(ALL_IMAGES)
|
||||
|
||||
%.svg: %.dot
|
||||
%.svg: %.gv
|
||||
$(DOT) -T svg -o $@ $<
|
||||
|
||||
%.svg: %.txt
|
||||
|
Reference in New Issue
Block a user