X-Git-Url: http://git.megacz.com/?p=nestedvm.git;a=blobdiff_plain;f=upstream%2FMakefile;h=e91b0c28c50d1652c90b798641f9625160c55ef4;hp=ecbc416d9d771fd508bf867e2be8b718491f9bca;hb=a5ac4a3d6bf4ca158c3111c2fd03a4628f28c3b3;hpb=3971c8cafb25854247125cb1604879f5cf4b8b37 diff --git a/upstream/Makefile b/upstream/Makefile index ecbc416..e91b0c2 100644 --- a/upstream/Makefile +++ b/upstream/Makefile @@ -55,7 +55,8 @@ tasks/download_tex: ; touch $@ tasks/extract_tex: mkdir -p build/tex cd build/tex; wget -N http://www.math.uni.wroc.pl/~hebisch/tex_p/tex.web - cd build/tex; wget -N http://www.math.uni.wroc.pl/~hebisch/tex_p/tex.ch +# cd build/tex; wget -N http://www.math.uni.wroc.pl/~hebisch/tex_p/tex.ch + cd build/tex; wget -N http://www.tug.org/tex-archive/systems/knuth/local/tex/initex.ch && mv initex.ch tex.ch cd build/tex; wget -N http://www.gnu-pascal.de/crystal/gpc/en/attachments/5593/tangle.p.gz && gunzip tangle.p.gz touch $@