summaryrefslogtreecommitdiff
path: root/docs/Makefile.am
diff options
context:
space:
mode:
authorGustavo J. A. M. Carneiro <gjc@src.gnome.org>2007-08-27 13:36:37 +0000
committerGustavo J. A. M. Carneiro <gjc@src.gnome.org>2007-08-27 13:36:37 +0000
commit6dca54cfe265ff02856a149a6d9b3cbba461ba07 (patch)
treef72cdda66dddd3c3565c3e3fcfe913479dd2e6c6 /docs/Makefile.am
parent836bed8fc1be1c1a4efb785e832e358208747242 (diff)
downloadpygtk-6dca54cfe265ff02856a149a6d9b3cbba461ba07.tar.gz
Add icons and cursors to dist.
svn path=/trunk/; revision=2891
Diffstat (limited to 'docs/Makefile.am')
-rw-r--r--docs/Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/Makefile.am b/docs/Makefile.am
index 07d2a6d1..90505f99 100644
--- a/docs/Makefile.am
+++ b/docs/Makefile.am
@@ -588,6 +588,7 @@ CSS_DATA = $(CSS_FILES)
EXTRA_DIST = \
+ icons cursors \
$(HTML_FILES) \
$(XMLFILES) \
$(XSLFILES) \
@@ -621,7 +622,7 @@ install-data-hook:
@$(PYGOBJECT_FIXXREF) $(DESTDIR)$(TARGET_DIR)
uninstall-local:
- rm -f $(DESTDIR)$(TARGET_DIR)/*
+ rm -rf $(DESTDIR)$(TARGET_DIR)/*
if ENABLE_DOCS