From 034fde36e1b3172016db6037511e0118d5ed04f6 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Mon, 30 Jan 2012 23:49:34 +0000 Subject: nameauth (30jan12) git-svn-id: svn://tug.org/texlive/trunk@25244 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf-dist/doc/latex/nameauth/Makefile | 25 ++++++++++++++++++++++ Master/texmf-dist/doc/latex/nameauth/README | 6 +++++- Master/texmf-dist/doc/latex/nameauth/nameauth.pdf | Bin 506778 -> 534102 bytes 3 files changed, 30 insertions(+), 1 deletion(-) create mode 100644 Master/texmf-dist/doc/latex/nameauth/Makefile (limited to 'Master/texmf-dist/doc/latex/nameauth') diff --git a/Master/texmf-dist/doc/latex/nameauth/Makefile b/Master/texmf-dist/doc/latex/nameauth/Makefile new file mode 100644 index 00000000000..dc05663ad0e --- /dev/null +++ b/Master/texmf-dist/doc/latex/nameauth/Makefile @@ -0,0 +1,25 @@ +pdf : sty + pdflatex nameauth.dtx + makeindex -s gind.ist -o nameauth.ind nameauth.idx + makeindex -s gglo.ist -o nameauth.gls nameauth.glo + pdflatex nameauth.dtx + +sty : nameauth.dtx nameauth.ins + pdflatex nameauth.ins + +clean : + rm -f nameauth.aux + rm -f nameauth.log + rm -f nameauth.glo + rm -f nameauth.gls + rm -f nameauth.idx + rm -f nameauth.ilg + rm -f nameauth.ind + +clobber : clean + rm -f nameauth.pdf + rm -f nameauth.sty + touch nameauth.* + +dist: pdf clean + diff --git a/Master/texmf-dist/doc/latex/nameauth/README b/Master/texmf-dist/doc/latex/nameauth/README index f1c2dff165f..59e40f738a2 100644 --- a/Master/texmf-dist/doc/latex/nameauth/README +++ b/Master/texmf-dist/doc/latex/nameauth/README @@ -18,6 +18,7 @@ README This file (normally in TEXMFDIST/doc/latex/nameauth) Source distribution +Makefile Automates building with GNU make 3.81 nameauth.ins Installer nameauth.dtx Documented LaTeX file containing both code and documentation @@ -35,13 +36,16 @@ Run mktexlsr with the appropriate level of permissions. Source distribution notes: -I used the following commands to generate the target distribution: +One can use the following commands to generate the target distribution: $ pdflatex nameauth.dtx $ makeindex -s gind.ist -o nameauth.ind nameauth.idx $ makeindex -s gglo.ist -o nameauth.gls nameauth.glo $ pdflatex nameauth.dtx $ pdflatex nameauth.ins +I used GNU make to automate the process: + $ make dist + Testing notes: I have done some extensive testing with pdfLaTeX, with and without the microtype package. The package appears to work with dvi-based LaTeX and XeTeX, with which I have done minimal testing. I have not yet used luaTeX. diff --git a/Master/texmf-dist/doc/latex/nameauth/nameauth.pdf b/Master/texmf-dist/doc/latex/nameauth/nameauth.pdf index 49887892c8e..55d472a3c78 100644 Binary files a/Master/texmf-dist/doc/latex/nameauth/nameauth.pdf and b/Master/texmf-dist/doc/latex/nameauth/nameauth.pdf differ -- cgit v1.2.3