Changeset 2087 for libswish3/trunk/doc/Makefile.am
- Timestamp:
- 03/17/08 21:19:24 (9 months ago)
- Files:
-
- libswish3/trunk/doc/Makefile.am (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
libswish3/trunk/doc/Makefile.am
r1933 r2087 3 3 $(srcdir)/swish_lint.1 \ 4 4 $(srcdir)/swish_words.1 \ 5 $(srcdir)/swish_isw.1 5 $(srcdir)/swish_isw.1 \ 6 $(srcdir)/swish_intro.7 \ 7 $(srcdir)/swish_migration.7 6 8 7 9 … … 23 25 -pod2man --center="Swish3" --lax --release='$(VERSION)' $(top_srcdir)/doc/swish_isw.1.pod > $@ 24 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 25 35 26 36
