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.

25 lines
851 B

17 years ago
  1. FTP=/home/woodstock/ftp/pub/Babylon-5/Guide/Novels
  2. WWW=/home/woodstock/hyperion/docs/lurk/novels
  3. all: \
  4. $(FTP)/001.Voices \
  5. $(FTP)/002.Accusations \
  6. $(FTP)/003.Blood-Oath \
  7. $(FTP)/004.Clarks-Law \
  8. /dev/null
  9. $(FTP)/001.Voices: $(WWW)/001.html
  10. echo "Voices" > $@
  11. /opt/local/bin/lynx -dump file://localhost$(WWW)/001.html | uniq | grep -v "Episode List" >> $@
  12. $(FTP)/002.Accusations: $(WWW)/002.html
  13. echo "Accusations" > $@
  14. /opt/local/bin/lynx -dump file://localhost$(WWW)/002.html | uniq | grep -v "Episode List" >> $@
  15. $(FTP)/003.Blood-Oath: $(WWW)/003.html
  16. echo "Blood Oath" > $@
  17. /opt/local/bin/lynx -dump file://localhost$(WWW)/003.html | uniq | grep -v "Episode List" >> $@
  18. $(FTP)/004.Clarks-Law: $(WWW)/004.html
  19. echo "Clarks Law" > $@
  20. /opt/local/bin/lynx -dump file://localhost$(WWW)/004.html | uniq | grep -v "Episode List" >> $@