summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/latex2e-help-texinfo/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/latex/latex2e-help-texinfo/Makefile')
-rw-r--r--Master/texmf-dist/doc/latex/latex2e-help-texinfo/Makefile10
1 files changed, 5 insertions, 5 deletions
diff --git a/Master/texmf-dist/doc/latex/latex2e-help-texinfo/Makefile b/Master/texmf-dist/doc/latex/latex2e-help-texinfo/Makefile
index 04277eb0274..2c3cf753278 100644
--- a/Master/texmf-dist/doc/latex/latex2e-help-texinfo/Makefile
+++ b/Master/texmf-dist/doc/latex/latex2e-help-texinfo/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile 462 2015-10-24 20:37:02Z jhefferon $
+# $Id: Makefile 555 2016-11-24 09:45:22Z vincentb1 $
# Public domain. Originally written 2006, Karl Berry.
# Makefile for latexrefman.
@@ -81,21 +81,21 @@ realclean maintainer-clean: distclean
# dist for CTAN. Also update NEWS
#
txt_files = ChangeLog Makefile NEWS README aspell.en.pws ltx-help.el
-distzip = latex2e-help-texinfo.zip
+dist = latex2e-help-texinfo.zip
#
dist: en
mkdir latex2e-help-texinfo && cd latex2e-help-texinfo && ln -s ../* .
- zip -q $(distzip) \
+ zip -q $(dist) \
$(addprefix latex2e-help-texinfo/, $(txt_files) \
latex2e.texi $(en_mi_output) latex2e.pdf)
rm -rf latex2e-help-texinfo
- @ls -l $(distzip); unzip -t $(distzip)
+ @ls -l $(dist); unzip -t $(dist)
# A hacky spell check target.
# Remove \commandnames to reduce exception list, but not {args} or
# [args], since they are often words.
spell spell-en:
- sed -e 's/\\[a-zA-z]*//g' latex2e.texi \
+ sed -e 's/\\[a-zA-Z]*//g' latex2e.texi \
| aspell list --mode=texinfo --add-extra-dicts=`pwd`/aspell.en.pws \
| sort -f -u