summaryrefslogtreecommitdiff
path: root/Build/source/texk/web2c/Makefile.in
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2022-03-05 16:44:12 +0000
committerKarl Berry <karl@freefriends.org>2022-03-05 16:44:12 +0000
commit55d997436b968afc1acdef29eef301d33b71a0b3 (patch)
treeb53196869b42b474c9e622feafbdf68bfee70f6c /Build/source/texk/web2c/Makefile.in
parent3d5ce47a53e8908ac7f3a94494fd06ffa4e27d14 (diff)
hint doc to separate dirs; update runtime
git-svn-id: svn://tug.org/texlive/trunk@62433 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/web2c/Makefile.in')
-rw-r--r--Build/source/texk/web2c/Makefile.in4
1 files changed, 3 insertions, 1 deletions
diff --git a/Build/source/texk/web2c/Makefile.in b/Build/source/texk/web2c/Makefile.in
index 1da44142e91..411d457bcd1 100644
--- a/Build/source/texk/web2c/Makefile.in
+++ b/Build/source/texk/web2c/Makefile.in
@@ -4647,7 +4647,9 @@ euptex_tests = euptexdir/euptriptest.test euptexdir/pdfprimitive.test euptexdir/
# At the moment, these are the only man pages handled in the
# conglomerated web2c/Makefile[.am]. (All the others are in man/.)
# If that changes, have to set at top level and use +=.
-@HITEX_TRUE@man1_MANS = hitexdir/hishrink.man hitexdir/histretch.man hitexdir/hitex.man
+@HITEX_TRUE@man1_MANS = hitexdir/man/hishrink.man hitexdir/man/histretch.man \
+@HITEX_TRUE@ hitexdir/man/hitex.man
+
hitex_CPPFLAGS = $(AM_CPPFLAGS) $(ZLIB_INCLUDES) -I$(srcdir)/libmd5 \
-DINIT -DSTAT
# -DDEBUG drops into an interactive debugging session.