summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWill Robertson <wspr81@gmail.com>2010-05-20 18:53:21 +0930
committerWill Robertson <wspr81@gmail.com>2010-05-20 18:53:21 +0930
commit248d50f46dee46b17119f5f6c212bf42f77c5e80 (patch)
tree3ed154a37ac098aa56178eb80ea27c13e46142e2
parentabf841c406a2971e53d04b02d07e6863df0636e3 (diff)
downloadluaotfload-248d50f46dee46b17119f5f6c212bf42f77c5e80.tar.gz
remove NEWS from the Makefile
(still hope it's okay with everyone)
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 4885374..4bfce53 100644
--- a/Makefile
+++ b/Makefile
@@ -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