aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2010-09-12 18:29:57 +0000
committerHans-Christoph Steiner <eighthave@users.sourceforge.net>2010-09-12 18:29:57 +0000
commit88a466825e0cd946bb5f7e6c423729186871cf9e (patch)
tree0705a00ca95b4afa0801b58bd80c810722c3a17e /Makefile
parentfbfe702d7ef0d771c3e90a765a415a892e08b8f3 (diff)
added 'icons' folder
svn path=/trunk/abstractions/jmmmp/; revision=14076
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile8
1 files changed, 6 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 8efaeda..339297a 100644
--- a/Makefile
+++ b/Makefile
@@ -201,8 +201,8 @@ install-doc:
$(INSTALL_DATA) README.txt $(DESTDIR)$(objectsdir)/$(LIBRARY_NAME)/README.txt
$(INSTALL_DATA) LICENSE.txt $(DESTDIR)$(objectsdir)/$(LIBRARY_NAME)/LICENSE.txt
# added for this lib
- $(INSTALL_DIR) $(DISTDIR)/$(objectsdir)/$(LIBRARY_NAME)/icons
- $(INSTALL_FILE) icons/*.* $(DISTDIR)/$(objectsdir)/$(LIBRARY_NAME)/icons
+ $(INSTALL_DIR) $(DESTDIR)/$(objectsdir)/$(LIBRARY_NAME)/icons
+ $(INSTALL_DATA) icons/*.* $(DESTDIR)/$(objectsdir)/$(LIBRARY_NAME)/icons
install-examples:
test -z "$(strip $(EXAMPLES))" || \
@@ -274,6 +274,10 @@ dist: $(DISTDIR)
for file in $(MANUAL); do \
$(INSTALL_DATA) manual/$$file $(DISTDIR)/manual; \
done
+# added for this lib
+ $(INSTALL_DIR) $(DISTDIR)/icons
+ $(INSTALL_DATA) icons/*.* $(DISTDIR)/icons
+# make the tarball
tar --exclude-vcs -czpf $(DISTDIR).tar.gz $(DISTDIR)
# make a Debian source package