root/libswish3/trunk/doc/Makefile.am

Revision 2087, 1.2 kB (checked in by karpet, 4 months ago)

init some docs

Line 
1 man_MANS = \
2     $(srcdir)/libswish3.3 \
3         $(srcdir)/swish_lint.1 \
4         $(srcdir)/swish_words.1 \
5         $(srcdir)/swish_isw.1 \
6         $(srcdir)/swish_intro.7 \
7         $(srcdir)/swish_migration.7
8
9
10 $(srcdir)/libswish3.3 : $(top_srcdir)/doc/libswish3.3.pod.in
11         -rm -f $@
12         -perl make_lib_pod.pl
13         -pod2man --center="libswish3" --lax --release='$(VERSION)'  $(top_srcdir)/doc/libswish3.3.pod  > $@
14
15 $(srcdir)/swish_lint.1 : $(top_srcdir)/doc/swish_lint.1.pod
16         -rm -f $@
17         -pod2man --center="Swish3" --lax --release='$(VERSION)' $(top_srcdir)/doc/swish_lint.1.pod > $@
18
19 $(srcdir)/swish_words.1 : $(top_srcdir)/doc/swish_words.1.pod
20         -rm -f $@
21         -pod2man --center="Swish3" --lax --release='$(VERSION)' $(top_srcdir)/doc/swish_words.1.pod > $@
22
23 $(srcdir)/swish_isw.1 : $(top_srcdir)/doc/swish_isw.1.pod
24         -rm -f $@
25         -pod2man --center="Swish3" --lax --release='$(VERSION)' $(top_srcdir)/doc/swish_isw.1.pod > $@
26
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
35
36
37 EXTRA_DIST = $(man_MANS)
38
Note: See TracBrowser for help on using the browser.