lurkers-guide/Makefile

18 lines
417 B
Makefile

B5DIR=/home/woodstock/ftp/pub/Babylon-5
all: lurker-nobg.html subdirs
lurker-nobg.html: lurker.html
sed -e 's/ BGSTART.*BGEND//' -e '/BGLINK/d' < lurker.html > $@
subdirs:
@(cd guide; make)
@(cd comic; make)
@(cd synops; make)
@(cd novels; make)
tvlist: $(B5DIR)/b5tvlist.txt
$(B5DIR)/b5tvlist.txt: reference/tvl.html
/opt/local/bin/lynx -nolist -dump http://www.midwinter.com/lurk/reference/tvl.html > $@