/[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 6 by dpavlin, Sat Feb 26 16:19:22 2005 UTC revision 14 by dpavlin, Thu Jun 28 10:33:37 2007 UTC
# Line 1  Line 1 
1  all:  all:
2          ./stem-hr.pl < test.txt | tee stem.txt          ./stem.pl < test.txt | tee stem.txt | grep -v '^#rule' | grep -v '^#stem'
3    
4  test:  test:
5          @date >> log          @date >> log
6          @grep "# " log          @grep "# " log
7          @./stem-hr.pl words | grep '^#' | tee -a log | grep -v '#stem'          @./stem.pl words | grep '^#' | tee -a log | grep -v '#stem'
8    
9          @date >> log.vl          @date >> log.vl
10          @grep "# " log.vl          @grep "# " log.vl
11          @cut -d" " -f2 words.vl | ./stem-hr.pl | grep '^#' | tee -a log.vl | grep -v '#stem'          @cut -d" " -f2 words.vl | ./stem.pl | grep '^#' | tee -a log.vl | grep -v '#stem'

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

  ViewVC Help
Powered by ViewVC 1.1.26