/[public]/psiconv/trunk/formats/Makefile.am
ViewVC logotype

Diff of /psiconv/trunk/formats/Makefile.am

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

Revision 2 Revision 7
26 psion/Word_File.psi \ 26 psion/Word_File.psi \
27 psion/Word_Status_Section.psi \ 27 psion/Word_Status_Section.psi \
28 psion/Word_Styles_Section.psi 28 psion/Word_Styles_Section.psi
29 29
30EXTRA_DIST=$(GENERATE) generate_ascii.sh generate_html.sh generate_html4.sh \ 30EXTRA_DIST=$(GENERATE) generate_ascii.sh generate_html.sh generate_html4.sh \
31 html_links.sh index_html.sh 31 generate_rtf.sh html_links.sh index_html.sh
32 32
33all-local: .touch-html .touch-html4 .touch-ascii 33all-local: .touch-html .touch-html4 .touch-ascii .touch-rtf
34 34
35.touch-html: $(GENERATE) 35.touch-html: $(GENERATE)
36if HTMLDOCS 36if HTMLDOCS
37 rm -rf html 37 rm -rf html
38 mkdir html 38 mkdir html
55 mkdir ascii 55 mkdir ascii
56 ./generate_ascii.sh .. ascii $(GENERATE) 56 ./generate_ascii.sh .. ascii $(GENERATE)
57 touch .touch-ascii 57 touch .touch-ascii
58endif 58endif
59 59
60.touch-rtf: $(GENERATE)
61if RTFDOCS
62 rm -rf rtf
63 mkdir rtf
64 ./generate_rtf.sh .. rtf $(GENERATE)
65 touch .touch-rtf
66endif
67
60clean-local: 68clean-local:
61 rm -rf html html4 ascii .touch-* 69 rm -rf html html4 ascii rtf .touch-*

Legend:
Removed from v.2  
changed lines
  Added in v.7

frodo@frodo.looijaard.name
ViewVC Help
Powered by ViewVC 1.1.26