summaryrefslogtreecommitdiff
path: root/Master/texmf-doc/source
diff options
context:
space:
mode:
authorBoris Veytsman <borisv@lk.net>2008-08-01 01:05:49 +0000
committerBoris Veytsman <borisv@lk.net>2008-08-01 01:05:49 +0000
commitbf6850b5c4e682bf1a0846ec53b8e75575d471a5 (patch)
tree05e18847568d0e93038f0e0730c79a67edfd8283 /Master/texmf-doc/source
parent9db19631dc98cab4d6fe547e0e8c21165f23cef2 (diff)
Started working
git-svn-id: svn://tug.org/texlive/trunk@9968 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-doc/source')
-rw-r--r--Master/texmf-doc/source/texlive/texlive-ru/Makefile79
-rw-r--r--Master/texmf-doc/source/texlive/texlive-ru/live.tex4
2 files changed, 80 insertions, 3 deletions
diff --git a/Master/texmf-doc/source/texlive/texlive-ru/Makefile b/Master/texmf-doc/source/texlive/texlive-ru/Makefile
index b86298fa30d..809e9051877 100644
--- a/Master/texmf-doc/source/texlive/texlive-ru/Makefile
+++ b/Master/texmf-doc/source/texlive/texlive-ru/Makefile
@@ -1 +1,78 @@
-include ../../english/texlive-en/Makefile
+# $Id: Makefile 9827 2008-07-27 23:05:40Z karl $
+# Makefile for TeX Live documentation. Public domain.
+doc = texlive-ru
+lang = russian
+
+all: pdf html
+
+env = TEXINPUTS=../texlive-common:../texlive-en:; export TEXINPUTS;
+
+pdf:
+ rm -f *.aux *.toc *.lof *.lot *.xref* *.tmp *.out
+ $(env) pdflatex '\nonstopmode\def\Status{1}\input $(doc)'
+ $(env) pdflatex '\nonstopmode\def\Status{1}\input $(doc)'
+ $(env) pdflatex '\nonstopmode\def\Status{1}\input $(doc)'
+ $(env) pdflatex '\nonstopmode\def\Status{1}\input $(doc)'
+
+html:
+ rm -f *.aux *.toc *.lof *.lot *.xref* *.tmp *.out *.4tc
+# this sequence is equivalent to running "ht latex $(doc)". We do it
+# this way so we can \def\Status for the \ifcase in tex-live.sty.
+ $(env) latex '\nonstopmode\def\Status{2}\input $(doc)'
+ $(env) latex '\nonstopmode\def\Status{2}\input $(doc)'
+ $(env) latex '\nonstopmode\def\Status{2}\input $(doc)'
+ $(env) latex '\nonstopmode\def\Status{2}\input $(doc)'
+ $(env) tex4ht $(doc)
+ $(env) t4ht $(doc)
+
+clean:
+ rm -f *.aux *.log *.blg *.toc *.out *.lot tex4ht.ps *.4*
+ rm -f *.xref* *.lg *.idv *.out *.otc *.tmp tmp.*
+ rm -f $(doc).dvi $(doc).ps
+
+realclean: clean
+ rm -f $(doc).pdf
+ rm -f *.html *.htm $(doc).css *.gif *.jpg
+
+
+insttop = ../../../doc
+instfiles = $(doc)*html $(doc).css $(doc).pdf
+copyfiles = *.png
+install:
+# lang=`dirname \`pwd\` | sed 's,.*/,,'`;
+ lang=$(lang); \
+ tldir=`pwd | sed 's,.*/,,'`; \
+ instdir=$(insttop)/$$lang/$$tldir; \
+ echo tldoc install to $$instdir; \
+ for f in $(instfiles); do \
+ cmp -s $$f $$instdir/$$f && rm -v $$f && continue; \
+ mv -v $$f $$instdir/$$f; \
+ done; \
+ lang=$(lang); \
+ tldir=`pwd | sed 's,.*/,,'`; \
+ instdir=$(insttop)/$$lang/$$tldir; \
+ for f in $(copyfiles); do \
+ cmp -s $$f $$instdir/$$f && continue; \
+ cp -v $$f $$instdir/$$f; \
+ done; echo "$$instdir"
+
+
+# don't use these, they don't work.
+dvi:
+ rm -f *.aux *.toc
+ latex '\nonstopmode\def\Status{0}\input $(doc)'
+ latex '\nonstopmode\def\Status{0}\input $(doc)'
+ latex '\nonstopmode\def\Status{0}\input $(doc)'
+
+baskerville:
+ rm -f *.aux *.toc
+ latex '\def\Status{3}\input $(doc)'
+ latex '\def\Status{3}\input $(doc)'
+ latex '\def\Status{3}\input $(doc)'
+
+tugboat:
+ rm -f *.aux *.toc
+ latex '\def\Status{4}\input $(doc)'
+ latex '\def\Status{4}\input $(doc)'
+ latex '\def\Status{4}\input $(doc)'
+
diff --git a/Master/texmf-doc/source/texlive/texlive-ru/live.tex b/Master/texmf-doc/source/texlive/texlive-ru/live.tex
index e7cfd09cf34..529cf9f674b 100644
--- a/Master/texmf-doc/source/texlive/texlive-ru/live.tex
+++ b/Master/texmf-doc/source/texlive/texlive-ru/live.tex
@@ -15,12 +15,12 @@
\title{%
{\huge \textit{Руководство пользователя \protect\TL{}}\\\strut}
- {\LARGE \textsf{\TK{} 2007}}
+ {\LARGE \textsf{\TL{} 2008}}
}
\author{Редактор: Карл Берри\\[3mm]
\url{http://tug.org/texlive/}}
-\date{Январь 2007}
+\date{Июль 2008}
\maketitle