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