/[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 135 Revision 202
47 psion/Word_File.psi \ 47 psion/Word_File.psi \
48 psion/Word_Status_Section.psi \ 48 psion/Word_Status_Section.psi \
49 psion/Word_Styles_Section.psi \ 49 psion/Word_Styles_Section.psi \
50 psion/World_Data_File.psi 50 psion/World_Data_File.psi
51 51
52EXTRA_DIST=$(GENERATE) generate_ascii.sh generate_html.sh generate_html4.sh \ 52EXTRA_DIST=$(GENERATE) generate_ascii.sh generate_xhtml.sh generate_html4.sh \
53 generate_rtf.sh html_links.sh index_html.sh 53 html4_links.sh xhtml_links.sh index_html.sh
54 54
55all-local: .touch-html .touch-html4 .touch-ascii .touch-rtf 55nobase_pkgdata_DATA=$(XHTMLDOCFILES) $(HTML4DOCFILES) $(ASCIIDOCFILES) \
56 $(PSIONFILES)
56 57
58all-local: .touch-xhtml .touch-html4 .touch-ascii
59
60PSIONFILES=$(GENERATE)
61
57.touch-html: $(GENERATE) 62.touch-xhtml: $(GENERATE)
58if HTMLDOCS 63if XHTMLDOCS
59 rm -rf html 64 rm -rf xhtml
60 mkdir html 65 mkdir xhtml
61 ./generate_html.sh .. html $(GENERATE) 66 ./generate_xhtml.sh .. xhtml $(GENERATE)
62 touch .touch-html 67 touch .touch-xhtml
68
69XHTMLDOCFILES=$(patsubst %.psi,%.html,$(patsubst psion/%,xhtml/%,$(GENERATE)))
70$(XHTMLDOCFILES): .touch-xhtml
63endif 71endif
64
65 72
66.touch-html4: $(GENERATE) 73.touch-html4: $(GENERATE)
67if HTML4DOCS 74if HTML4DOCS
68 rm -rf html4 75 rm -rf html4
69 mkdir html4 76 mkdir html4
70 ./generate_html4.sh .. html4 $(GENERATE) 77 ./generate_html4.sh .. html4 $(GENERATE)
71 touch .touch-html4 78 touch .touch-html4
79
80HTML4DOCFILES=$(patsubst %.psi,%.html,$(patsubst psion/%,html4/%,$(GENERATE)))
81$(HTML4DOCFILES): .touch-html4
72endif 82endif
73 83
74.touch-ascii: $(GENERATE) 84.touch-ascii: $(GENERATE)
75if ASCIIDOCS 85if ASCIIDOCS
76 rm -rf ascii 86 rm -rf ascii
77 mkdir ascii 87 mkdir ascii
78 ./generate_ascii.sh .. ascii $(GENERATE) 88 ./generate_ascii.sh .. ascii $(GENERATE)
79 touch .touch-ascii 89 touch .touch-ascii
80endif
81 90
82.touch-rtf: $(GENERATE) 91ASCIIDOCFILES=$(patsubst %.psi,%.ascii,$(patsubst psion/%,ascii/%,$(GENERATE)))
83if RTFDOCS 92$(ASCIIDOCFILES): .touch-ascii
84 rm -rf rtf
85 mkdir rtf
86 ./generate_rtf.sh .. rtf $(GENERATE)
87 touch .touch-rtf
88endif 93endif
89 94
90clean-local: 95clean-local:
91 rm -rf html html4 ascii rtf .touch-* 96 rm -rf xhtml html4 ascii .touch-*

Legend:
Removed from v.135  
changed lines
  Added in v.202

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