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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 53 - (hide annotations)
Fri Jun 18 14:56:40 2004 UTC (19 years, 11 months ago) by dpavlin
File size: 201 byte(s)
minor fixes and improvements:
- use $message->timestamp instead of $message->date which was removed in
  Mail::Box 2.055
- fix local lib directory location (but, PAR build is still broken)
- don't try apropos if no search string is entered

1 dpavlin 31 all: mbox2index httpd
2    
3 dpavlin 53 OPT=--verbose=3 -d -P
4 dpavlin 31
5     mbox2index: ../mbox2index.pl
6     pp $(OPT) -o mbox2index ../mbox2index.pl
7    
8     httpd: ../httpd.pl
9     pp $(OPT) -o httpd ../httpd.pl
10    
11     clean:
12     rm -f mbox2index httpd

  ViewVC Help
Powered by ViewVC 1.1.26