summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorPhilipp Gesang <phg42.2a@gmail.com>2013-05-07 08:21:43 -0700
committerPhilipp Gesang <phg42.2a@gmail.com>2013-05-07 08:21:43 -0700
commitecd4cdef5b0c98dbaa4c6f0988e29f0c72e72b84 (patch)
tree68fffe461c3b61385ef74e25eb40a4747d36ea49 /Makefile
parentb7f3f777b1c825e4b4e0c8d6ec5592090078f36b (diff)
parenta12c25a4a074c87557c211ab0c98c0dff5e7d470 (diff)
downloadluatexbase-ecd4cdef5b0c98dbaa4c6f0988e29f0c72e72b84.tar.gz
Merge pull request #1 from lualatex/master
sync with current
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 6fdc7fb..c3b8e89 100644
--- a/Makefile
+++ b/Makefile
@@ -33,7 +33,7 @@ UNPACKEDTL = $(UNPACKED_MCB) $(UNPACKED_REGS) $(UNPACKED_ATTR) $(UNPACKED_CCTB)
$(UNPACKED_BASE)
COMPILED = $(DOC)
GENERATED = $(COMPILED) $(UNPACKED)
-SOURCE = $(DTX) $(DTXSTY) README TODO Changes Makefile
+SOURCE = $(DTX) $(DTXSTY) README TODO NEWS Makefile
# used for check
TEST_LOADER = test-loader
@@ -42,7 +42,7 @@ TEST_MCB = test-mcb-aux.tex
# Files grouped by installation location
RUNFILES = $(filter-out test-%, $(UNPACKEDTL))
-DOCFILES = $(DOC) $(filter test-%, $(UNPACKEDTL)) README TODO Changes
+DOCFILES = $(DOC) $(filter test-%, $(UNPACKEDTL)) README TODO NEWS
SRCFILES = $(DTX) Makefile
# The following definitions should be equivalent