aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile.am5
1 files changed, 5 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index 8d43660..184fbc2 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -28,7 +28,12 @@ INCLUDE_FILES = \
noinst_HEADERS = $(INCLUDE_FILES)
EXTRA_DIST = $(DATADIRS)
+EXTRA_DIST += contrib
install-data-local: $(DATADIRS)
mkdir -p $(DESTDIR)$(pkgdatadir) ; \
find $(DATADIRS) -type f | xargs -I{} install -D -m 644 {} $(DESTDIR)$(pkgdatadir)/{}
+
+download-data:
+ ( cd $(srcdir) ; \
+ contrib/download_data; )