diff options
Diffstat (limited to 'Master/texmf-dist/source/droid/Makefile')
-rw-r--r-- | Master/texmf-dist/source/droid/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Master/texmf-dist/source/droid/Makefile b/Master/texmf-dist/source/droid/Makefile index 5f375372f70..a7128c2dedc 100644 --- a/Master/texmf-dist/source/droid/Makefile +++ b/Master/texmf-dist/source/droid/Makefile @@ -1,5 +1,5 @@ ## Makefile -## Copyright 2010 Mohamed El Morabity +## Copyright 2010, 2011 Mohamed El Morabity # # This work may be distributed and/or modified under the conditions of the LaTeX # Project Public License, either version 1.3 of this license or (at your option) @@ -60,7 +60,7 @@ ETX_FILES = $(CUSTOM_ENCODINGS:=.etx) STYLE_FILES = $(wildcard *.sty) -DOCUMENTATION = $(FONT_NAME).tex $(FONT_NAME).pdf CHANGES README +DOCUMENTATION = $(FONT_NAME).tex $(FONT_NAME).pdf $(FONT_NAME)serif-samples.tex $(FONT_NAME)serif-samples.pdf $(FONT_NAME)sans-samples.tex $(FONT_NAME)sans-samples.pdf $(FONT_NAME)sansmono-samples.tex $(FONT_NAME)sansmono-samples.pdf CHANGES README # Files to be installed in texmf/source BUILD_FILES = $(FONTINST_FILE) $(FONTINST_REGLYPH_FILE) $(FONTINST_MAP_FILE) $(ETX_FILES) Makefile ttf2type1.pe $(DOCUMENTATION) |