diff options
author | Peter Breitenlohner <peb@mppmu.mpg.de> | 2011-12-06 14:50:09 +0000 |
---|---|---|
committer | Peter Breitenlohner <peb@mppmu.mpg.de> | 2011-12-06 14:50:09 +0000 |
commit | 6c7ac04da0ed0c0bcf3f63106addbd66c35d7388 (patch) | |
tree | 3bed1702a43b35d9ba17f669a343c35baf947691 /Build/source/texk/bibtexu | |
parent | d4098ae6af4055044c234a33fc9f42b2e4638999 (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/bibtexu')
-rw-r--r-- | Build/source/texk/bibtexu/ChangeLog | 4 | ||||
-rw-r--r-- | Build/source/texk/bibtexu/Makefile.am | 4 | ||||
-rw-r--r-- | Build/source/texk/bibtexu/Makefile.in | 4 |
3 files changed, 8 insertions, 4 deletions
diff --git a/Build/source/texk/bibtexu/ChangeLog b/Build/source/texk/bibtexu/ChangeLog index 28c26b6af7d..973198d78da 100644 --- a/Build/source/texk/bibtexu/ChangeLog +++ b/Build/source/texk/bibtexu/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> * Makefile.am (DISTCLEANFILES): Add CXXLD.sh. diff --git a/Build/source/texk/bibtexu/Makefile.am b/Build/source/texk/bibtexu/Makefile.am index 680a9b5b34d..8c5c029ed3d 100644 --- a/Build/source/texk/bibtexu/Makefile.am +++ b/Build/source/texk/bibtexu/Makefile.am @@ -38,7 +38,7 @@ LDADD = $(KPATHSEA_LIBS) $(ICU_LIBS) ## Rebuild libsicuxxx @ICU_RULE@ -csfdir = ${prefix}/texmf-dist/bibtex/csf/base +csfdir = $(datarootdir)/texmf-dist/bibtex/csf/base dist_csf_DATA = \ csf/88591lat.csf \ @@ -50,7 +50,7 @@ dist_csf_DATA = \ csf/cp866rus.csf \ csf/csfile.txt -btdocdir = ${prefix}/texmf/doc/bibtexu +btdocdir = $(datarootdir)/texmf/doc/bibtexu dist_btdoc_DATA = \ 00readme.txt \ diff --git a/Build/source/texk/bibtexu/Makefile.in b/Build/source/texk/bibtexu/Makefile.in index 4b1b751dd1d..6ef8d4a03d2 100644 --- a/Build/source/texk/bibtexu/Makefile.in +++ b/Build/source/texk/bibtexu/Makefile.in @@ -293,7 +293,7 @@ bibtexu_SOURCES = \ sysdep.h LDADD = $(KPATHSEA_LIBS) $(ICU_LIBS) -csfdir = ${prefix}/texmf-dist/bibtex/csf/base +csfdir = $(datarootdir)/texmf-dist/bibtex/csf/base dist_csf_DATA = \ csf/88591lat.csf \ csf/88591sca.csf \ @@ -304,7 +304,7 @@ dist_csf_DATA = \ csf/cp866rus.csf \ csf/csfile.txt -btdocdir = ${prefix}/texmf/doc/bibtexu +btdocdir = $(datarootdir)/texmf/doc/bibtexu dist_btdoc_DATA = \ 00readme.txt \ HISTORY \ |