Handle DATA and PACKAGEDATA
authorTom Tromey <tromey@redhat.com>
Wed, 22 Nov 1995 08:49:18 +0000 (08:49 +0000)
committerTom Tromey <tromey@redhat.com>
Wed, 22 Nov 1995 08:49:18 +0000 (08:49 +0000)
automake.in

index cbf4c3c..ab482c4 100755 (executable)
@@ -282,6 +282,17 @@ p
     cat $am_dir/mans.am >&5
   fi
 
+
+  #
+  # Handle DATA and PACKAGEDATA.
+  #
+  if test -n "$DATA"; then
+     sed -f $am_dir/data.sed $am_dir/data.am >&5
+  fi
+  if test -n "$PACKAGEDATA"; then
+     sed -f $am_dir/packagedata.sed $am_dir/data.am >&5
+  fi
+
   case "$SUBDIRS" in
   "") if grep @kr@ ${am_makefile}.am >/dev/null; then
       cat $am_dir/clean-kr.am >&5