summaryrefslogtreecommitdiff
path: root/Build/source/texk/cjkutils
diff options
context:
space:
mode:
authorPeter Breitenlohner <peb@mppmu.mpg.de>2011-12-06 14:50:09 +0000
committerPeter Breitenlohner <peb@mppmu.mpg.de>2011-12-06 14:50:09 +0000
commit6c7ac04da0ed0c0bcf3f63106addbd66c35d7388 (patch)
tree3bed1702a43b35d9ba17f669a343c35baf947691 /Build/source/texk/cjkutils
parentd4098ae6af4055044c234a33fc9f42b2e4638999 (diff)
build system
- use TL specific installation directories only for `native' builds - replace ${prefix}/texmf => $(datarootdir)/texmf git-svn-id: svn://tug.org/texlive/trunk@24780 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/cjkutils')
-rw-r--r--Build/source/texk/cjkutils/ChangeLog4
-rw-r--r--Build/source/texk/cjkutils/Makefile.am2
-rw-r--r--Build/source/texk/cjkutils/Makefile.in2
3 files changed, 6 insertions, 2 deletions
diff --git a/Build/source/texk/cjkutils/ChangeLog b/Build/source/texk/cjkutils/ChangeLog
index 25672bd98b3..45be7ae7a9a 100644
--- a/Build/source/texk/cjkutils/ChangeLog
+++ b/Build/source/texk/cjkutils/ChangeLog
@@ -1,3 +1,7 @@
+2011-12-06 Peter Breitenlohner <peb@mppmu.mpg.de>
+
+ * Makefile.am: Replace ${prefix}/texmf => $(datarootdir)/texmf.
+
2011-10-04 Peter Breitenlohner <peb@mppmu.mpg.de>
Updates from http://git.savannah.gnu.org/r/cjk.git.
diff --git a/Build/source/texk/cjkutils/Makefile.am b/Build/source/texk/cjkutils/Makefile.am
index d247fe4648f..092205faacb 100644
--- a/Build/source/texk/cjkutils/Makefile.am
+++ b/Build/source/texk/cjkutils/Makefile.am
@@ -124,7 +124,7 @@ man1_MANS = \
$(CJKUTILS_TREE)/extconv/extconv.1 \
$(CJKUTILS_TREE)/hbf2gf/hbf2gf.1
-hbf2gf_cfgdir = ${prefix}/texmf/hbf2gf
+hbf2gf_cfgdir = $(datarootdir)/texmf/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 d21872c99a0..892dfdf9d3c 100644
--- a/Build/source/texk/cjkutils/Makefile.in
+++ b/Build/source/texk/cjkutils/Makefile.in
@@ -347,7 +347,7 @@ man1_MANS = \
$(CJKUTILS_TREE)/extconv/extconv.1 \
$(CJKUTILS_TREE)/hbf2gf/hbf2gf.1
-hbf2gf_cfgdir = ${prefix}/texmf/hbf2gf
+hbf2gf_cfgdir = $(datarootdir)/texmf/hbf2gf
CFG = $(CJKUTILS_TREE)/hbf2gf/cfg
hbf2gf_cfg_DATA = \
$(CFG)/b5ka12.cfg \