/[mws]/trunk/doc/Makefile
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/doc/Makefile

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

revision 40 by dpavlin, Sun May 9 23:18:12 2004 UTC revision 41 by dpavlin, Mon May 10 20:26:17 2004 UTC
# Line 1  Line 1 
1  all:  all:
2          ls *.pod | cut -d. -f1 | xargs -i pod2text {}.pod txt/{}          ls *.pod | cut -d. -f1 | xargs -i pod2text {}.pod txt/{}
3          ls *.pod | cut -d. -f1 | xargs -i pod2html --infile={}.pod --outfile=html/{}.html          ls *.pod | cut -d. -f1 | xargs -i pod2html --infile={}.pod --outfile=html/{}.html
4    
5    test:
6            podchecker *.pod
7    
8    clean:
9            rm -f *.tmp *.bak html/* txt/*

Legend:
Removed from v.40  
changed lines
  Added in v.41

  ViewVC Help
Powered by ViewVC 1.1.26