[tex-live] LH update incomplete!

Werner LEMBERG wl at gnu.org
Mon Aug 28 16:12:47 CEST 2006


Simply copying the LH bundle files to texlive doesn't do the whole
job: It's necessary to run some a tex file afterwards to generate the
various support files for Cyrillic encodings.

I've attached a small Makefile to do that.  Please generate the files
and add them (again) to the repository!

And please generate ls-R for me too :-)


    Werner


======================================================================

# Create LH source files as needed by TeXLive.  The generated files
# should then be moved to the corresponding directories in the MF
# tree.

all:
	mkdir wrk
	mkdir wrk/lh-lcy
	mkdir wrk/lh-ot2
	mkdir wrk/lh-t2a
	mkdir wrk/lh-t2b
	mkdir wrk/lh-t2c
	mkdir wrk/lh-t2d
	mkdir wrk/lh-x2
	mkdir wrk/lh-xSlav
	mkdir wrk/lh-temp

	tex 99allenc.tex

# eof


More information about the tex-live mailing list