Skip to content

Commit

Permalink
up{bibtex,dvitype,pltotf,tftopl}.ch: do not use p*.ch (#32)
Browse files Browse the repository at this point in the history
  • Loading branch information
t-tk committed Nov 30, 2022
1 parent 58e4bfa commit 6ab3432
Show file tree
Hide file tree
Showing 6 changed files with 2,167 additions and 270 deletions.
22 changes: 10 additions & 12 deletions source/texk/web2c/Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -3696,10 +3696,8 @@ TRIPTRAP = $(am__append_7) $(am__append_17) $(am__append_26) \
$(am__append_79)
bin_links = $(am__append_5) $(am__append_14) $(am__append_15) \
$(am__append_24) $(am__append_33) $(am__append_41) \
$(am__append_49) $(am__append_54) upbibtex$(EXEEXT):ppbibtex \
updvitype$(EXEEXT):ppdvitype uppltotf$(EXEEXT):pppltotf \
uptftopl$(EXEEXT):pptftopl $(am__append_91) $(am__append_96) \
$(am__append_101) $(am__append_106)
$(am__append_49) $(am__append_54) $(am__append_91) \
$(am__append_96) $(am__append_101) $(am__append_106)
install_exe_links = $(am__append_12) $(am__append_22) $(am__append_31) \
$(am__append_39) $(am__append_47) $(am__append_52) \
$(am__append_89) $(am__append_94) $(am__append_99) \
Expand Down Expand Up @@ -22272,32 +22270,32 @@ upbibtex-web2c: upbibtex.p $(web2c_depend) uptexdir/uptex.defines web2c/cvtbib.s
@$(web2c) upbibtex
upbibtex.p: tangle$(EXEEXT) upbibtex.web uptexdir/upbibtex.ch
$(up_tangle) upbibtex upbibtex
upbibtex.web: tie$(EXEEXT) bibtex.web bibtex.ch ptexdir/pbibtex.ch
$(tie_m) bibtex.web bibtex.ch ptexdir/pbibtex.ch
upbibtex.web: tie$(EXEEXT) bibtex.web bibtex.ch
$(tie_m) bibtex.web bibtex.ch
updvitype.c updvitype.h: updvitype-web2c
@$(web2c) updvitype
updvitype-web2c: updvitype.p $(web2c_depend) uptexdir/uptex.defines
@$(web2c) updvitype
updvitype.p: tangle$(EXEEXT) updvitype.web uptexdir/updvitype.ch
$(up_tangle) updvitype updvitype
updvitype.web: tie$(EXEEXT) dvitype.web dvitype.ch ptexdir/pdvitype.ch
$(tie_m) dvitype.web dvitype.ch ptexdir/pdvitype.ch
updvitype.web: tie$(EXEEXT) dvitype.web dvitype.ch
$(tie_m) dvitype.web dvitype.ch
uppltotf.c uppltotf.h: uppltotf-web2c
@$(web2c) uppltotf
uppltotf-web2c: uppltotf.p $(web2c_depend) uptexdir/uptex.defines
@$(web2c) uppltotf
uppltotf.p: tangle$(EXEEXT) uppltotf.web uptexdir/uppltotf.ch
$(up_tangle) uppltotf uppltotf
uppltotf.web: tie$(EXEEXT) pltotf.web pltotf.ch ptexdir/ppltotf.ch
$(tie_m) pltotf.web pltotf.ch ptexdir/ppltotf.ch
uppltotf.web: tie$(EXEEXT) pltotf.web pltotf.ch
$(tie_m) pltotf.web pltotf.ch
uptftopl.c uptftopl.h: uptftopl-web2c
@$(web2c) uptftopl
uptftopl-web2c: uptftopl.p $(web2c_depend) uptexdir/uptex.defines
@$(web2c) uptftopl
uptftopl.p: tangle$(EXEEXT) uptftopl.web uptexdir/uptftopl.ch
$(up_tangle) uptftopl uptftopl
uptftopl.web: tie$(EXEEXT) tftopl.web tftopl.ch ptexdir/ptftopl.ch
$(tie_m) tftopl.web tftopl.ch ptexdir/ptftopl.ch
uptftopl.web: tie$(EXEEXT) tftopl.web tftopl.ch
$(tie_m) tftopl.web tftopl.ch
uptexdir/uptriptest.log: uptex$(EXEEXT) dvitype$(EXEEXT) pltotf$(EXEEXT) tftopl$(EXEEXT)
uptexdir/upver.log uptexdir/upkcat.log: uptex$(EXEEXT)
uptexdir/upbibtex.log: upbibtex$(EXEEXT)
Expand Down
20 changes: 8 additions & 12 deletions source/texk/web2c/uptexdir/am/uptex.am
Original file line number Diff line number Diff line change
Expand Up @@ -99,10 +99,9 @@ upbibtex-web2c: upbibtex.p $(web2c_depend) uptexdir/uptex.defines web2c/cvtbib.s
@$(web2c) upbibtex
upbibtex.p: tangle$(EXEEXT) upbibtex.web uptexdir/upbibtex.ch
$(up_tangle) upbibtex upbibtex
upbibtex.web: tie$(EXEEXT) bibtex.web bibtex.ch ptexdir/pbibtex.ch
$(tie_m) bibtex.web bibtex.ch ptexdir/pbibtex.ch
upbibtex.web: tie$(EXEEXT) bibtex.web bibtex.ch
$(tie_m) bibtex.web bibtex.ch
EXTRA_DIST += ptexdir/pbibtex.ch uptexdir/upbibtex.ch
bin_links += upbibtex$(EXEEXT):ppbibtex

## upDVItype
##
Expand All @@ -117,10 +116,9 @@ updvitype-web2c: updvitype.p $(web2c_depend) uptexdir/uptex.defines
@$(web2c) updvitype
updvitype.p: tangle$(EXEEXT) updvitype.web uptexdir/updvitype.ch
$(up_tangle) updvitype updvitype
updvitype.web: tie$(EXEEXT) dvitype.web dvitype.ch ptexdir/pdvitype.ch
$(tie_m) dvitype.web dvitype.ch ptexdir/pdvitype.ch
updvitype.web: tie$(EXEEXT) dvitype.web dvitype.ch
$(tie_m) dvitype.web dvitype.ch
EXTRA_DIST += ptexdir/pdvitype.ch uptexdir/updvitype.ch
bin_links += updvitype$(EXEEXT):ppdvitype

## upPLtoTF
##
Expand All @@ -135,10 +133,9 @@ uppltotf-web2c: uppltotf.p $(web2c_depend) uptexdir/uptex.defines
@$(web2c) uppltotf
uppltotf.p: tangle$(EXEEXT) uppltotf.web uptexdir/uppltotf.ch
$(up_tangle) uppltotf uppltotf
uppltotf.web: tie$(EXEEXT) pltotf.web pltotf.ch ptexdir/ppltotf.ch
$(tie_m) pltotf.web pltotf.ch ptexdir/ppltotf.ch
uppltotf.web: tie$(EXEEXT) pltotf.web pltotf.ch
$(tie_m) pltotf.web pltotf.ch
EXTRA_DIST += ptexdir/ppltotf.ch uptexdir/uppltotf.ch
bin_links += uppltotf$(EXEEXT):pppltotf

## upTFtoPL
##
Expand All @@ -153,10 +150,9 @@ uptftopl-web2c: uptftopl.p $(web2c_depend) uptexdir/uptex.defines
@$(web2c) uptftopl
uptftopl.p: tangle$(EXEEXT) uptftopl.web uptexdir/uptftopl.ch
$(up_tangle) uptftopl uptftopl
uptftopl.web: tie$(EXEEXT) tftopl.web tftopl.ch ptexdir/ptftopl.ch
$(tie_m) tftopl.web tftopl.ch ptexdir/ptftopl.ch
uptftopl.web: tie$(EXEEXT) tftopl.web tftopl.ch
$(tie_m) tftopl.web tftopl.ch
EXTRA_DIST += ptexdir/ptftopl.ch uptexdir/uptftopl.ch
bin_links += uptftopl$(EXEEXT):pptftopl

##
EXTRA_DIST += \
Expand Down
Loading

0 comments on commit 6ab3432

Please sign in to comment.