diff options
author | Paulius Zaleckas <paulius.zaleckas@gmail.com> | 2010-05-05 13:09:36 +0300 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2010-05-05 12:21:21 +0200 |
commit | d701a82321ad2f3e5bfa16639e93532294cad4ce (patch) | |
tree | f1f13ea0c3a739e0d4eb88870bb8628a17f91289 /package/hal/hal.mk | |
parent | 79db1ff5ac3c5f32ba473258bef1f8328564ca77 (diff) | |
download | buildroot-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/hal/hal.mk')
-rw-r--r-- | package/hal/hal.mk | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/package/hal/hal.mk b/package/hal/hal.mk index 0c362b053..746107b7b 100644 --- a/package/hal/hal.mk +++ b/package/hal/hal.mk @@ -63,7 +63,6 @@ $(HAL_DIR)/hald/hald: $(HAL_DIR)/.configured $(TARGET_DIR)/$(HAL_TARGET_BINARY): $(HAL_DIR)/hald/hald $(MAKE) STAGING_DIR="$(STAGING_DIR)" DESTDIR="$(TARGET_DIR)" -C $(HAL_DIR) install - rm -rf $(TARGET_DIR)/usr/share/gtk-doc rm -rf $(TARGET_DIR)/usr/share/hal/device-manager rm -rf $(TARGET_DIR)/usr/lib/libhal*.so rm -rf $(TARGET_DIR)/usr/lib/hal |