summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/nameauth/README
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/latex/nameauth/README')
-rw-r--r--Master/texmf-dist/doc/latex/nameauth/README6
1 files changed, 5 insertions, 1 deletions
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.