summaryrefslogtreecommitdiff
path: root/Build/source/texk/lcdf-typetools/otftotfm/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'Build/source/texk/lcdf-typetools/otftotfm/Makefile.am')
-rw-r--r--Build/source/texk/lcdf-typetools/otftotfm/Makefile.am8
1 files changed, 5 insertions, 3 deletions
diff --git a/Build/source/texk/lcdf-typetools/otftotfm/Makefile.am b/Build/source/texk/lcdf-typetools/otftotfm/Makefile.am
index 0a8a66a4ef8..09af4e1376c 100644
--- a/Build/source/texk/lcdf-typetools/otftotfm/Makefile.am
+++ b/Build/source/texk/lcdf-typetools/otftotfm/Makefile.am
@@ -1,4 +1,6 @@
## Process this file with automake to produce Makefile.in
+AUTOMAKE_OPTIONS = foreign
+
bin_PROGRAMS = otftotfm
man_MANS = otftotfm.1
@@ -18,6 +20,8 @@ otftotfm_DEPENDENCIES = ../libefont/libefont.a ../liblcdf/liblcdf.a
INCLUDES = -I$(top_srcdir)/include
CLEANFILES = @TEMPLATE_OBJS@
+EXTRA_DIST = otftotfm.1
+
if have_kpathsea
otftotfm_SOURCES += kpseinterface.c kpseinterface.h
INCLUDES += $(KPATHSEA_INCLUDES)
@@ -25,7 +29,5 @@ otftotfm_LDADD += $(KPATHSEA_LIBS)
otftotfm_DEPENDENCIES += $(KPATHSEA_DEPEND)
endif have_kpathsea
-EXTRA_DIST = otftotfm.1
-
-## Rebuild libkpathsea
+## Rebuild libkpathsea in a TeX Live build
@KPATHSEA_RULE@