From 8dcc88f867ab0bed24df49d8c0f347f1357bfffd Mon Sep 17 00:00:00 2001 From: Richard Jones Date: Wed, 8 Apr 2009 13:42:26 +0100 Subject: [PATCH] Added a note that I'm not going to do Python bindings for now. --- README | 2 -- python/Makefile.am | 6 ++++++ python/README-python-bindings | 7 +++++++ 3 files changed, 13 insertions(+), 2 deletions(-) create mode 100644 python/README-python-bindings diff --git a/README b/README index 906da00..f90bf46 100644 --- a/README +++ b/README @@ -45,8 +45,6 @@ generated files, and also to build the OCaml bindings - (Optional) Perl if you want to build the perl bindings -- (Optional) Python if you want to build the python bindings - Running ./configure will check you have all the requirements installed on your machine. diff --git a/python/Makefile.am b/python/Makefile.am index 42a43f8..e4ef9e8 100644 --- a/python/Makefile.am +++ b/python/Makefile.am @@ -14,3 +14,9 @@ # You should have received a copy of the GNU General Public License # along with this program; if not, write to the Free Software # Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. + +EXTRA_DIST = README-python-bindings + +if HAVE_PYTHON + +endif \ No newline at end of file diff --git a/python/README-python-bindings b/python/README-python-bindings new file mode 100644 index 0000000..4c5aa38 --- /dev/null +++ b/python/README-python-bindings @@ -0,0 +1,7 @@ +There are no Python bindings right now. + +Know Python? Why not contribute some! + +You will need to autogenerate them by adding the appropriate code +snippets to src/generator.ml. For inspiration, I suggest looking at +how the OCaml and Perl bindings were done. -- 1.8.3.1