summaryrefslogtreecommitdiffstats
path: root/package/libxml2
diff options
context:
space:
mode:
authorPaulius Zaleckas <paulius.zaleckas@gmail.com>2010-05-05 13:09:36 +0300
committerPeter Korsgaard <jacmet@sunsite.dk>2010-05-05 12:21:21 +0200
commitd701a82321ad2f3e5bfa16639e93532294cad4ce (patch)
treef1f13ea0c3a739e0d4eb88870bb8628a17f91289 /package/libxml2
parent79db1ff5ac3c5f32ba473258bef1f8328564ca77 (diff)
downloadbuildroot-novena-d701a82321ad2f3e5bfa16639e93532294cad4ce.tar.gz
buildroot-novena-d701a82321ad2f3e5bfa16639e93532294cad4ce.zip
Remove gtk-doc documentations from target
On my target rootfs it is installed documentation for: atk, cairo, gdk, gdk-pixbuf, gio, glib, gobject, gtk, pango It ocupies 34M of space. Configure option --disable-gtk-doc doesn't prevent installation of it. So we should remove them manually if documentation is disabled. [Peter: also remove manual rm's from hal/libxml2/libglade] Signed-off-by: Paulius Zaleckas <paulius.zaleckas@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'package/libxml2')
-rw-r--r--package/libxml2/libxml2.mk4
1 files changed, 1 insertions, 3 deletions
diff --git a/package/libxml2/libxml2.mk b/package/libxml2/libxml2.mk
index 7680aa61f..3a3e00706 100644
--- a/package/libxml2/libxml2.mk
+++ b/package/libxml2/libxml2.mk
@@ -34,9 +34,7 @@ $(eval $(call AUTOTARGETS,package,libxml2,host))
$(LIBXML2_HOOK_POST_INSTALL):
$(SED) "s,^prefix=.*,prefix=\'$(STAGING_DIR)/usr\',g" $(STAGING_DIR)/usr/bin/xml2-config
$(SED) "s,^exec_prefix=.*,exec_prefix=\'$(STAGING_DIR)/usr\',g" $(STAGING_DIR)/usr/bin/xml2-config
- rm -rf $(TARGET_DIR)/usr/share/aclocal \
- $(TARGET_DIR)/usr/share/doc/libxml2-$(LIBXML2_VERSION) \
- $(TARGET_DIR)/usr/share/gtk-doc
+ rm -rf $(TARGET_DIR)/usr/share/aclocal
touch $@
# libxml2 for the host