diff options
Diffstat (limited to 'Build/source/texk/xdvipdfmx')
-rw-r--r-- | Build/source/texk/xdvipdfmx/Makefile.am | 2 | ||||
-rw-r--r-- | Build/source/texk/xdvipdfmx/data/Makefile.am | 7 | ||||
-rw-r--r-- | Build/source/texk/xdvipdfmx/src/Makefile.am | 4 |
3 files changed, 11 insertions, 2 deletions
diff --git a/Build/source/texk/xdvipdfmx/Makefile.am b/Build/source/texk/xdvipdfmx/Makefile.am index df1f61b4b1e..f004a99bf6a 100644 --- a/Build/source/texk/xdvipdfmx/Makefile.am +++ b/Build/source/texk/xdvipdfmx/Makefile.am @@ -1,4 +1,4 @@ -## Makefile.am for the TeX Live subdirectory texk/dtl/ +## Makefile.am for the TeX Live subdirectory texk/xdvipdfmx/ ## ## Copyright (C) 2009 Peter Breitenlohner <tex-live@tug.org> ## You may freely use, modify and/or distribute this file. diff --git a/Build/source/texk/xdvipdfmx/data/Makefile.am b/Build/source/texk/xdvipdfmx/data/Makefile.am index b210bfeee1b..2d2d8b8d6f2 100644 --- a/Build/source/texk/xdvipdfmx/data/Makefile.am +++ b/Build/source/texk/xdvipdfmx/data/Makefile.am @@ -1,4 +1,9 @@ -pkgdatadir = $(datadir)/texmf/dvipdfm +## Makefile.am for the TeX Live subdirectory texk/xdvipdfmx/data/ +## +## Copyright (C) 2009 Peter Breitenlohner <tex-live@tug.org> +## You may freely use, modify and/or distribute this file. +## +pkgdatadir = ${prefix}/texmf/dvipdfm dist_pkgdata_DATA = \ $(srcdir)/CMap/EUC-UCS2 \ $(srcdir)/CMap/UniKSCms-UCS2-H \ diff --git a/Build/source/texk/xdvipdfmx/src/Makefile.am b/Build/source/texk/xdvipdfmx/src/Makefile.am index e022614adb0..f91f40e3bf0 100644 --- a/Build/source/texk/xdvipdfmx/src/Makefile.am +++ b/Build/source/texk/xdvipdfmx/src/Makefile.am @@ -1,3 +1,7 @@ +## Makefile.am for the TeX Live subdirectory texk/xdvipdfmx/src/ +## +## Copyright (C) 2009 Peter Breitenlohner <tex-live@tug.org> +## You may freely use, modify and/or distribute this file. ## INCLUDES = $(KPATHSEA_INCLUDES) $(FREETYPE2_INCLUDES) $(LIBPNG_INCLUDES) $(ZLIB_INCLUDES) AM_CPPFLAGS = |