summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorArun Isaac2021-06-28 16:49:45 +0530
committerArun Isaac2021-06-28 17:04:28 +0530
commit5c19b1f0a67a0bb737c87a374f6e1cd0fb51e1f0 (patch)
treebdc0985a57b64d83ceba32e9f392507448de57dc /configure.ac
parent3d9954a73564e1e7d8296c50971f3e5c63bf3a02 (diff)
downloadccwl-5c19b1f0a67a0bb737c87a374f6e1cd0fb51e1f0.tar.gz
ccwl-5c19b1f0a67a0bb737c87a374f6e1cd0fb51e1f0.tar.lz
ccwl-5c19b1f0a67a0bb737c87a374f6e1cd0fb51e1f0.zip
Makefile: Build workflow images.
* configure.ac: Search for cwltool, dot and sed. * Makefile.am (DOC_IMAGES): New variable. ($(SKRIBILO_BUILD_DIR)/%.cwl, %.dot, %.svg): New rules. ($(SKRIBILO_BUILD_DIR)/ccwl.info): Depend on $(DOC_IMAGES). ($(SKRIBILO_BUILD_DIR)/ccwl.html): Depend on $(DOC_IMAGES). Build HTML into a directory. Copy $(DOC_IMAGES) into that directory.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac3
1 files changed, 3 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index d75c699..e40d794 100644
--- a/configure.ac
+++ b/configure.ac
@@ -23,6 +23,9 @@ AM_SILENT_RULES([yes])
GUILE_PKG([3.0 2.2])
GUILE_PROGS
+AC_PROG_SED
+AC_PATH_PROG([DOT], [dot])
+AC_PATH_PROG([CWLTOOL], [cwltool])
AC_PATH_PROG([EMACS], [emacs])
AC_PATH_PROG([SKRIBILO], [skribilo])