diff options
author | Karl Berry <karl@freefriends.org> | 2010-03-18 00:36:43 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2010-03-18 00:36:43 +0000 |
commit | 1d4e50843e94485cb15f0b99ae4bba3c5d2fdcbf (patch) | |
tree | 4acd4223087a905db10e6ad6ba99d1ac63b31be4 | |
parent | 270762a83df344d4d9516970770a945e3a170b9c (diff) |
method doc update (15mar10)
git-svn-id: svn://tug.org/texlive/trunk@17485 c570f23f-e606-0410-a88d-b1316a301751
-rw-r--r-- | Master/texmf-dist/doc/latex/method/README (renamed from Master/texmf-dist/source/latex/method/readme) | 0 | ||||
-rw-r--r-- | Master/texmf-dist/doc/latex/method/method.pdf | bin | 0 -> 354734 bytes | |||
-rw-r--r-- | Master/texmf-dist/doc/latex/method/methtest.dvi | bin | 1816 -> 0 bytes | |||
-rw-r--r-- | Master/texmf-dist/source/latex/method/Makefile | 20 | ||||
-rwxr-xr-x | Master/tlpkg/bin/tlpkg-ctan-check | 5 |
5 files changed, 23 insertions, 2 deletions
diff --git a/Master/texmf-dist/source/latex/method/readme b/Master/texmf-dist/doc/latex/method/README index 501b1e3afdd..501b1e3afdd 100644 --- a/Master/texmf-dist/source/latex/method/readme +++ b/Master/texmf-dist/doc/latex/method/README diff --git a/Master/texmf-dist/doc/latex/method/method.pdf b/Master/texmf-dist/doc/latex/method/method.pdf Binary files differnew file mode 100644 index 00000000000..87d2239062c --- /dev/null +++ b/Master/texmf-dist/doc/latex/method/method.pdf diff --git a/Master/texmf-dist/doc/latex/method/methtest.dvi b/Master/texmf-dist/doc/latex/method/methtest.dvi Binary files differdeleted file mode 100644 index 740dd0c60af..00000000000 --- a/Master/texmf-dist/doc/latex/method/methtest.dvi +++ /dev/null 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/tlpkg/bin/tlpkg-ctan-check b/Master/tlpkg/bin/tlpkg-ctan-check index 302c88d21f9..9348a5b7acd 100755 --- a/Master/tlpkg/bin/tlpkg-ctan-check +++ b/Master/tlpkg/bin/tlpkg-ctan-check @@ -189,8 +189,9 @@ my @TLP_working = qw( mathmode mathspec mattens maybemath mcaption mceinleger mciteplus mdwtools memdesign memexsupp memoir MemoirChapStyles mentis - menu metafont-beginners - metago metalogo metaobj metaplot metatex metauml + menu + metafont-beginners metago metalogo metaobj metaplot metatex metauml + method mff mfnfss mfpic mfpic4ode mftinc mh mhchem mhequ mhs microtype midnight midpage minibox minipage-marginpar miniplot minitoc |