diff options
author | Tom Tromey <tromey@redhat.com> | 1995-11-22 08:41:44 +0000 |
---|---|---|
committer | Tom Tromey <tromey@redhat.com> | 1995-11-22 08:41:44 +0000 |
commit | 35edb7dd19926cc1e43bb8b86e57c8e9a2684945 (patch) | |
tree | 56a755082e710a59994d9e4f66339981b224a2ce /lib/am/data.am | |
parent | de7f3eaae693a81b3348a5b7d0f4640705ef3869 (diff) | |
download | automake-35edb7dd19926cc1e43bb8b86e57c8e9a2684945.tar.gz |
Initial revision
Diffstat (limited to 'lib/am/data.am')
-rw-r--r-- | lib/am/data.am | 8 |
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 |