/[nn]/swish/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 /swish/Makefile

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.2 - (hide annotations)
Wed Jun 19 12:33:23 2002 UTC (21 years, 11 months ago) by dpavlin
Branch: MAIN
Changes since 1.1: +17 -1 lines
encode title in utf8, execute html2xml from swish

1 dpavlin 1.1 opt=-l 2002
2    
3 dpavlin 1.2 # debug
4     sw_debug=-T parsed_tags parsed_text #-v 0
5    
6     # change this to 'prog' to execute html2xml on-the-fly
7     swish_method=prog
8    
9     all: swish test
10    
11     dump:
12 dpavlin 1.1 ./html2xml.pl $(opt) > out.xml
13    
14 dpavlin 1.2 swish:
15     ./swish-e -c nn.conf -S $(swish_method)
16    
17     debug:
18     ./swish-e -c nn.conf -S $(swish_method) $(sw_debug)
19    
20     test:
21     ./swish-e -f nn.index -w 'naslov_czs=zakon'

  ViewVC Help
Powered by ViewVC 1.1.26