diff options
author | Will Robertson <wspr81@gmail.com> | 2010-05-20 18:53:21 +0930 |
---|---|---|
committer | Will Robertson <wspr81@gmail.com> | 2010-05-20 18:53:21 +0930 |
commit | 248d50f46dee46b17119f5f6c212bf42f77c5e80 (patch) | |
tree | 3ed154a37ac098aa56178eb80ea27c13e46142e2 | |
parent | abf841c406a2971e53d04b02d07e6863df0636e3 (diff) | |
download | luaotfload-248d50f46dee46b17119f5f6c212bf42f77c5e80.tar.gz |
remove NEWS from the Makefile
(still hope it's okay with everyone)
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -10,12 +10,12 @@ SCRIPT = mkluatexfontdb.lua COMPILED = $(DOC) UNPACKED = luaotfload.sty luaotfload.lua GENERATED = $(COMPILED) $(UNPACKED) -SOURCE = $(DTX) $(OTFL) README Makefile NEWS $(SCRIPT) +SOURCE = $(DTX) $(OTFL) README Makefile $(SCRIPT) # Files grouped by installation location SCRIPTFILES = $(SCRIPT) RUNFILES = $(UNPACKED) $(OTFL) -DOCFILES = $(DOC) README NEWS +DOCFILES = $(DOC) README SRCFILES = $(DTX) Makefile # The following definitions should be equivalent |