/[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

Annotation of /trunk/doc/Makefile

Parent Directory Parent Directory | Revision Log Revision Log


Revision 41 - (hide annotations)
Mon May 10 20:26:17 2004 UTC (20 years ago) by dpavlin
File size: 211 byte(s)
major code re-structuring: separation of indexer code into target independent
and depended, documentation improvements

1 dpavlin 37 all:
2     ls *.pod | cut -d. -f1 | xargs -i pod2text {}.pod txt/{}
3     ls *.pod | cut -d. -f1 | xargs -i pod2html --infile={}.pod --outfile=html/{}.html
4 dpavlin 41
5     test:
6     podchecker *.pod
7    
8     clean:
9     rm -f *.tmp *.bak html/* txt/*

  ViewVC Help
Powered by ViewVC 1.1.26