TARGET=source #DATETIME=@2002/02/01 #DATETIME=@2002/02/04:22:40:00 #DATETIME=@2002/02/19:09:00:00 #DATETIME=@2002/03/12:09:00:00 #DATETIME=@2002/03/17:18:00:00 #DATETIME=@2002/03/24:18:00:00 #DATETIME=@2002/04/10:09:00:00 #DATETIME=@2002/04/13:09:00:00 #DATETIME=@2002/04/25:00:00:00 #DATETIME=@2002/05/19:00:00:00 #DATETIME=@2002/05/20:13:30:00 #DATETIME=@2002/05/22:23:55:00 #DATETIME=@2002/05/26:01:00:00 #DATETIME=@2002/05/29:05:00:00 #DATETIME=@2002/06/02:13:00:00 DATETIME=@2002/09/10:12:00:00 default: echo make texlive-sync, (re)config-tex or compile-tex texlive-sync: p4 sync //depot/Build/${TARGET}/...${DATETIME} texlive-sync-rest: p4 sync '//depot/Master/*' p4 sync //depot/Master/FAQ/... p4 sync //depot/Master/texmf/... p4 sync //depot/Master/man/... p4 sync //depot/Master/Books/... p4 sync //depot/Master/MacOSX/... p4 sync //depot/Master/info/... clear-configure-cache: (cd TeXLive/Build/${TARGET}; \ find . -name config.cache -exec rm {} \; ) reconfigure-tex: clear-configure-cache configure-tex configure-tex: (cd TeXLive/Build/${TARGET}; \ ./configure --enable-multiplatform --without-x11 --prefix=/usr/local/teTeX --datadir=/usr/local/teTeX/share) # ./configure --datadir=/usr/local/teTeX/share --enable-multiplatform --without-x11 --prefix=/usr/local/teTeX) # ./configure --enable-multiplatform --without-dvi2tty --without-x11 --prefix=/usr/local/teTeX) compile-tex: (cd TeXLive/Build/${TARGET}; make) install-tex: (cd TeXLive/Build/${TARGET}; make install) # ranlib /usr/local/teTeX/lib/libkpathsea.a (cd TeXLive/Build/${TARGET}; make extras) cp ./TeXLive/Master/texmf/web2c/updmap.cfg /usr/local/teTeX/share/texmf/web2c clean-tex: (cd TeXLive/Build/${TARGET}; make clean)