From 44ac3b8ebd274afc4dca96aa4a286726428d4581 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Manuel=20P=C3=A9gouri=C3=A9-Gonnard?= Date: Fri, 1 May 2009 16:38:23 +0200 Subject: otfl-* files were missing in SOURCE --- Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index d27af3e..4ded5fe 100644 --- a/Makefile +++ b/Makefile @@ -3,15 +3,16 @@ NAME = luaotfload DOC = $(NAME).pdf DTX = $(NAME).dtx +OTFL = $(wildcard otfl-*.lua) # Files grouped by generation mode COMPILED = $(DOC) UNPACKED = luaotfload.sty luaotfload.lua GENERATED = $(COMPILED) $(UNPACKED) -SOURCE = $(DTX) README Makefile +SOURCE = $(DTX) $(OTFL) README Makefile # Files grouped by installation location -RUNFILES = $(UNPACKED) $(wildcard otfl-*.lua) +RUNFILES = $(UNPACKED) $(OTFL) DOCFILES = $(DOC) README SRCFILES = $(DTX) Makefile -- cgit v1.2.3