summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/nameauth
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2012-01-30 23:49:34 +0000
committerKarl Berry <karl@freefriends.org>2012-01-30 23:49:34 +0000
commit034fde36e1b3172016db6037511e0118d5ed04f6 (patch)
tree21feb78903f5f2df15a65c42ddce12ee5dc43fd9 /Master/texmf-dist/doc/latex/nameauth
parentdfc05b7d118ea655b9bb7c08ac6a7c74eecafa22 (diff)
nameauth (30jan12)
git-svn-id: svn://tug.org/texlive/trunk@25244 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/nameauth')
-rw-r--r--Master/texmf-dist/doc/latex/nameauth/Makefile25
-rw-r--r--Master/texmf-dist/doc/latex/nameauth/README6
-rw-r--r--Master/texmf-dist/doc/latex/nameauth/nameauth.pdfbin506778 -> 534102 bytes
3 files changed, 30 insertions, 1 deletions
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
--- a/Master/texmf-dist/doc/latex/nameauth/nameauth.pdf
+++ b/Master/texmf-dist/doc/latex/nameauth/nameauth.pdf
Binary files differ