Changeset 2163

Show
Ignore:
Timestamp:
09/20/08 15:40:22 (3 months ago)
Author:
karpet
Message:

rename docs

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • libswish3/trunk/doc/Makefile.am

    r2087 r2163  
    22    $(srcdir)/libswish3.3 \ 
    33        $(srcdir)/swish_lint.1 \ 
    4         $(srcdir)/swish_words.1 \ 
     4        $(srcdir)/swish_tokenize.1 \ 
    55        $(srcdir)/swish_isw.1 \ 
    66        $(srcdir)/swish_intro.7 \ 
     
    1717        -pod2man --center="Swish3" --lax --release='$(VERSION)' $(top_srcdir)/doc/swish_lint.1.pod > $@ 
    1818 
    19 $(srcdir)/swish_words.1 : $(top_srcdir)/doc/swish_words.1.pod 
     19$(srcdir)/swish_tokenize.1 : $(top_srcdir)/doc/swish_tokenize.1.pod 
    2020        -rm -f $@ 
    21         -pod2man --center="Swish3" --lax --release='$(VERSION)' $(top_srcdir)/doc/swish_words.1.pod > $@ 
     21        -pod2man --center="Swish3" --lax --release='$(VERSION)' $(top_srcdir)/doc/swish_tokenize.1.pod > $@ 
    2222 
    2323$(srcdir)/swish_isw.1 : $(top_srcdir)/doc/swish_isw.1.pod 
  • libswish3/trunk/doc/swish_isw.1.pod

    r1913 r2163  
    88=head1 SEE ALSO 
    99 
    10 swish_lint(1), swish_words(1), libswish3(3) 
     10swish_lint(1), swish_tokenize(1), libswish3(3) 
    1111 
    1212=cut 
  • libswish3/trunk/doc/swish_lint.1.pod

    r1913 r2163  
    99=head1 SEE ALSO 
    1010 
    11 libswishp(3), swish_isw(1), swish_words(1) 
     11libswishp(3), swish_isw(1), swish_tokenize(1) 
    1212 
    1313=cut 
  • libswish3/trunk/doc/swish_tokenize.1.pod

    r1913 r2163  
    33=head1 NAME 
    44 
    5 swish_words - test the libswish3 tokenizer 
     5swish_tokenize - test the libswish3 tokenizer 
    66 
    77=head1 SEE ALSO