diff options
author | Jonathan Kew <jfkthame@googlemail.com> | 2006-12-21 13:46:15 +0000 |
---|---|---|
committer | Jonathan Kew <jfkthame@googlemail.com> | 2006-12-21 13:46:15 +0000 |
commit | d9a42820f293c9395679325d775a16c2ce7333d3 (patch) | |
tree | 3e6a8074f3c2769b774a64095cb5b8bfc26db959 /Build/source/texk/xdvipdfmx/Makefile.am | |
parent | 9224ac02ef41b932a460edede965e4f3672f98de (diff) |
skip data subdir in xdvipdfmx (duplicates data from dvipdfmx)
git-svn-id: svn://tug.org/texlive/trunk@2837 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/xdvipdfmx/Makefile.am')
-rw-r--r-- | Build/source/texk/xdvipdfmx/Makefile.am | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/Build/source/texk/xdvipdfmx/Makefile.am b/Build/source/texk/xdvipdfmx/Makefile.am index 3da2d71a61f..b1348f9416a 100644 --- a/Build/source/texk/xdvipdfmx/Makefile.am +++ b/Build/source/texk/xdvipdfmx/Makefile.am @@ -1 +1,4 @@ -SUBDIRS = data src +# SUBDIRS = data src + +# skip the data subdir; we rely on dvipdfmx to provide those files +SUBDIRS = src |