summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArun Isaac2021-07-04 23:42:12 +0530
committerArun Isaac2021-07-04 23:50:57 +0530
commit5b017d4dcff72745a4cc382511f0146b66aced7e (patch)
tree3631a27df72ea5a074d0528e93e7930346a3be43
parent70049782e787faf3f6c0f54ca8b93d0bc83437ba (diff)
downloadccwl-5b017d4dcff72745a4cc382511f0146b66aced7e.tar.gz
ccwl-5b017d4dcff72745a4cc382511f0146b66aced7e.tar.lz
ccwl-5b017d4dcff72745a4cc382511f0146b66aced7e.zip
Makefile: Pass image path to skribilo.
* Makefile.am (SKRIBILO_FLAGS): Add --image-path=$(builddir).
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index e4c562a..a9ad6ca 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -113,7 +113,7 @@ CLEANFILES += doc/*.cwl doc/%.dot doc/*.png
info-local: doc/ccwl.info
html-local: doc/ccwl.html
-SKRIBILO_FLAGS = --source-path=$(srcdir)
+SKRIBILO_FLAGS = --source-path=$(srcdir) --image-path=$(builddir)
CLEANFILES += doc/ccwl.info doc/skribilo.go
CLEAN_DIRECTORIES = doc/ccwl.html