diff options
author | Karl Berry <karl@freefriends.org> | 2015-02-20 22:55:04 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2015-02-20 22:55:04 +0000 |
commit | d53cd0e25d92278e344057147e4c6f31e0ac8e85 (patch) | |
tree | d6f8def08a567fa6e464f5ce909eab556b078164 /Master/texmf-dist/doc/latex/cdpbundl/Makefile | |
parent | 6c74dac90430ac11da60a42af5389e809d4ab14a (diff) |
cdpbundl (20feb15)
git-svn-id: svn://tug.org/texlive/trunk@36329 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 | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/Master/texmf-dist/doc/latex/cdpbundl/Makefile b/Master/texmf-dist/doc/latex/cdpbundl/Makefile index d2c09827c0c..4e7e1acf882 100644 --- a/Master/texmf-dist/doc/latex/cdpbundl/Makefile +++ b/Master/texmf-dist/doc/latex/cdpbundl/Makefile @@ -1,6 +1,6 @@ # makefile # -# 2015 Feb 08 +# 2015 Feb 20 # # Macro definitions ROOT_NAME = cdpbundl @@ -10,7 +10,7 @@ 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).toc $(ROOT_NAME).lof \ - $(ROOT_NAME).out + $(ROOT_NAME).hd $(ROOT_NAME).out DOCUM_FILE = $(ROOT_NAME).pdf CODE_FILES = letteracdp.cls \ articoletteracdp.cls \ @@ -47,6 +47,12 @@ endef default: doc code # Generating the code +################################################################ +# # +# PLEASE NOTE THAT THE INSTALLER SCRIPT IS EXECUTED WITH # +# openout_any=r # +# # +################################################################ code: openout_any=r tex $(INS_NAME) |