diff options
author | Arun Isaac | 2025-09-08 18:50:15 +0100 |
---|---|---|
committer | Arun Isaac | 2025-09-08 18:53:16 +0100 |
commit | 34bab6cb5e4bcfe974e3ae06c88891761237ab12 (patch) | |
tree | b89c4780f33baacf580531c54484d2ff84ba0971 /doc | |
parent | cad2b9453c4f4a07d42a9cabc06dfac1ad878096 (diff) | |
download | pyhegp-34bab6cb5e4bcfe974e3ae06c88891761237ab12.tar.gz pyhegp-34bab6cb5e4bcfe974e3ae06c88891761237ab12.tar.lz pyhegp-34bab6cb5e4bcfe974e3ae06c88891761237ab12.zip |
Replace PlantUML image generation script with Guix computed-file.
Diffstat (limited to 'doc')
-rwxr-xr-x | doc/generate-images.sh | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/doc/generate-images.sh b/doc/generate-images.sh deleted file mode 100755 index 0950519..0000000 --- a/doc/generate-images.sh +++ /dev/null @@ -1,4 +0,0 @@ -#! /bin/sh - -cat simple-workflow.uml | guix shell plantuml -- plantuml -p > simple-workflow.png -cat joint-workflow.uml | guix shell plantuml -- plantuml -p > joint-workflow.png |