summaryrefslogtreecommitdiff
path: root/lib/am/data.am
diff options
context:
space:
mode:
authorTom Tromey <tromey@redhat.com>1995-11-22 08:41:44 +0000
committerTom Tromey <tromey@redhat.com>1995-11-22 08:41:44 +0000
commit35edb7dd19926cc1e43bb8b86e57c8e9a2684945 (patch)
tree56a755082e710a59994d9e4f66339981b224a2ce /lib/am/data.am
parentde7f3eaae693a81b3348a5b7d0f4640705ef3869 (diff)
downloadautomake-35edb7dd19926cc1e43bb8b86e57c8e9a2684945.tar.gz
Initial revision
Diffstat (limited to 'lib/am/data.am')
-rw-r--r--lib/am/data.am8
1 files changed, 8 insertions, 0 deletions
diff --git a/lib/am/data.am b/lib/am/data.am
new file mode 100644
index 000000000..240a04214
--- /dev/null
+++ b/lib/am/data.am
@@ -0,0 +1,8 @@
+install:: install-@SHORT@data
+
+# We use a funny name because "install-data" has another meaning.
+install-@SHORT@data: $(@LONG@)
+ $(top_srcdir)/mkinstalldirs $(@DIR@)
+ for p in $(@LONG@); do \
+ $(INSTALL_DATA) $(srcdir)/$$p $(@DIR@)/$$p; \
+ done \ No newline at end of file