diff options
| author | David Bremner <david@tethera.net> | 2015-06-01 09:08:59 +0200 |
|---|---|---|
| committer | David Bremner <david@tethera.net> | 2015-06-12 09:12:28 +0200 |
| commit | d038b9320949c79503fe4b76870aaabf279405ab (patch) | |
| tree | cc37e58cf542034e0a6cab77668aa8b58950e87a /debian/rules | |
| parent | 32fd74b7aa9c24ec77f8c59d09f89e0535bf64cd (diff) | |
build: integrate building ruby bindings into notmuch build process
Because ruby generates a Makefile, we have to use recursive make.
Because mkmf.rb hardcodes the name Makefile, put our Makefile{.local}
in the parent directory.
Diffstat (limited to 'debian/rules')
| -rwxr-xr-x | debian/rules | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/debian/rules b/debian/rules index 56378ecd..04f0062a 100755 --- a/debian/rules +++ b/debian/rules @@ -19,7 +19,6 @@ override_dh_auto_build: dh_auto_build -- V=1 dh_auto_build --sourcedirectory bindings/python cd bindings/python && $(python3_all) setup.py build - cd bindings/ruby && ruby extconf.rb --vendor && make $(MAKE) -C contrib/notmuch-mutt override_dh_auto_clean: |
