diff options
author | Khaled Hosny <khaledhosny@eglug.org> | 2010-05-21 05:43:20 +0300 |
---|---|---|
committer | Khaled Hosny <khaledhosny@eglug.org> | 2010-05-21 05:43:20 +0300 |
commit | 7714c6972814b0ff3175479b09d0139dd67c6ab0 (patch) | |
tree | a106237841ac385afc81468ff907a126877559c0 | |
parent | 4ce2121109dff84c78a7d67fdd9cf406c75db8ae (diff) | |
download | luaotfload-7714c6972814b0ff3175479b09d0139dd67c6ab0.tar.gz |
Revert "remove NEWS from the Makefile"
This reverts commit 248d50f46dee46b17119f5f6c212bf42f77c5e80.
-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 $(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 |