summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/cdpbundl/Makefile
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2015-04-01 20:37:00 +0000
committerKarl Berry <karl@freefriends.org>2015-04-01 20:37:00 +0000
commit48b4d812e658cb99dccacae7bc1a0feb23c3816a (patch)
tree24a916e4310438fa605b8031dd8f71dbe9347b39 /Master/texmf-dist/doc/latex/cdpbundl/Makefile
parent6d402255d4d2f0b20934ffb7b73e9f8d26a559c8 (diff)
cdpbundl (1apr15)
git-svn-id: svn://tug.org/texlive/trunk@36697 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/cdpbundl/Makefile')
-rw-r--r--Master/texmf-dist/doc/latex/cdpbundl/Makefile11
1 files changed, 7 insertions, 4 deletions
diff --git a/Master/texmf-dist/doc/latex/cdpbundl/Makefile b/Master/texmf-dist/doc/latex/cdpbundl/Makefile
index 4e7e1acf882..9f73d1162e1 100644
--- a/Master/texmf-dist/doc/latex/cdpbundl/Makefile
+++ b/Master/texmf-dist/doc/latex/cdpbundl/Makefile
@@ -1,6 +1,6 @@
# makefile
#
-# 2015 Feb 20
+# 2015 Apr 01
#
# Macro definitions
ROOT_NAME = cdpbundl
@@ -8,7 +8,8 @@ DTX_NAME = $(ROOT_NAME).dtx
INS_NAME = $(ROOT_NAME).ins
DOC_AUX_FIL = $(ROOT_NAME).aux $(ROOT_NAME).log \
$(ROOT_NAME).glo $(ROOT_NAME).gls \
- $(ROOT_NAME).idx $(ROOT_NAME).ind $(ROOT_NAME).ilg \
+ $(ROOT_NAME).idx $(ROOT_NAME).ind \
+ $(ROOT_NAME).ilg $(ROOT_NAME).glg \
$(ROOT_NAME).toc $(ROOT_NAME).lof \
$(ROOT_NAME).hd $(ROOT_NAME).out
DOCUM_FILE = $(ROOT_NAME).pdf
@@ -66,8 +67,10 @@ $(DOCUM_FILE): $(DTX_NAME)
# We know how many runs are needed:
$(LATEX) $(DTX_NAME)
$(LATEX) $(DTX_NAME)
- $(MAKEINDEX) -s gind.ist -o $(ROOT_NAME).ind $(ROOT_NAME).idx
- $(MAKEINDEX) -s gglo.ist -o $(ROOT_NAME).gls $(ROOT_NAME).glo
+ $(MAKEINDEX) -s gind.ist -t $(ROOT_NAME).ilg -o $(ROOT_NAME).ind \
+ $(ROOT_NAME).idx
+ $(MAKEINDEX) -s gglo.ist -t $(ROOT_NAME).glg -o $(ROOT_NAME).gls \
+ $(ROOT_NAME).glo
$(LATEX) $(DTX_NAME)
$(LATEX) $(DTX_NAME)