diff options
author | Peter Breitenlohner <peb@mppmu.mpg.de> | 2013-02-08 12:05:33 +0000 |
---|---|---|
committer | Peter Breitenlohner <peb@mppmu.mpg.de> | 2013-02-08 12:05:33 +0000 |
commit | 9b888649e62c7efd7a76b093153f23a145ab8b5a (patch) | |
tree | a6697745e2583fee70566b85a6f89ef24b05af45 /Build/source/texk/cjkutils | |
parent | 5335b097801ae55377defd39dbcb2c66b7cab052 (diff) |
build system: Merge texmf into texmf-dist
git-svn-id: svn://tug.org/texlive/trunk@29060 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/cjkutils')
-rw-r--r-- | Build/source/texk/cjkutils/ChangeLog | 4 | ||||
-rw-r--r-- | Build/source/texk/cjkutils/Makefile.am | 2 | ||||
-rw-r--r-- | Build/source/texk/cjkutils/Makefile.in | 2 |
3 files changed, 6 insertions, 2 deletions
diff --git a/Build/source/texk/cjkutils/ChangeLog b/Build/source/texk/cjkutils/ChangeLog index 326154af993..2332196ce83 100644 --- a/Build/source/texk/cjkutils/ChangeLog +++ b/Build/source/texk/cjkutils/ChangeLog @@ -1,3 +1,7 @@ +2013-02-08 Peter Breitenlohner <peb@mppmu.mpg.de> + + * Makefile.am (hbf2gf_cfgdir): Change texmf => texmf-dist. + 2013-01-29 Peter Breitenlohner <peb@mppmu.mpg.de> * Makefile.am: Allow subdir-objects. diff --git a/Build/source/texk/cjkutils/Makefile.am b/Build/source/texk/cjkutils/Makefile.am index 8bc1f5d4676..e6dc65de597 100644 --- a/Build/source/texk/cjkutils/Makefile.am +++ b/Build/source/texk/cjkutils/Makefile.am @@ -123,7 +123,7 @@ man1_MANS = \ $(CJKUTILS_TREE)/extconv/extconv.1 \ $(CJKUTILS_TREE)/hbf2gf/hbf2gf.1 -hbf2gf_cfgdir = $(datarootdir)/texmf/hbf2gf +hbf2gf_cfgdir = $(datarootdir)/texmf-dist/hbf2gf CFG = $(CJKUTILS_TREE)/hbf2gf/cfg hbf2gf_cfg_DATA = \ $(CFG)/b5ka12.cfg \ diff --git a/Build/source/texk/cjkutils/Makefile.in b/Build/source/texk/cjkutils/Makefile.in index a7beb1d30e4..b041e2a350e 100644 --- a/Build/source/texk/cjkutils/Makefile.in +++ b/Build/source/texk/cjkutils/Makefile.in @@ -601,7 +601,7 @@ man1_MANS = \ $(CJKUTILS_TREE)/extconv/extconv.1 \ $(CJKUTILS_TREE)/hbf2gf/hbf2gf.1 -hbf2gf_cfgdir = $(datarootdir)/texmf/hbf2gf +hbf2gf_cfgdir = $(datarootdir)/texmf-dist/hbf2gf CFG = $(CJKUTILS_TREE)/hbf2gf/cfg hbf2gf_cfg_DATA = \ $(CFG)/b5ka12.cfg \ |