diff options
Diffstat (limited to 'packages/debian/rules')
-rwxr-xr-x | packages/debian/rules | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/packages/debian/rules b/packages/debian/rules index adedbc7..ccf7734 100755 --- a/packages/debian/rules +++ b/packages/debian/rules @@ -9,10 +9,6 @@ override_dh_auto_install: # remove libtool .la files find $(CURDIR)/debian/tmp/ -name '*.la' -delete -override_dh_auto_build: - dh_auto_build - $(MAKE) doxygen-doc - %: dh ${@} |