summaryrefslogtreecommitdiff
path: root/Build/source/libs/luajit/Makefile.am
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2017-03-21 17:43:10 +0000
committerKarl Berry <karl@freefriends.org>2017-03-21 17:43:10 +0000
commit567dac608f05e119bd3377f4ce06f650462ed689 (patch)
treed7ddf3fe652e3762d39c4db8df41d892d028c992 /Build/source/libs/luajit/Makefile.am
parent8e59f1a263dd829945116de0863fbf023f8f07b5 (diff)
EXTRA_DIST=TLpatches to reflect new directory names
git-svn-id: svn://tug.org/texlive/trunk@43567 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/libs/luajit/Makefile.am')
-rw-r--r--Build/source/libs/luajit/Makefile.am8
1 files changed, 5 insertions, 3 deletions
diff --git a/Build/source/libs/luajit/Makefile.am b/Build/source/libs/luajit/Makefile.am
index a74eed38601..962a82c3bf0 100644
--- a/Build/source/libs/luajit/Makefile.am
+++ b/Build/source/libs/luajit/Makefile.am
@@ -1,7 +1,9 @@
+## $Id$
## Proxy Makefile.am to build LuaJIT for TeX Live.
##
-## Copyright (C) 2014 Luigi Scarso <luigi.scarso@gmail.com>
-## Copyright (C) 2014, 2015 Peter Breitenlohner <tex-live@tug.org>
+## Copyright 2017 Karl Berry<tex-live@tug.org>
+## Copyright 2014-2015 Peter Breitenlohner <tex-live@tug.org>
+## Copyright 2014 Luigi Scarso <luigi.scarso@gmail.com>
## You may freely use, modify and/or distribute this file.
##
## We want to re-distribute the whole original LuaJIT source tree.
@@ -10,7 +12,7 @@ EXTRA_DIST = $(LUAJIT_TREE)
## Changes applied to the original source tree
##
-EXTRA_DIST += LuaJIT-PATCHES
+EXTRA_DIST += TLpatches
# Files not to be distributed
include $(srcdir)/../../am/dist_hook.am