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/utils/chktex | |
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/utils/chktex')
-rw-r--r-- | Build/source/utils/chktex/ChangeLog | 4 | ||||
-rw-r--r-- | Build/source/utils/chktex/Makefile.am | 6 | ||||
-rw-r--r-- | Build/source/utils/chktex/Makefile.in | 6 |
3 files changed, 10 insertions, 6 deletions
diff --git a/Build/source/utils/chktex/ChangeLog b/Build/source/utils/chktex/ChangeLog index 2cf30625957..03e56f25890 100644 --- a/Build/source/utils/chktex/ChangeLog +++ b/Build/source/utils/chktex/ChangeLog @@ -1,3 +1,7 @@ +2011-12-06 Peter Breitenlohner <peb@mppmu.mpg.de> + + * Makefile.am: Replace ${prefix}/texmf => $(datarootdir)/texmf. + 2011-08-02 Peter Breitenlohner <peb@mppmu.mpg.de> * getopt.h: Sync with ../../texk/kpathsea/getopt.h. diff --git a/Build/source/utils/chktex/Makefile.am b/Build/source/utils/chktex/Makefile.am index ad73f819b04..cafbbb3d0c3 100644 --- a/Build/source/utils/chktex/Makefile.am +++ b/Build/source/utils/chktex/Makefile.am @@ -58,7 +58,7 @@ nodist_bin_SCRIPTS = include $(srcdir)/../../texk/am/script_links.am -texmfdir = ${prefix}/$(scriptsdir) +texmfdir = $(datarootdir)/$(scriptsdir) nodist_texmf_SCRIPTS = $(perl_scripts:=.pl) install-data-hook: install-perl-links @@ -69,12 +69,12 @@ bin_SCRIPTS = $(CHKTEX_TREE)/chkweb endif !WIN32 # resource file -configdir = ${prefix}/texmf/chktex +configdir = $(datarootdir)/texmf/chktex config_DATA = $(CHKTEX_TREE)/chktexrc # documentation -pdfdocdir = ${prefix}/texmf/doc/chktex +pdfdocdir = $(datarootdir)/texmf/doc/chktex dist_pdfdoc_DATA = ChkTeX.pdf diff --git a/Build/source/utils/chktex/Makefile.in b/Build/source/utils/chktex/Makefile.in index bcf44c0268f..6a45345249f 100644 --- a/Build/source/utils/chktex/Makefile.in +++ b/Build/source/utils/chktex/Makefile.in @@ -254,16 +254,16 @@ nodist_bin_SCRIPTS = $(am__append_1) all_scripts = $(lua_scripts) $(perl_scripts) $(shell_scripts) @WIN32_TRUE@@WIN32_WRAP_TRUE@wrappers = $(all_scripts:=.exe) @WIN32_TRUE@@WIN32_WRAP_TRUE@runscript = $(top_srcdir)/../../texk/texlive/w32_wrapper/runscript.exe -texmfdir = ${prefix}/$(scriptsdir) +texmfdir = $(datarootdir)/$(scriptsdir) nodist_texmf_SCRIPTS = $(perl_scripts:=.pl) @WIN32_FALSE@bin_SCRIPTS = $(CHKTEX_TREE)/chkweb # resource file -configdir = ${prefix}/texmf/chktex +configdir = $(datarootdir)/texmf/chktex config_DATA = $(CHKTEX_TREE)/chktexrc # documentation -pdfdocdir = ${prefix}/texmf/doc/chktex +pdfdocdir = $(datarootdir)/texmf/doc/chktex dist_pdfdoc_DATA = ChkTeX.pdf CLEANFILES = $(nodist_bin_SCRIPTS) ChkTeX.aux ChkTeX.log chktest DISTCLEANFILES = stamp-tex |