Commit 537556b2 authored by Charles Manning's avatar Charles Manning Committed by Peter Korsgaard
Browse files

libsigc: Don't copy devel documentation onto target



The libsigc++ developer documentation was being copied onto the target.
Add a clean-up to fix that.

Signed-off-by: default avatarCharles Manning <cdhmanning@gmail.com>
Acked-by: default avatarArnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Signed-off-by: default avatarPeter Korsgaard <jacmet@sunsite.dk>
parent 4b3425c0
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -8,4 +8,10 @@ LIBSIGC_SOURCE = libsigc++-$(LIBSIGC_VERSION).tar.bz2
LIBSIGC_SITE = http://ftp.gnome.org/pub/GNOME/sources/libsigc++/2.2
LIBSIGC_INSTALL_STAGING = YES

define LIBSIGC_INSTALL_TARGET_FIXUP
	rm -rf $(TARGET_DIR)/usr/share/devhelp/books/libsigc++*
endef

LIBSIGC_POST_INSTALL_TARGET_HOOKS += LIBSIGC_INSTALL_TARGET_FIXUP

$(eval $(autotools-package))