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.

60 lines
2.3 KiB

17 years ago
  1. FTP=/home/woodstock/ftp/pub/Babylon-5/Guide/Comic
  2. WWW=/home/woodstock/hyperion/docs/lurk/comic
  3. all: \
  4. $(FTP)/001.In-Darkness-Find-Me \
  5. $(FTP)/002.Treason \
  6. $(FTP)/003.In-Harms-Way \
  7. $(FTP)/004.The-Price-of-Peace \
  8. $(FTP)/005.With-Friends-Like-These \
  9. $(FTP)/006.Against-the-Odds \
  10. $(FTP)/007.Survival-the-Hard-Way \
  11. $(FTP)/008.Silent-Enemies \
  12. $(FTP)/009.Duet... \
  13. $(FTP)/010.Coda... \
  14. $(FTP)/011.The-Psi-Corps-and-You \
  15. /dev/null
  16. $(FTP)/001.In-Darkness-Find-Me: $(WWW)/001.html
  17. echo "In Darkness Find Me" > $@
  18. /opt/local/bin/lynx -dump file://localhost$(WWW)/001.html | uniq | grep -v "Episode List" >> $@
  19. $(FTP)/002.Treason: $(WWW)/002.html
  20. echo "Treason" > $@
  21. /opt/local/bin/lynx -dump file://localhost$(WWW)/002.html | uniq | grep -v "Episode List" >> $@
  22. $(FTP)/003.In-Harms-Way: $(WWW)/003.html
  23. echo "In Harms Way" > $@
  24. /opt/local/bin/lynx -dump file://localhost$(WWW)/003.html | uniq | grep -v "Episode List" >> $@
  25. $(FTP)/004.The-Price-of-Peace: $(WWW)/004.html
  26. echo "The Price of Peace" > $@
  27. /opt/local/bin/lynx -dump file://localhost$(WWW)/004.html | uniq | grep -v "Episode List" >> $@
  28. $(FTP)/005.With-Friends-Like-These: $(WWW)/005.html
  29. echo "With Friends Like These" > $@
  30. /opt/local/bin/lynx -dump file://localhost$(WWW)/005.html | uniq | grep -v "Episode List" >> $@
  31. $(FTP)/006.Against-the-Odds: $(WWW)/006.html
  32. echo "Against the Odds" > $@
  33. /opt/local/bin/lynx -dump file://localhost$(WWW)/006.html | uniq | grep -v "Episode List" >> $@
  34. $(FTP)/007.Survival-the-Hard-Way: $(WWW)/007.html
  35. echo "Survival the Hard Way" > $@
  36. /opt/local/bin/lynx -dump file://localhost$(WWW)/007.html | uniq | grep -v "Episode List" >> $@
  37. $(FTP)/008.Silent-Enemies: $(WWW)/008.html
  38. echo "Silent Enemies" > $@
  39. /opt/local/bin/lynx -dump file://localhost$(WWW)/008.html | uniq | grep -v "Episode List" >> $@
  40. $(FTP)/009.Duet...: $(WWW)/009.html
  41. echo "Duet..." > $@
  42. /opt/local/bin/lynx -dump file://localhost$(WWW)/009.html | uniq | grep -v "Episode List" >> $@
  43. $(FTP)/010.Coda...: $(WWW)/010.html
  44. echo "Coda..." > $@
  45. /opt/local/bin/lynx -dump file://localhost$(WWW)/010.html | uniq | grep -v "Episode List" >> $@
  46. $(FTP)/011.The-Psi-Corps-and-You: $(WWW)/011.html
  47. echo "The Psi Corps and You" > $@
  48. /opt/local/bin/lynx -dump file://localhost$(WWW)/011.html | uniq | grep -v "Episode List" >> $@