diff options
author | Karl Berry <karl@freefriends.org> | 2008-07-27 23:05:40 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2008-07-27 23:05:40 +0000 |
commit | c04d7eec13033c7d9a7fea72081867f6754270a4 (patch) | |
tree | 3e9abdbac920a47169422dad3331cf371d16639a /Master/texmf-doc/source | |
parent | eb03a379d24bf520ec6ca8356606a7a0d5545396 (diff) |
French update from Daniel
git-svn-id: svn://tug.org/texlive/trunk@9827 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-doc/source')
4 files changed, 7 insertions, 6 deletions
diff --git a/Master/texmf-doc/source/texlive/texlive-en/Makefile b/Master/texmf-doc/source/texlive/texlive-en/Makefile index 3c65981bd85..43341098535 100644 --- a/Master/texmf-doc/source/texlive/texlive-en/Makefile +++ b/Master/texmf-doc/source/texlive/texlive-en/Makefile @@ -5,7 +5,7 @@ lang = english all: pdf html -env = TEXINPUTS=../texlive-common:; export TEXINPUTS; +env = TEXINPUTS=../texlive-common:../texlive-en:; export TEXINPUTS; pdf: rm -f *.aux *.toc *.lof *.lot *.xref* *.tmp *.out diff --git a/Master/texmf-doc/source/texlive/texlive-en/texlive-en.tex b/Master/texmf-doc/source/texlive/texlive-en/texlive-en.tex index f2a7e39ee03..1ddafbfe1a2 100644 --- a/Master/texmf-doc/source/texlive/texlive-en/texlive-en.tex +++ b/Master/texmf-doc/source/texlive/texlive-en/texlive-en.tex @@ -1492,8 +1492,8 @@ Urls for some other tools you may consider installing: The Windows counterpart of a Unix home directory is the \verb|%USERPROFILE%| directory. Under Windows XP and Windows 2000, this -is usually \dirname{C:/Documents and Settings/<username>}, and under -Windows Vista \dirname{C:/Users/<username>}. In the +is usually \verb|C:\Documents and Settings\<username>|, and under +Windows Vista \verb|C:\Users\<username>|. In the \filename{texmf.cnf} file, and \KPS{} in general, \verb|~| will expand appropriately on both Windows and Unix. diff --git a/Master/texmf-doc/source/texlive/texlive-fr/Makefile b/Master/texmf-doc/source/texlive/texlive-fr/Makefile index 95c8457ce86..519abf8798a 100644 --- a/Master/texmf-doc/source/texlive/texlive-fr/Makefile +++ b/Master/texmf-doc/source/texlive/texlive-fr/Makefile @@ -1,2 +1,5 @@ -include ../../english/texlive-en/Makefile +include ../texlive-en/Makefile +doc = texlive-fr +lang = french + diff --git a/Master/texmf-doc/source/texlive/texlive-fr/tex-live.sty b/Master/texmf-doc/source/texlive/texlive-fr/tex-live.sty deleted file mode 100644 index e201e6b27e6..00000000000 --- a/Master/texmf-doc/source/texlive/texlive-fr/tex-live.sty +++ /dev/null @@ -1,2 +0,0 @@ -\input{../../english/texlive-en/tex-live.sty} - |