--- psiconv/trunk/formats/Makefile.am 1999/10/03 21:10:47 2 +++ psiconv/trunk/formats/Makefile.am 1999/10/04 18:19:26 7 @@ -28,9 +28,9 @@ psion/Word_Styles_Section.psi EXTRA_DIST=$(GENERATE) generate_ascii.sh generate_html.sh generate_html4.sh \ - html_links.sh index_html.sh + generate_rtf.sh html_links.sh index_html.sh -all-local: .touch-html .touch-html4 .touch-ascii +all-local: .touch-html .touch-html4 .touch-ascii .touch-rtf .touch-html: $(GENERATE) if HTMLDOCS @@ -57,5 +57,13 @@ touch .touch-ascii endif +.touch-rtf: $(GENERATE) +if RTFDOCS + rm -rf rtf + mkdir rtf + ./generate_rtf.sh .. rtf $(GENERATE) + touch .touch-rtf +endif + clean-local: - rm -rf html html4 ascii .touch-* + rm -rf html html4 ascii rtf .touch-*