/[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 115 Revision 152
27 psion/Sheet_Graph_List_Section.psi \ 27 psion/Sheet_Graph_List_Section.psi \
28 psion/Sheet_Graph_Region.psi \ 28 psion/Sheet_Graph_Region.psi \
29 psion/Sheet_Graph_Section.psi \ 29 psion/Sheet_Graph_Section.psi \
30 psion/Sheet_Grid_Section.psi \ 30 psion/Sheet_Grid_Section.psi \
31 psion/Sheet_Info_Section.psi \ 31 psion/Sheet_Info_Section.psi \
32 psion/Sheet_Line_Section.psi \
32 psion/Sheet_Name_Section.psi \ 33 psion/Sheet_Name_Section.psi \
33 psion/Sheet_Status_Section.psi \ 34 psion/Sheet_Status_Section.psi \
34 psion/Sheet_Variable_List.psi \ 35 psion/Sheet_Variable_List.psi \
35 psion/Sheet_Workbook_Section.psi \ 36 psion/Sheet_Workbook_Section.psi \
36 psion/Sheet_Worksheet.psi \ 37 psion/Sheet_Worksheet.psi \
49 psion/World_Data_File.psi 50 psion/World_Data_File.psi
50 51
51EXTRA_DIST=$(GENERATE) generate_ascii.sh generate_html.sh generate_html4.sh \ 52EXTRA_DIST=$(GENERATE) generate_ascii.sh generate_html.sh generate_html4.sh \
52 generate_rtf.sh html_links.sh index_html.sh 53 generate_rtf.sh html_links.sh index_html.sh
53 54
55nobase_pkgdata_DATA=$(HTMLDOCFILES) $(HTML4DOCFILES) $(ASCIIDOCFILES) \
56 $(RTFDOCFILES) $(PSIONFILES)
57
54all-local: .touch-html .touch-html4 .touch-ascii .touch-rtf 58all-local: .touch-html .touch-html4 .touch-ascii .touch-rtf
59
60PSIONFILES=$(GENERATE)
55 61
56.touch-html: $(GENERATE) 62.touch-html: $(GENERATE)
57if HTMLDOCS 63if HTMLDOCS
58 rm -rf html 64 rm -rf html
59 mkdir html 65 mkdir html
60 ./generate_html.sh .. html $(GENERATE) 66 ./generate_html.sh .. html $(GENERATE)
61 touch .touch-html 67 touch .touch-html
68
69HTMLDOCFILES=$(patsubst %.psi,%.html,$(patsubst psion/%,html/%,$(GENERATE)))
70$(HTMLDOCFILES): .touch-html
62endif 71endif
63
64 72
65.touch-html4: $(GENERATE) 73.touch-html4: $(GENERATE)
66if HTML4DOCS 74if HTML4DOCS
67 rm -rf html4 75 rm -rf html4
68 mkdir html4 76 mkdir html4
69 ./generate_html4.sh .. html4 $(GENERATE) 77 ./generate_html4.sh .. html4 $(GENERATE)
70 touch .touch-html4 78 touch .touch-html4
79
80HTML4DOCFILES=$(patsubst %.psi,%.html,$(patsubst psion/%,html4/%,$(GENERATE)))
81$(HTML4DOCFILES): .touch-html4
71endif 82endif
72 83
73.touch-ascii: $(GENERATE) 84.touch-ascii: $(GENERATE)
74if ASCIIDOCS 85if ASCIIDOCS
75 rm -rf ascii 86 rm -rf ascii
76 mkdir ascii 87 mkdir ascii
77 ./generate_ascii.sh .. ascii $(GENERATE) 88 ./generate_ascii.sh .. ascii $(GENERATE)
78 touch .touch-ascii 89 touch .touch-ascii
90
91ASCIIDOCFILES=$(patsubst %.psi,%.ascii,$(patsubst psion/%,ascii/%,$(GENERATE)))
92$(ASCIIDOCFILES): .touch-ascii
79endif 93endif
80 94
81.touch-rtf: $(GENERATE) 95.touch-rtf: $(GENERATE)
82if RTFDOCS 96if RTFDOCS
83 rm -rf rtf 97 rm -rf rtf
84 mkdir rtf 98 mkdir rtf
85 ./generate_rtf.sh .. rtf $(GENERATE) 99 ./generate_rtf.sh .. rtf $(GENERATE)
86 touch .touch-rtf 100 touch .touch-rtf
101
102RTFDOCFILES=$(patsubst %.psi,%.rtf,$(patsubst psion/%,rtf/%,$(GENERATE)))
103$(RTFDOCFILES): .touch-rtf
87endif 104endif
88 105
89clean-local: 106clean-local:
90 rm -rf html html4 ascii rtf .touch-* 107 rm -rf html html4 ascii rtf .touch-*

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

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