Skip to content

Commit

Permalink
ptexdir/*.ch: remove unsued ch files (#32)
Browse files Browse the repository at this point in the history
  • Loading branch information
t-tk committed Jan 15, 2023
1 parent 6dfdec5 commit 5105c80
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 2,590 deletions.
60 changes: 0 additions & 60 deletions source/texk/web2c/Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -3166,66 +3166,6 @@ dist_man_MANS = synctexdir/man1/synctex.1 synctexdir/man5/synctex.5
nodist_man_MANS =
TEST_EXTENSIONS = .pl .test

#nodist_pbibtex_SOURCES = pbibtex.c pbibtex.h
#pbibtex_SOURCES = ptexdir/kanji.h
#pbibtex_CPPFLAGS = $(ptex_cppflags)
#pbibtex_LDADD = $(ptex_ldadd)
#pbibtex_DEPENDENCIES = $(ptex_dependencies)
#pbibtex.c pbibtex.h: pbibtex-web2c
# @$(web2c) pbibtex
#pbibtex-web2c: pbibtex.p $(web2c_depend) ptexdir/ptex.defines web2c/cvtbib.sed
# @$(web2c) pbibtex
#pbibtex.p: tangle$(EXEEXT) pbibtex.web ptexdir/pbibtex.ch
# $(p_tangle) pbibtex pbibtex
#pbibtex.web: tie$(EXEEXT) bibtex.web bibtex.ch
# $(tie_m) bibtex.web bibtex.ch
#EXTRA_DIST += ptexdir/pbibtex.ch web2c/cvtbib.sed

#nodist_pdvitype_SOURCES = pdvitype.c pdvitype.h
#pdvitype_SOURCES = ptexdir/kanji.h
#pdvitype_CPPFLAGS = $(ptex_cppflags) -DHEX_CHAR_CODE
#pdvitype_LDADD = $(ptex_ldadd)
#pdvitype_DEPENDENCIES = $(ptex_dependencies)
#pdvitype.c pdvitype.h: pdvitype-web2c
# @$(web2c) pdvitype
#pdvitype-web2c: pdvitype.p $(web2c_depend) ptexdir/ptex.defines
# @$(web2c) pdvitype
#pdvitype.p: tangle$(EXEEXT) pdvitype.web ptexdir/pdvitype.ch
# $(p_tangle) pdvitype pdvitype
#pdvitype.web: tie$(EXEEXT) dvitype.web dvitype.ch
# $(tie_m) dvitype.web dvitype.ch
#EXTRA_DIST += ptexdir/pdvitype.ch

#nodist_ppltotf_SOURCES = ppltotf.c ppltotf.h
#ppltotf_SOURCES = ptexdir/kanji.h
#ppltotf_CPPFLAGS = $(ptex_cppflags) -DPRESERVE_PUTC
#ppltotf_LDADD = $(ptex_ldadd)
#ppltotf_DEPENDENCIES = $(ptex_dependencies)
#ppltotf.c ppltotf.h: ppltotf-web2c
# @$(web2c) ppltotf
#ppltotf-web2c: ppltotf.p $(web2c_depend) ptexdir/ptex.defines
# @$(web2c) ppltotf
#ppltotf.p: tangle$(EXEEXT) ppltotf.web ptexdir/ppltotf.ch
# $(p_tangle) ppltotf ppltotf
#ppltotf.web: tie$(EXEEXT) pltotf.web pltotf.ch
# $(tie_m) pltotf.web pltotf.ch
#EXTRA_DIST += ptexdir/ppltotf.ch

#nodist_ptftopl_SOURCES = ptftopl.c ptftopl.h
#ptftopl_SOURCES = ptexdir/kanji.h
#ptftopl_CPPFLAGS = $(ptex_cppflags)
#ptftopl_LDADD = $(ptex_ldadd)
#ptftopl_DEPENDENCIES = $(ptex_dependencies)
#ptftopl.c ptftopl.h: ptftopl-web2c
# @$(web2c) ptftopl
#ptftopl-web2c: ptftopl.p $(web2c_depend) ptexdir/ptex.defines
# @$(web2c) ptftopl
#ptftopl.p: tangle$(EXEEXT) ptftopl.web ptexdir/ptftopl.ch
# $(p_tangle) ptftopl ptftopl
#ptftopl.web: tie$(EXEEXT) tftopl.web tftopl.ch
# $(tie_m) tftopl.web tftopl.ch
#EXTRA_DIST += ptexdir/ptftopl.ch
#
# By the way, the $(BUILT_SOURCES) suggestion in the Automake manual for
# this does not work for us, because we want to be able to invoke
# specific targets (hiall, hitex, hishrink, ...), and $(BUILT_SOURCES)
Expand Down
68 changes: 0 additions & 68 deletions source/texk/web2c/ptexdir/am/ptex.am
Original file line number Diff line number Diff line change
Expand Up @@ -92,74 +92,6 @@ EXTRA_DIST += $(ptex_web_srcs) $(ptex_ch_srcs) ptexdir/ptex.defines
DISTCLEANFILES += $(nodist_ptex_SOURCES) ptex.web ptex.ch ptex-web2c \
ptex.p ptex.pool ptex-tangle

## pBibTeX
##
#nodist_pbibtex_SOURCES = pbibtex.c pbibtex.h
#pbibtex_SOURCES = ptexdir/kanji.h
#pbibtex_CPPFLAGS = $(ptex_cppflags)
#pbibtex_LDADD = $(ptex_ldadd)
#pbibtex_DEPENDENCIES = $(ptex_dependencies)
#pbibtex.c pbibtex.h: pbibtex-web2c
# @$(web2c) pbibtex
#pbibtex-web2c: pbibtex.p $(web2c_depend) ptexdir/ptex.defines web2c/cvtbib.sed
# @$(web2c) pbibtex
#pbibtex.p: tangle$(EXEEXT) pbibtex.web ptexdir/pbibtex.ch
# $(p_tangle) pbibtex pbibtex
#pbibtex.web: tie$(EXEEXT) bibtex.web bibtex.ch
# $(tie_m) bibtex.web bibtex.ch
#EXTRA_DIST += ptexdir/pbibtex.ch web2c/cvtbib.sed

## pDVItype
##
#nodist_pdvitype_SOURCES = pdvitype.c pdvitype.h
#pdvitype_SOURCES = ptexdir/kanji.h
#pdvitype_CPPFLAGS = $(ptex_cppflags) -DHEX_CHAR_CODE
#pdvitype_LDADD = $(ptex_ldadd)
#pdvitype_DEPENDENCIES = $(ptex_dependencies)
#pdvitype.c pdvitype.h: pdvitype-web2c
# @$(web2c) pdvitype
#pdvitype-web2c: pdvitype.p $(web2c_depend) ptexdir/ptex.defines
# @$(web2c) pdvitype
#pdvitype.p: tangle$(EXEEXT) pdvitype.web ptexdir/pdvitype.ch
# $(p_tangle) pdvitype pdvitype
#pdvitype.web: tie$(EXEEXT) dvitype.web dvitype.ch
# $(tie_m) dvitype.web dvitype.ch
#EXTRA_DIST += ptexdir/pdvitype.ch

## pPLtoTF
##
#nodist_ppltotf_SOURCES = ppltotf.c ppltotf.h
#ppltotf_SOURCES = ptexdir/kanji.h
#ppltotf_CPPFLAGS = $(ptex_cppflags) -DPRESERVE_PUTC
#ppltotf_LDADD = $(ptex_ldadd)
#ppltotf_DEPENDENCIES = $(ptex_dependencies)
#ppltotf.c ppltotf.h: ppltotf-web2c
# @$(web2c) ppltotf
#ppltotf-web2c: ppltotf.p $(web2c_depend) ptexdir/ptex.defines
# @$(web2c) ppltotf
#ppltotf.p: tangle$(EXEEXT) ppltotf.web ptexdir/ppltotf.ch
# $(p_tangle) ppltotf ppltotf
#ppltotf.web: tie$(EXEEXT) pltotf.web pltotf.ch
# $(tie_m) pltotf.web pltotf.ch
#EXTRA_DIST += ptexdir/ppltotf.ch

## pTFtoPL
##
#nodist_ptftopl_SOURCES = ptftopl.c ptftopl.h
#ptftopl_SOURCES = ptexdir/kanji.h
#ptftopl_CPPFLAGS = $(ptex_cppflags)
#ptftopl_LDADD = $(ptex_ldadd)
#ptftopl_DEPENDENCIES = $(ptex_dependencies)
#ptftopl.c ptftopl.h: ptftopl-web2c
# @$(web2c) ptftopl
#ptftopl-web2c: ptftopl.p $(web2c_depend) ptexdir/ptex.defines
# @$(web2c) ptftopl
#ptftopl.p: tangle$(EXEEXT) ptftopl.web ptexdir/ptftopl.ch
# $(p_tangle) ptftopl ptftopl
#ptftopl.web: tie$(EXEEXT) tftopl.web tftopl.ch
# $(tie_m) tftopl.web tftopl.ch
#EXTRA_DIST += ptexdir/ptftopl.ch

##
EXTRA_DIST += \
ptexdir/COPYRIGHT \
Expand Down
Loading

0 comments on commit 5105c80

Please sign in to comment.