Show
Ignore:
Timestamp:
03/17/08 21:19:24 (4 months ago)
Author:
karpet
Message:

init some docs

Files:

Legend:

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

    r1933 r2087  
    33        $(srcdir)/swish_lint.1 \ 
    44        $(srcdir)/swish_words.1 \ 
    5         $(srcdir)/swish_isw.1 
     5        $(srcdir)/swish_isw.1 \ 
     6        $(srcdir)/swish_intro.7 \ 
     7        $(srcdir)/swish_migration.7 
    68 
    79 
     
    2325        -pod2man --center="Swish3" --lax --release='$(VERSION)' $(top_srcdir)/doc/swish_isw.1.pod > $@ 
    2426 
     27$(srcdir)/swish_intro.7 : $(top_srcdir)/doc/swish_intro.7.pod 
     28        -rm -f $@ 
     29        -pod2man --center="Swish3" --lax --release='$(VERSION)' $(top_srcdir)/doc/swish_intro.7.pod > $@ 
     30 
     31$(srcdir)/swish_migration.7 : $(top_srcdir)/doc/swish_migration.7.pod 
     32        -rm -f $@ 
     33        -pod2man --center="Swish3" --lax --release='$(VERSION)' $(top_srcdir)/doc/swish_migration.7.pod > $@ 
     34 
    2535 
    2636