[gegl] docs: run operations_html with $((EXEEXT)
- From: Øyvind Kolås <ok src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gegl] docs: run operations_html with $((EXEEXT)
- Date: Fri, 5 May 2017 13:46:31 +0000 (UTC)
commit 1daef7f46256537a5ca27c06eca123d233393dea
Author: Øyvind Kolås <pippin gimp org>
Date: Fri May 5 15:46:11 2017 +0200
docs: run operations_html with $((EXEEXT)
docs/Makefile.am | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/docs/Makefile.am b/docs/Makefile.am
index ffe05d8..93c6e7c 100644
--- a/docs/Makefile.am
+++ b/docs/Makefile.am
@@ -97,7 +97,7 @@ examples: $(top_builddir)/tools/gegl-tester$(EXEEXT) $(top_srcdir)/operations/*
GEGL_SWAP=RAM GEGL_PATH=$(top_builddir)/operations \
$(top_builddir)/tools/gegl-tester$(EXEEXT) --all -o operations/images \
-d $(srcdir)/images/ -e $(exclusion_pattern) ; \
- (cd operations; GEGL_PATH=$(top_builddir)/../operations
$(top_builddir)/../tools/operations_html ) \
+ (cd operations; GEGL_PATH=$(top_builddir)/../operations$(EXEEXT)
$(top_builddir)/../tools/operations_html ) \
fi
class-hierarchy.html: $(top_builddir)/tools/introspect$(EXEEXT) $(top_srcdir)/operations/*/*.c
$(top_srcdir)/gegl/*.c
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]