summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/latex/method
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2010-03-18 00:36:43 +0000
committerKarl Berry <karl@freefriends.org>2010-03-18 00:36:43 +0000
commit1d4e50843e94485cb15f0b99ae4bba3c5d2fdcbf (patch)
tree4acd4223087a905db10e6ad6ba99d1ac63b31be4 /Master/texmf-dist/source/latex/method
parent270762a83df344d4d9516970770a945e3a170b9c (diff)
method doc update (15mar10)
git-svn-id: svn://tug.org/texlive/trunk@17485 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source/latex/method')
-rw-r--r--Master/texmf-dist/source/latex/method/Makefile20
-rw-r--r--Master/texmf-dist/source/latex/method/readme66
2 files changed, 20 insertions, 66 deletions
diff --git a/Master/texmf-dist/source/latex/method/Makefile b/Master/texmf-dist/source/latex/method/Makefile
new file mode 100644
index 00000000000..3c4d215c158
--- /dev/null
+++ b/Master/texmf-dist/source/latex/method/Makefile
@@ -0,0 +1,20 @@
+CODE := '\date{1999/03/25}\input{method.dtx}'
+LATEX := pdflatex -draftmode $(CODE)
+LATEX_FINISH := pdflatex $(CODE)
+
+method.pdf: method.dtx method.ind method.gls
+ $(LATEX)
+ $(LATEX)
+ $(LATEX_FINISH)
+
+method.ind: method.dtx method.idx
+ makeindex -s gind.ist -o method.ind method.idx
+
+method.gls: method.dtx method.glo
+ makeindex -s gglo.ist -o method.gls method.glo
+
+method.idx: method.dtx
+ $(LATEX)
+
+method.glo: method.dtx
+ $(LATEX)
diff --git a/Master/texmf-dist/source/latex/method/readme b/Master/texmf-dist/source/latex/method/readme
deleted file mode 100644
index 501b1e3afdd..00000000000
--- a/Master/texmf-dist/source/latex/method/readme
+++ /dev/null
@@ -1,66 +0,0 @@
-README for the package method
-
-
-License
-=======
-
-The files in this directory (method distribution) are Copyright 1998 1999
-Thomas Leineweber, Univerity of Dortmund, Germany
-
-
-The files associated with the method-package (see below for a list) may be
-distributed under the terms of the LaTeX Project Public License, as
-described in lppl.txt in the base LaTeX distribution. Either version 1.0
-or, at your option, any later version.
-
-ERROR REPORTS
-=============
-
-Before you report an error, please check that:
-
- - the error isn't caused by obsolete versions of other software;
- LaTeX from 1986 is a good candidate ...
-
- - you use an original version of the package.
-
-
- If you think you found a genuine bug please report it together
- with the following information:
-
- - version of the file
-
- - version (date!) of your LaTeX
-
- - a short test file showing the behavior with all unnecessary
- code removed.
-
- - a transcript (log file) of the session that shows the error.
-
-Please note that it is important to make the file as small as possible
-to allow me to find and fix the error soon.
-
-If you have an unchanged version of my package method, you can send me
-error reports to
-
- leineweb@ls6.cs.uni-dortmund.de
-
-
-Files distributed with this package
-===================================
-
-method.ins This is the installation script that will produce
- the executable file method.sty when run through LaTeX
- or TeX
-method.dtx `method' style for LaTeX in docstrip format.
-readme This file
-methtest.tex A test file showing the usage of the package.
-
-
-
-Acknowledgements
-================
-
-This readme is mostly copied from the readme from the dinbrief package by
-K.D. Braune and R. Gussmann
-
-Jean-Pierre Drucbert for the french translation