summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKhaled Hosny <khaledhosny@eglug.org>2010-05-21 05:43:20 +0300
committerKhaled Hosny <khaledhosny@eglug.org>2010-05-21 05:43:20 +0300
commit7714c6972814b0ff3175479b09d0139dd67c6ab0 (patch)
treea106237841ac385afc81468ff907a126877559c0
parent4ce2121109dff84c78a7d67fdd9cf406c75db8ae (diff)
downloadluaotfload-7714c6972814b0ff3175479b09d0139dd67c6ab0.tar.gz
Revert "remove NEWS from the Makefile"
This reverts commit 248d50f46dee46b17119f5f6c212bf42f77c5e80.
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 4bfce53..4885374 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 $(SCRIPT)
+SOURCE = $(DTX) $(OTFL) README Makefile NEWS $(SCRIPT)
# Files grouped by installation location
SCRIPTFILES = $(SCRIPT)
RUNFILES = $(UNPACKED) $(OTFL)
-DOCFILES = $(DOC) README
+DOCFILES = $(DOC) README NEWS
SRCFILES = $(DTX) Makefile
# The following definitions should be equivalent