diff options
author | Karl Berry <karl@freefriends.org> | 2018-02-12 22:56:01 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2018-02-12 22:56:01 +0000 |
commit | e8299fc9754ac30a4b4834ddb21f13fb100eda2f (patch) | |
tree | 37373533ab9d82fe936943ee2eaf94f0a52ac8e5 /Master/texmf-dist/doc/latex/cdpbundl/Makefile | |
parent | b5dbda049c2bf74cc5506b25d92d7c03fb8cdc6a (diff) |
cdpbundl (12feb18)
git-svn-id: svn://tug.org/texlive/trunk@46613 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/cdpbundl/Makefile')
-rw-r--r-- | Master/texmf-dist/doc/latex/cdpbundl/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Master/texmf-dist/doc/latex/cdpbundl/Makefile b/Master/texmf-dist/doc/latex/cdpbundl/Makefile index 9f73d1162e1..ac43bf40943 100644 --- a/Master/texmf-dist/doc/latex/cdpbundl/Makefile +++ b/Master/texmf-dist/doc/latex/cdpbundl/Makefile @@ -1,6 +1,6 @@ # makefile # -# 2015 Apr 01 +# 2018 Feb 08 # # Macro definitions ROOT_NAME = cdpbundl @@ -61,10 +61,10 @@ code: doc: $(DOCUM_FILE) $(DOCUM_FILE): $(DTX_NAME) - # Hack for getting index and glossary in the toc since first run: +# Hack for getting index and glossary in the toc since first run: $(GEN_FAKE_INDEX) $(GEN_FAKE_GLOSSARY) - # We know how many runs are needed: +# We know how many runs are needed: $(LATEX) $(DTX_NAME) $(LATEX) $(DTX_NAME) $(MAKEINDEX) -s gind.ist -t $(ROOT_NAME).ilg -o $(ROOT_NAME).ind \ |