summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorManuel Pégourié-Gonnard <mpg@elzevir.fr>2010-01-21 21:43:41 +0100
committerManuel Pégourié-Gonnard <mpg@elzevir.fr>2010-01-21 21:43:41 +0100
commitb478c0786ed0c7fec9b8fb60b6df1704015afbc0 (patch)
treeea48157d7394eebf365fbab3b3ec2bff86df6fe1 /Makefile
parent64be9a101c83d756d844496caf788e643658dad1 (diff)
downloadluatexbase-b478c0786ed0c7fec9b8fb60b6df1704015afbc0.tar.gz
Add 'Changes' file.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index cf94621..697be14 100644
--- a/Makefile
+++ b/Makefile
@@ -12,11 +12,11 @@ UNPACKED_REGS = luatexbase-regs.sty \
UNPACKED = $(UNPACKED_MCB) $(UNPACKED_REGS)
COMPILED = $(DOC)
GENERATED = $(COMPILED) $(UNPACKED)
-SOURCE = $(DTX) $(DTXSTY) README TODO Makefile
+SOURCE = $(DTX) $(DTXSTY) README TODO Changes Makefile
# Files grouped by installation location
RUNFILES = $(filter-out test-%, $(UNPACKED))
-DOCFILES = $(DOC) $(filter test-%, $(UNPACKED)) README TODO
+DOCFILES = $(DOC) $(filter test-%, $(UNPACKED)) README TODO Changes
SRCFILES = $(DTX) Makefile
# The following definitions should be equivalent