summaryrefslogtreecommitdiff
path: root/Master/texmf-doc/source
diff options
context:
space:
mode:
authorSiep Kroonenberg <siepo@cybercomm.nl>2008-07-14 09:01:02 +0000
committerSiep Kroonenberg <siepo@cybercomm.nl>2008-07-14 09:01:02 +0000
commitfcc6927aaed2d139aa71c1ed88667713623c2505 (patch)
tree4ee57c8ea51edc713cc3ea9804fca6b0c990f103 /Master/texmf-doc/source
parenta2d7897d08a48ab4463e53494a81115849973d20 (diff)
Name change: live => texlive-??. Makefile adjusted
git-svn-id: svn://tug.org/texlive/trunk@9545 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-doc/source')
-rw-r--r--Master/texmf-doc/source/texlive/texlive-en/Makefile10
-rw-r--r--Master/texmf-doc/source/texlive/texlive-en/texlive-en.tex (renamed from Master/texmf-doc/source/texlive/texlive-en/live.tex)2
2 files changed, 6 insertions, 6 deletions
diff --git a/Master/texmf-doc/source/texlive/texlive-en/Makefile b/Master/texmf-doc/source/texlive/texlive-en/Makefile
index e67703c545f..3c65981bd85 100644
--- a/Master/texmf-doc/source/texlive/texlive-en/Makefile
+++ b/Master/texmf-doc/source/texlive/texlive-en/Makefile
@@ -1,6 +1,6 @@
# $Id$
# Makefile for TeX Live documentation. Public domain.
-doc = live
+doc = texlive-en
lang = english
all: pdf html
@@ -28,15 +28,15 @@ html:
clean:
rm -f *.aux *.log *.blg *.toc *.out *.lot tex4ht.ps *.4*
rm -f *.xref* *.lg *.idv *.out *.otc *.tmp tmp.*
- rm -f live.dvi live.ps
+ rm -f $(doc).dvi $(doc).ps
realclean: clean
- rm -f live.pdf
- rm -f *.html *.htm live.css *.gif *.jpg
+ rm -f $(doc).pdf
+ rm -f *.html *.htm $(doc).css *.gif *.jpg
insttop = ../../../doc
-instfiles = live*html live.css live.pdf
+instfiles = $(doc)*html $(doc).css $(doc).pdf
copyfiles = *.png
install:
# lang=`dirname \`pwd\` | sed 's,.*/,,'`;
diff --git a/Master/texmf-doc/source/texlive/texlive-en/live.tex b/Master/texmf-doc/source/texlive/texlive-en/texlive-en.tex
index 36b00d0f2bf..53fc5a01838 100644
--- a/Master/texmf-doc/source/texlive/texlive-en/live.tex
+++ b/Master/texmf-doc/source/texlive/texlive-en/texlive-en.tex
@@ -1,4 +1,4 @@
-% $Id$
+% $Id: live.tex 9531 2008-07-13 21:12:58Z siepo $
% TeX Live documentation. Originally written by Sebastian Rahtz and
% Michel Goossens, now maintained by Karl Berry and others.
% Public domain.