diff options
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) |