/[jsFind]/trunk/Makefile.PL
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Diff of /trunk/Makefile.PL

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 24 by dpavlin, Thu Oct 7 16:26:31 2004 UTC revision 34 by dpavlin, Sun Oct 10 05:11:29 2004 UTC
# Line 15  WriteMakefile( Line 15  WriteMakefile(
15      ($] >= 5.005 ?     ## Add these new keywords supported since 5.005      ($] >= 5.005 ?     ## Add these new keywords supported since 5.005
16        (ABSTRACT_FROM  => 'jsFind.pm', # retrieve abstract from module        (ABSTRACT_FROM  => 'jsFind.pm', # retrieve abstract from module
17         AUTHOR         => 'Dobrica Pavlinusic <dpavlin@rot13.org>') : ()),         AUTHOR         => 'Dobrica Pavlinusic <dpavlin@rot13.org>') : ()),
18        depend => {
19            dist => 'changelog',
20        },
21  );  );
22    
23  # new target to create png files from GraphViz's dot files created by test  # new target to create png files from GraphViz's dot files created by test
# Line 30  tree.png: tree.dot Line 33  tree.png: tree.dot
33  #words.png: words.dot  #words.png: words.dot
34  #       dot -Tpng -o words.png words.dot  #       dot -Tpng -o words.png words.dot
35    
36  html: blib/lib/jsFind.pm all  html: jsFind.pm all
37          pod2html blib/lib/jsFind.pm jsFind.html          pod2html --infile jsFind.pm --outfile jsFind.html && rm -f pod2htm?.tmp
38    
39  clean ::  clean ::
40          rm -f tree.* words.* homer_*          rm -f tree.* words.* homer_*
41          cd html && rm -Rf entities/ entities-utf8/ lorem/ words/ homer/ test_data.js          cd html && rm -Rf entities/ entities-utf8/ lorem/ words/ homer/ test_data.js
42    
43    changelog:
44            svn update && svn -v log > Changes
45    
46  MAKE_MORE  MAKE_MORE
47  }  }

Legend:
Removed from v.24  
changed lines
  Added in v.34

  ViewVC Help
Powered by ViewVC 1.1.26