/[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 152 Revision 193
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 html_links.sh index_html.sh
54 54
55nobase_pkgdata_DATA=$(HTMLDOCFILES) $(HTML4DOCFILES) $(ASCIIDOCFILES) \ 55nobase_pkgdata_DATA=$(XHTMLDOCFILES) $(HTML4DOCFILES) $(ASCIIDOCFILES) \
56 $(RTFDOCFILES) $(PSIONFILES) 56 $(PSIONFILES)
57 57
58all-local: .touch-html .touch-html4 .touch-ascii .touch-rtf 58all-local: .touch-xhtml .touch-html4 .touch-ascii
59 59
60PSIONFILES=$(GENERATE) 60PSIONFILES=$(GENERATE)
61 61
62.touch-html: $(GENERATE) 62.touch-xhtml: $(GENERATE)
63if HTMLDOCS 63if XHTMLDOCS
64 rm -rf html 64 rm -rf xhtml
65 mkdir html 65 mkdir xhtml
66 ./generate_html.sh .. html $(GENERATE) 66 ./generate_xhtml.sh .. xhtml $(GENERATE)
67 touch .touch-html 67 touch .touch-xhtml
68 68
69HTMLDOCFILES=$(patsubst %.psi,%.html,$(patsubst psion/%,html/%,$(GENERATE))) 69XHTMLDOCFILES=$(patsubst %.psi,%.html,$(patsubst psion/%,xhtml/%,$(GENERATE)))
70$(HTMLDOCFILES): .touch-html 70$(XHTMLDOCFILES): .touch-xhtml
71endif 71endif
72 72
73.touch-html4: $(GENERATE) 73.touch-html4: $(GENERATE)
74if HTML4DOCS 74if HTML4DOCS
75 rm -rf html4 75 rm -rf html4
90 90
91ASCIIDOCFILES=$(patsubst %.psi,%.ascii,$(patsubst psion/%,ascii/%,$(GENERATE))) 91ASCIIDOCFILES=$(patsubst %.psi,%.ascii,$(patsubst psion/%,ascii/%,$(GENERATE)))
92$(ASCIIDOCFILES): .touch-ascii 92$(ASCIIDOCFILES): .touch-ascii
93endif 93endif
94 94
95.touch-rtf: $(GENERATE)
96if RTFDOCS
97 rm -rf rtf
98 mkdir rtf
99 ./generate_rtf.sh .. rtf $(GENERATE)
100 touch .touch-rtf
101
102RTFDOCFILES=$(patsubst %.psi,%.rtf,$(patsubst psion/%,rtf/%,$(GENERATE)))
103$(RTFDOCFILES): .touch-rtf
104endif
105
106clean-local: 95clean-local:
107 rm -rf html html4 ascii rtf .touch-* 96 rm -rf xhtml html4 ascii .touch-*

Legend:
Removed from v.152  
changed lines
  Added in v.193

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