diff options
author | Karl Berry <karl@freefriends.org> | 2011-05-08 23:17:01 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2011-05-08 23:17:01 +0000 |
commit | c08901b8b8bb3f997641a53dfa2a6b081e8a0f71 (patch) | |
tree | 7627b77d81394c4558cda4012ceac37278813cb7 /Master/texmf-dist/source/droid/Makefile | |
parent | 7dc3c4708596e02374ca1b55ebb4b9835d1ecfeb (diff) |
droid (8may11)
git-svn-id: svn://tug.org/texlive/trunk@22359 c570f23f-e606-0410-a88d-b1316a301751
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) |