From d8be4a43c85b1daaa2daf2f4292fda31cd0bbe32 Mon Sep 17 00:00:00 2001 From: Sébastien Gross Date: Fri, 2 Oct 2020 14:42:02 +0200 Subject: DEB: Add documentation in libsquashfs-dev MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This patch allows to include Doxygen generated documentation to squashfs development package. Signed-off-by: Sébastien Gross --- packages/debian/rules | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'packages/debian/rules') diff --git a/packages/debian/rules b/packages/debian/rules index ccf7734..adedbc7 100755 --- a/packages/debian/rules +++ b/packages/debian/rules @@ -9,6 +9,10 @@ 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 ${@} -- cgit v1.2.3