The Lurker's Guide to Babylon 5
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

20 lines
530 B

17 years ago
17 years ago
  1. B5DIR=/home/woodstock/ftp/pub/Babylon-5
  2. all: commit lurker-nobg.html subdirs
  3. commit:
  4. @-/usr/bin/git diff-files --quiet || /usr/bin/git commit -a -q -m "Automatic commit of changes"
  5. lurker-nobg.html: lurker.html
  6. sed -e 's/ BGSTART.*BGEND//' -e '/BGLINK/d' < lurker.html > $@
  7. subdirs:
  8. @(cd guide; make)
  9. @(cd comic; make)
  10. @(cd synops; make)
  11. @(cd novels; make)
  12. tvlist: $(B5DIR)/b5tvlist.txt
  13. $(B5DIR)/b5tvlist.txt: reference/tvl.html
  14. /opt/local/bin/lynx -nolist -dump http://www.midwinter.com/lurk/reference/tvl.html > $@