|
Revision 1933, 0.8 kB
(checked in by karpet, 2 years ago)
|
perl bindings split \003 into array of strings, libswish3 pod auto-generated from source .h file
|
| Line | |
|---|
| 1 |
man_MANS = \ |
|---|
| 2 |
$(srcdir)/libswish3.3 \ |
|---|
| 3 |
$(srcdir)/swish_lint.1 \ |
|---|
| 4 |
$(srcdir)/swish_words.1 \ |
|---|
| 5 |
$(srcdir)/swish_isw.1 |
|---|
| 6 |
|
|---|
| 7 |
|
|---|
| 8 |
$(srcdir)/libswish3.3 : $(top_srcdir)/doc/libswish3.3.pod.in |
|---|
| 9 |
-rm -f $@ |
|---|
| 10 |
-perl make_lib_pod.pl |
|---|
| 11 |
-pod2man --center="libswish3" --lax --release='$(VERSION)' $(top_srcdir)/doc/libswish3.3.pod > $@ |
|---|
| 12 |
|
|---|
| 13 |
$(srcdir)/swish_lint.1 : $(top_srcdir)/doc/swish_lint.1.pod |
|---|
| 14 |
-rm -f $@ |
|---|
| 15 |
-pod2man --center="Swish3" --lax --release='$(VERSION)' $(top_srcdir)/doc/swish_lint.1.pod > $@ |
|---|
| 16 |
|
|---|
| 17 |
$(srcdir)/swish_words.1 : $(top_srcdir)/doc/swish_words.1.pod |
|---|
| 18 |
-rm -f $@ |
|---|
| 19 |
-pod2man --center="Swish3" --lax --release='$(VERSION)' $(top_srcdir)/doc/swish_words.1.pod > $@ |
|---|
| 20 |
|
|---|
| 21 |
$(srcdir)/swish_isw.1 : $(top_srcdir)/doc/swish_isw.1.pod |
|---|
| 22 |
-rm -f $@ |
|---|
| 23 |
-pod2man --center="Swish3" --lax --release='$(VERSION)' $(top_srcdir)/doc/swish_isw.1.pod > $@ |
|---|
| 24 |
|
|---|
| 25 |
|
|---|
| 26 |
|
|---|
| 27 |
EXTRA_DIST = $(man_MANS) |
|---|
| 28 |
|
|---|