summaryrefslogtreecommitdiff
path: root/Build/source/texk/web2c/uptexdir/am/uptex.am
diff options
context:
space:
mode:
authorTakuji Tanaka <ttk@t-lab.opal.ne.jp>2023-01-28 05:27:55 +0000
committerTakuji Tanaka <ttk@t-lab.opal.ne.jp>2023-01-28 05:27:55 +0000
commit6a959a6fe62e4fd819bc95d0854d25b7136c136f (patch)
treeb70ddaff7acb70c5c78f1a4a941ed20d03804872 /Build/source/texk/web2c/uptexdir/am/uptex.am
parentd7910536b05f825cca602716d6f6d7e4e8d8f32f (diff)
(u)ptex: Revert options --enable-(u)ptex(-synctex) for configure
git-svn-id: svn://tug.org/texlive/trunk@65655 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/web2c/uptexdir/am/uptex.am')
-rw-r--r--Build/source/texk/web2c/uptexdir/am/uptex.am20
1 files changed, 10 insertions, 10 deletions
diff --git a/Build/source/texk/web2c/uptexdir/am/uptex.am b/Build/source/texk/web2c/uptexdir/am/uptex.am
index ac160c510d1..11bb987381f 100644
--- a/Build/source/texk/web2c/uptexdir/am/uptex.am
+++ b/Build/source/texk/web2c/uptexdir/am/uptex.am
@@ -20,9 +20,9 @@ libukanji_a_CPPFLAGS = $(uptex_cppflags)
## upTeX
##
-#if UPTEX
-#bin_PROGRAMS += uptex
-#endif UPTEX
+if UPTEX
+bin_PROGRAMS += uptex
+endif UPTEX
if UPWEB
bin_PROGRAMS += $(upweb_programs)
endif UPWEB
@@ -165,8 +165,8 @@ EXTRA_DIST += \
uptexdir/ChangeLog
# upTeX Tests
-#uptex_tests = uptexdir/uptriptest.test uptexdir/upver.test uptexdir/upkcat.test uptexdir/wcfname.test
-uptexdir/uptriptest.log: uptex$(EXEEXT) dvitype$(EXEEXT) pltotf$(EXEEXT) tftopl$(EXEEXT)
+uptex_tests = uptexdir/uptriptest.test uptexdir/ptriptest.test uptexdir/upver.test uptexdir/upkcat.test uptexdir/wcfname.test
+uptexdir/uptriptest.log uptexdir/ptriptest.log: uptex$(EXEEXT) dvitype$(EXEEXT) pltotf$(EXEEXT) tftopl$(EXEEXT)
uptexdir/upver.log uptexdir/upkcat.log uptexdir/wcfname.log: uptex$(EXEEXT)
upweb_tests = \
uptexdir/upbibtex.test \
@@ -198,11 +198,11 @@ EXTRA_DIST += $(uptex_tests) $(upweb_tests)
DISTCLEANFILES += $(upweb_programs:=.c) $(upweb_programs:=.h) \
$(upweb_programs:=.p) $(upweb_programs:=-web2c) $(upweb_programs:=.web)
-#if UPTEX
-#TESTS += $(uptex_tests)
-#TRIPTRAP += uptrip.diffs
-#TRIPTRAP_CLEAN += uptrip-clean
-#endif UPTEX
+if UPTEX
+TESTS += $(uptex_tests)
+TRIPTRAP += uptrip.diffs
+TRIPTRAP_CLEAN += uptrip-clean
+endif UPTEX
if UPWEB
TESTS += $(upweb_tests)
endif UPWEB