Displaying 1 result from an estimated 1 matches for "exception_data".
2007 Jun 04
0
Patch to enable python bindings in absence of docs build
...TESTS) $(BUILT_SOURCES)
SUBDIRS = docs
@@ -58,7 +63,7 @@
# "\" when extracting the output directory from the value passed to the -o
# option.
-BUILT_SOURCES += except.i doccomments.i
+BUILT_SOURCES += except.i $(DOCCOMMENTS_I)
except.i: generate-python-exceptions ../../xapian-core/exception_data.pm
./generate-python-exceptions
@@ -79,9 +84,9 @@
test -f modern/xapian_wrap.stamp; exit $$?; \
fi; \
fi
-modern/xapian_wrap.stamp: $(SWIG_sources) util.i except.i doccomments.i extra.i extracomments.i
+modern/xapian_wrap.stamp: $(SWIG_sources) util.i except.i $(DOCCOMMENTS_I) extra...