Initial commit: Datagraph generator for organisations/libraries/users
This commit is contained in:
12
orgas/Makefile
Normal file
12
orgas/Makefile
Normal file
@ -0,0 +1,12 @@
|
||||
all: organisations.svg
|
||||
|
||||
|
||||
graph.dot: gen.sh
|
||||
bash gen.sh graph.dot
|
||||
|
||||
|
||||
organisations.svg: graph.dot
|
||||
dot -Tsvg graph.dot -o organisations.svg
|
||||
|
||||
clean:
|
||||
rm -f organisations.svg graph.dot
|
Reference in New Issue
Block a user