/[stem-hr]/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 /Makefile

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

revision 1 by dpavlin, Fri Feb 25 23:14:44 2005 UTC revision 6 by dpavlin, Sat Feb 26 16:19:22 2005 UTC
# Line 1  Line 1 
1  all:  all:
2          ./stem-hr.pl < test.txt | tee stem.txt          ./stem-hr.pl < test.txt | tee stem.txt
3    
4    test:
5            @date >> log
6            @grep "# " log
7            @./stem-hr.pl words | grep '^#' | tee -a log | grep -v '#stem'
8            @date >> log.vl
9            @grep "# " log.vl
10            @cut -d" " -f2 words.vl | ./stem-hr.pl | grep '^#' | tee -a log.vl | grep -v '#stem'

Legend:
Removed from v.1  
changed lines
  Added in v.6

  ViewVC Help
Powered by ViewVC 1.1.26