diff options
| author | Khaled Hosny <khaledhosny@eglug.org> | 2010-05-09 21:12:35 +0300 | 
|---|---|---|
| committer | Khaled Hosny <khaledhosny@eglug.org> | 2010-05-09 21:12:35 +0300 | 
| commit | d08d71ffc88afbf641685e5ebe69bdf0ef4d0f51 (patch) | |
| tree | aaadbeb652e5fc6f4b3b8aab156fa4536e838a36 | |
| parent | 107d32c5dfec0f70a7576b172ea0d661eaf09a22 (diff) | |
| download | luaotfload-d08d71ffc88afbf641685e5ebe69bdf0ef4d0f51.tar.gz | |
All caps file name
For, foolish, consistency.
| -rw-r--r-- | Makefile | 4 | ||||
| -rw-r--r-- | NEWS (renamed from News) | 0 | 
2 files changed, 2 insertions, 2 deletions
| @@ -9,12 +9,12 @@ OTFL = $(wildcard otfl-*.lua)  COMPILED = $(DOC)  UNPACKED = luaotfload.sty luaotfload.lua  GENERATED = $(COMPILED) $(UNPACKED) -SOURCE = $(DTX) $(OTFL) README Makefile News mkluatexfontdb.lua +SOURCE = $(DTX) $(OTFL) README Makefile NEWS mkluatexfontdb.lua  # Files grouped by installation location  SCRIPTFILES = mkluatexfontdb.lua  RUNFILES    = $(UNPACKED) $(OTFL) -DOCFILES    = $(DOC) README News +DOCFILES    = $(DOC) README NEWS  SRCFILES    = $(DTX) Makefile  # The following definitions should be equivalent | 
