cvs commit: perlfaq Makefile

[email protected]
Newsgroups perl.cvs.perlfaq
Message-ID <[email protected]>
cvsuser     02/04/08 16:01:00

  Added:       .        Makefile
  Log:
  * a starting point for automatting some perlfaq tasks
  
  Revision  Changes    Path
  1.1                  perlfaq/Makefile
  
  Index: Makefile
  ===================================================================
  # $Id: Makefile,v 1.1 2002/04/08 23:01:00 comdog Exp $
  PERL=perl
  
  CHECK_URLS=bin/check_urls.pl
  TOC_PL=bin/perlfaq_toc.pl
  
  FILES=perlfaq1.pod perlfaq2.pod perlfaq3.pod perlfaq4.pod perlfaq5.pod \
  	perlfaq6.pod perlfaq7.pod perlfaq8.pod perlfaq9.pod
  TOC=perlfaq.toc
  
  help:
  	@ echo "Available targets:"
  	@ echo
  	@ echo "    checkurls   -- extract and validate URLs in the perlfaq POD"
  	@ echo "    perlfaq.pod -- create a new perlfaq.pod from the perlfaq POD"
  	@ echo
  
  echo:
  	@ echo $(FILES)
  
  perlfaq.pod: $(FILES)
  	${PERL} ${TOC_PL} > perlfaq.pod
  
  checkurls: 
  	${PERL} ${CHECK_URLS} $(FILES)
  	@ touch $@
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.