summaryrefslogtreecommitdiff
path: root/Build/source/texk/makejvf/Makefile.in
diff options
context:
space:
mode:
authorPeter Breitenlohner <peb@mppmu.mpg.de>2010-04-13 11:34:01 +0000
committerPeter Breitenlohner <peb@mppmu.mpg.de>2010-04-13 11:34:01 +0000
commitd6feeaecc599235e45a89abbb43c3591dfd28374 (patch)
treef92c43965bcc2dc8fb61de93c52c21e6e781bddd /Build/source/texk/makejvf/Makefile.in
parent519259df4e539f7fefa23b31922806046b4d2a31 (diff)
build system: fix 'make dist' and 'make distcheck'
git-svn-id: svn://tug.org/texlive/trunk@17838 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/makejvf/Makefile.in')
-rw-r--r--Build/source/texk/makejvf/Makefile.in6
1 files changed, 4 insertions, 2 deletions
diff --git a/Build/source/texk/makejvf/Makefile.in b/Build/source/texk/makejvf/Makefile.in
index 7a2ed0628ad..6f2eb9816c1 100644
--- a/Build/source/texk/makejvf/Makefile.in
+++ b/Build/source/texk/makejvf/Makefile.in
@@ -48,7 +48,7 @@ DIST_COMMON = $(am__configure_deps) \
../../build-aux/config.sub ../../build-aux/depcomp \
../../build-aux/install-sh ../../build-aux/ltmain.sh \
../../build-aux/missing ../../build-aux/texinfo.tex \
- ../../build-aux/ylwrap
+ ../../build-aux/ylwrap ChangeLog
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
am__aclocal_m4_deps = $(top_srcdir)/../../m4/kpse-common.m4 \
$(top_srcdir)/../../m4/kpse-kpathsea-flags.m4 \
@@ -232,7 +232,8 @@ makejvf_SOURCES = \
main.c makejvf.h tfmread.c tool.c write.c
LDADD = $(PTEXENC_LIBS) $(KPATHSEA_LIBS)
-EXTRA_DIST = COPYRIGHT COPYRIGHT.jis Changes.txt README.txt
+EXTRA_DIST = COPYRIGHT COPYRIGHT.jis Changes.txt README.txt \
+ Makefile.orig
all: c-auto.h
$(MAKE) $(AM_MAKEFLAGS) all-am
@@ -703,6 +704,7 @@ uninstall-am: uninstall-binPROGRAMS
$(makejvf_OBJECTS): $(KPATHSEA_DEPEND) $(PTEXENC_DEPEND)
+@KPATHSEA_RULE@
@PTEXENC_RULE@
# Tell versions [3.59,3.63) of GNU make to not export all variables.