Docment how CLABELS can affect calculations.
[pspp] / doc / automake.mk
1 ## PSPP - a program for statistical analysis.
2 ## Copyright (C) 2019, 2020 Free Software Foundation, Inc.
3 ##
4 ## This program is free software: you can redistribute it and/or modify
5 ## it under the terms of the GNU General Public License as published by
6 ## the Free Software Foundation, either version 3 of the License, or
7 ## (at your option) any later version.
8 ##
9 ## This program is distributed in the hope that it will be useful,
10 ## but WITHOUT ANY WARRANTY; without even the implied warranty of
11 ## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
12 ## GNU General Public License for more details.
13 ##
14 ## You should have received a copy of the GNU General Public License
15 ## along with this program.  If not, see <http://www.gnu.org/licenses/>.
16
17 ## Process this file with automake to produce Makefile.in  -*- makefile -*-
18
19 info_TEXINFOS = doc/pspp.texi doc/pspp-dev.texi
20
21 doc_pspp_TEXINFOS = doc/version.texi \
22         doc/bugs.texi \
23         doc/command-index.texi \
24         doc/concept-index.texi \
25         doc/data-io.texi \
26         doc/data-selection.texi \
27         doc/expressions.texi \
28         doc/files.texi \
29         doc/combining.texi \
30         doc/flow-control.texi \
31         doc/function-index.texi \
32         doc/installing.texi \
33         doc/introduction.texi \
34         doc/invoking.texi \
35         doc/language.texi \
36         doc/license.texi \
37         doc/pspp-convert.texi \
38         doc/pspp-output.texi \
39         doc/pspp-dump-sav.texi \
40         doc/ni.texi \
41         doc/not-implemented.texi \
42         doc/statistics.texi \
43         doc/transformation.texi \
44         doc/tutorial.texi \
45         doc/tut.texi \
46         doc/regression.texi \
47         doc/utilities.texi \
48         doc/variables.texi \
49         doc/matrices.texi \
50         doc/fdl.texi
51
52 doc_pspp_dev_TEXINFOS = doc/version-dev.texi \
53         doc/dev/intro.texi \
54         doc/dev/concepts.texi \
55         doc/dev/gui.texi \
56         doc/dev/syntax.texi \
57         doc/dev/data.texi \
58         doc/dev/i18n.texi \
59         doc/dev/output.texi \
60         doc/dev/system-file-format.texi \
61         doc/dev/pc+-file-format.texi \
62         doc/dev/portable-file-format.texi \
63         doc/dev/spv-file-format.texi \
64         doc/dev/tlo-file-format.texi \
65         doc/dev/encrypted-file-wrappers.texi
66
67 dist_man_MANS += doc/pspp.1 \
68                  doc/psppire.1
69
70 EXTRA_DIST += doc/get-commands.py \
71               doc/help-pages-list \
72               doc/prepdoc.sh
73
74 $(srcdir)/doc/ni.texi: $(top_srcdir)/src/language/command.def doc/get-commands.py
75         $(AM_V_GEN)$(PYTHON3) $(top_srcdir)/doc/get-commands.py $(top_srcdir)/src/language/command.def > $@
76
77 $(srcdir)/doc/tut.texi:
78         $(AM_V_GEN)echo "@set example-dir $(examplesdir)" > $@
79
80
81 doc/pspp.xml: doc/pspp.texi $(doc_pspp_TEXINFOS) doc/help-pages-list
82 if BROKEN_DOCBOOK_XML
83         touch $@
84 else
85         $(AM_V_GEN)$(MAKEINFO) --docbook $(AM_MAKEINFOFLAGS) $(MAKEINFOFLAGS) \
86                 -I doc -I $(srcdir)/doc $< -o $@
87 endif
88
89 docbookdir = $(docdir)
90 dist_docbook_DATA = doc/pspp.xml
91
92
93 CLEANFILES += pspp-dev.dvi $(docbook_DATA) doc/pspp.info* doc/pspp.xml
94
95
96 doc: $(INFO_DEPS) $(DVIS) $(PDFS) $(PNGS) $(HTMLS) $(dist_docbook_DATA)
97 PHONY += doc
98
99 doc/help-pages-list: $(UI_FILES)
100          $(AM_V_GEN)cat $^ | grep '"help[-_]page"' | \
101    $(SED) -e 's% *<property name="help[-_]page">\([^<]*\)</property>%//*[@id='"'"'\1'"'"']%' \
102         -e 's%#%'"'"']/*[@id='"'"'%g' > $@,tmp
103         test -s $@,tmp
104         mv $@,tmp $@
105
106 EXTRA_DIST += \
107         doc/help-pages-list \
108         doc/pspp-manual.css
109
110 am__TEXINFO_TEX_DIR=:$(top_srcdir)/doc:$(top_builddir)/doc
111
112 ################# Example programs ##############################
113
114 FIGURE_SYNTAX = \
115  doc/pspp-figures/aggregate.sps \
116  doc/pspp-figures/autorecode.sps \
117  doc/pspp-figures/chisquare.sps \
118  doc/pspp-figures/compute.sps \
119  doc/pspp-figures/count.sps \
120  doc/pspp-figures/ctables1.sps \
121  doc/pspp-figures/ctables2.sps \
122  doc/pspp-figures/ctables3.sps \
123  doc/pspp-figures/ctables4.sps \
124  doc/pspp-figures/ctables5.sps \
125  doc/pspp-figures/ctables6.sps \
126  doc/pspp-figures/ctables7.sps \
127  doc/pspp-figures/ctables8.sps \
128  doc/pspp-figures/ctables9.sps \
129  doc/pspp-figures/ctables10.sps \
130  doc/pspp-figures/ctables11.sps \
131  doc/pspp-figures/ctables12.sps \
132  doc/pspp-figures/ctables13.sps \
133  doc/pspp-figures/ctables14.sps \
134  doc/pspp-figures/ctables15.sps \
135  doc/pspp-figures/ctables16.sps \
136  doc/pspp-figures/ctables17.sps \
137  doc/pspp-figures/ctables18.sps \
138  doc/pspp-figures/ctables19.sps \
139  doc/pspp-figures/ctables20.sps \
140  doc/pspp-figures/ctables21.sps \
141  doc/pspp-figures/ctables22.sps \
142  doc/pspp-figures/ctables23.sps \
143  doc/pspp-figures/ctables24.sps \
144  doc/pspp-figures/crosstabs.sps \
145  doc/pspp-figures/descriptives.sps \
146  doc/pspp-figures/flip.sps \
147  doc/pspp-figures/frequencies.sps \
148  doc/pspp-figures/matrix-print.sps \
149  doc/pspp-figures/means.sps \
150  doc/pspp-figures/one-sample-t.sps \
151  doc/pspp-figures/independent-samples-t.sps \
152  doc/pspp-figures/reliability.sps \
153  doc/pspp-figures/select-if.sps \
154  doc/pspp-figures/show-system.sps \
155  doc/pspp-figures/sort-cases.sps \
156  doc/pspp-figures/split.sps \
157  doc/pspp-figures/temporary.sps \
158  doc/pspp-figures/tutorial1.sps \
159  doc/pspp-figures/tutorial2.sps \
160  doc/pspp-figures/tutorial3.sps \
161  doc/pspp-figures/tutorial4.sps \
162  doc/pspp-figures/tutorial5.sps \
163  doc/pspp-figures/tutorial6.sps \
164  doc/pspp-figures/tutorial7.sps \
165  doc/pspp-figures/weight.sps
166
167
168 EXTRA_DIST += $(FIGURE_SYNTAX)
169
170 FIGURE_SPVS = $(FIGURE_SYNTAX:.sps=.spv) \
171         doc/pspp-figures/tutorial2a.spv \
172         doc/pspp-figures/tutorial2b.spv \
173         doc/pspp-figures/tutorial5a.spv \
174         doc/pspp-figures/tutorial5b.spv \
175         doc/pspp-figures/tutorial7a.spv \
176         doc/pspp-figures/tutorial7b.spv
177 FIGURE_TXTS = $(FIGURE_SPVS:.spv=.txt)
178 FIGURE_TEXIS = $(FIGURE_TXTS:.txt=.texi)
179 FIGURE_HTMLS = $(FIGURE_SPVS:.spv=.html)
180 FIGURE_PDFS = $(FIGURE_SPVS:.spv=.pdf)
181 FIGURE_PNGS = $(FIGURE_SPVS:.spv=.png)
182
183 figure-spvs: $(FIGURE_SPVS)
184 figure-txts: $(FIGURE_TXTS)
185 figure-texis: $(FIGURE_TEXIS)
186 figure-htmls: $(FIGURE_HTMLS)
187 figure-pdfs: $(FIGURE_PDFS)
188 figure-pngs: $(FIGURE_PNGS)
189 PHONY += \
190         figure-spv \
191         figure-txts \
192         figure-texis \
193         figure-htmls \
194         figure-pdfs \
195         figure-pngs
196
197 $(top_builddir)/doc/pspp.info:  $(FIGURE_PNGS)
198 $(top_builddir)/doc/pspp.ps:    $(FIGURE_TEXIS)
199 $(top_builddir)/doc/pspp.dvi:   $(FIGURE_TEXIS)
200 $(top_builddir)/doc/pspp.html:  $(FIGURE_HTMLS)
201 $(top_builddir)/doc/pspp.pdf:   $(FIGURE_TEXIS)
202 $(top_builddir)/doc/pspp.xml:   $(FIGURE_TEXIS)
203
204 CLEANFILES += \
205         $(FIGURE_TXTS) \
206         $(FIGURE_SPVS) \
207         $(FIGURE_TEXIS) \
208         $(FIGURE_HTMLS) \
209         $(FIGURE_PNGS)
210 SUFFIXES += .sps .spv .txt .html .texi .pdf .png
211
212 # Use pspp to process a syntax file into an output file.
213 if cross_compiling
214 pspp = native/src/ui/terminal/pspp
215 pspp_output = native/utilities/pspp-output
216
217 native/Makefile:
218         $(MKDIR_P) native
219         (cd native && $(abs_top_srcdir)/configure --host=$(build) --without-gui)
220
221 # The gnulib header files are required for the object files of the native pspp
222 # They are defined in BUILT_SOURCES but that is only defined as a first dependency
223 # for the make all target. src/ui/terminal/pspp as a target will try to compile the
224 # objects first but that fails without the header files. Therefore I build the native
225 # executables via the default make target
226 $(pspp) $(pspp_output) &: native/Makefile
227         (cd native && flock --verbose $(top_builddir)/native-lock $(MAKE) )
228
229 else
230 pspp = src/ui/terminal/pspp$(EXEEXT)
231 pspp_output = utilities/pspp-output$(EXEEXT)
232 endif
233
234 $(FIGURE_SPVS): $(pspp)
235 .sps.spv:
236         $(AM_V_GEN)(cd "$(top_srcdir)/examples" \
237          && "$(abs_top_builddir)/$(pspp)" ../doc/pspp-figures/$(<F) -o - -O format=spv) > $@.tmp
238         $(AM_V_at)mv $@.tmp $@
239
240 # In some cases, the tutorial only wants some parts of the output.
241 convert = $(AM_V_GEN)LSAN_OPTIONS="suppressions=$(abs_top_srcdir)/tests/lsan.supp:print_suppressions=0:$$LSAN_OPTIONS" $(pspp_output) convert $< $@
242 doc/pspp-figures/tutorial2a.spv: doc/pspp-figures/tutorial2.spv $(pspp_output)
243         $(convert) --command='Descriptives'
244 doc/pspp-figures/tutorial2b.spv: doc/pspp-figures/tutorial2.spv $(pspp_output)
245         $(convert) --label='Extreme Values'
246 doc/pspp-figures/tutorial5a.spv: doc/pspp-figures/tutorial5.spv $(pspp_output)
247         $(convert) --commands=examine --nth-command=1 --labels=descriptives
248 doc/pspp-figures/tutorial5b.spv: doc/pspp-figures/tutorial5.spv $(pspp_output)
249         $(convert) --commands=examine --nth-command=2 --labels=descriptives
250 doc/pspp-figures/tutorial7a.spv: doc/pspp-figures/tutorial7.spv $(pspp_output)
251         $(convert) --commands=regression --nth-command=1 --subtypes=coefficients
252 doc/pspp-figures/tutorial7b.spv: doc/pspp-figures/tutorial7.spv $(pspp_output)
253         $(convert) --commands=regression --nth-command=2 --subtypes=coefficients
254
255
256 $(FIGURE_PNGS): $(pspp_output)
257 $(FIGURE_TXTS): $(pspp_output)
258 $(FIGURE_HTMLS): $(pspp_output)
259 $(FIGURE_PDFS): $(pspp_output)
260
261 # Convert an output file into a text file or HTML file.
262 $(FIGURE_TXTS) $(FIGURE_HTMLS): $(pspp_output)
263 .spv.txt:
264         $(convert)
265 .spv.pdf:
266         $(convert) -O trim=true -O left-margin=0in -O right-margin=0in -O top-margin=0in -O bottom-margin=0in -O paper-size=7.5x99in --table-look=$(srcdir)/doc/tutorial.stt
267 .spv.png:
268         $(convert) -O trim=true -O left-margin=0in -O right-margin=0in -O top-margin=0in -O bottom-margin=0in -O paper-size=7.5x99in --table-look=$(srcdir)/doc/tutorial.stt
269 EXTRA_DIST += doc/tutorial.stt
270 .spv.html:
271         $(convert) -O format=html -O bare=true
272
273 # Make sure that tutorial.stt outputs all layers, because a few of the
274 # examples in the manual rely on that and it would be easy to replace
275 # it with a style that didn't.
276 ALL_LOCAL += tutorial-stt-must-print-all-layers
277 tutorial-stt-must-print-all-layers:
278         $(AM_V_GEN)grep 'printAllLayers="true"' $(srcdir)/doc/tutorial.stt >/dev/null 2>&1 && touch $@
279
280 # Convert a text file into a Texinfo file.
281 .txt.texi:
282         $(AM_V_GEN)$(SED) -e 's/@/@@/g' $< > $@
283
284 AM_MAKEINFOHTMLFLAGS = $(AM_MAKEINFOFLAGS) --css-ref=pspp-manual.css
285 # Adjust the path for screenshot images.
286 # But make sure these operations are idempotent.
287 html-local: doc/pspp.html
288         test -d doc/pspp.html
289         for h in doc/pspp.html/*.html; do \
290                 if grep -Fq '<img src="screenshots/' $$h; then continue; fi ; \
291                 $(SED) -i -e 's|<img src="\([^"]*\)"|<img src="screenshots/\1"|' $$h; \
292         done
293
294 install-html-local: html-local $(HTML_SCREENSHOTS)
295         $(MKDIR_P) $(DESTDIR)$(prefix)/share/doc/pspp/pspp.html
296         $(INSTALL) -d $(DESTDIR)$(prefix)/share/doc/pspp/pspp.html/screenshots
297         for p in $(HTML_SCREENSHOTS); do \
298                 $(INSTALL_DATA) $$p $(DESTDIR)$(prefix)/share/doc/pspp/pspp.html/screenshots ;\
299         done
300         $(INSTALL_DATA) ${top_srcdir}/doc/pspp-manual.css $(DESTDIR)$(prefix)/share/doc/pspp/pspp.html
301
302 \f
303
304 desktopdir = $(datadir)/applications
305
306 doc/org.gnu.pspp.metainfo.xml: doc/org.gnu.pspp.metainfo.xml.in $(POFILES)
307         $(AM_V_GEN)$(MSGFMT) --xml --template $< -o $@ -d $(top_srcdir)/po || \
308           $(MSGFMT) -L appdata --xml --template $< -o $@ -d $(top_srcdir)/po
309
310 doc/org.gnu.pspp.desktop: doc/org.gnu.pspp.desktop.in $(POFILES)
311         $(AM_V_GEN)$(MSGFMT) --desktop --template $< -o $@ -d $(top_srcdir)/po
312
313 CLEANFILES+=doc/org.gnu.pspp.desktop \
314             doc/org.gnu.pspp.metainfo.xml
315
316 desktop_DATA = doc/org.gnu.pspp.desktop
317
318 appdatadir = $(datadir)/metainfo
319 dist_appdata_DATA = doc/org.gnu.pspp.metainfo.xml
320
321 EXTRA_DIST += doc/org.gnu.pspp.metainfo.xml.in \
322         doc/org.gnu.pspp.desktop.in
323
324 \f
325
326 SCREENSHOTS = \
327 $(top_srcdir)/doc/screenshots/autorecode.grab \
328 $(top_srcdir)/doc/screenshots/chisquare.grab \
329 $(top_srcdir)/doc/screenshots/count.grab \
330 $(top_srcdir)/doc/screenshots/count-define.grab \
331 $(top_srcdir)/doc/screenshots/compute.grab \
332 $(top_srcdir)/doc/screenshots/crosstabs.grab \
333 $(top_srcdir)/doc/screenshots/descriptives.grab \
334 $(top_srcdir)/doc/screenshots/one-sample-t.grab \
335 $(top_srcdir)/doc/screenshots/independent-samples-t.grab \
336 $(top_srcdir)/doc/screenshots/define-groups-t.grab \
337 $(top_srcdir)/doc/screenshots/frequencies.grab \
338 $(top_srcdir)/doc/screenshots/reliability.grab \
339 $(top_srcdir)/doc/screenshots/split-status-bar.grab \
340 $(top_srcdir)/doc/screenshots/sort-simple.grab \
341 $(top_srcdir)/doc/screenshots/sort.grab
342
343
344 PDF_SCREENSHOTS =  $(SCREENSHOTS:.grab=-hc.png)
345 EPS_SCREENSHOTS =  $(SCREENSHOTS:.grab=-hc.eps)
346 HTML_SCREENSHOTS = $(SCREENSHOTS:.grab=-ad.png)
347 INFO_SCREENSHOTS = $(SCREENSHOTS:.grab=-ad.png)
348
349 doc-make: doc/doc-make.in Makefile
350         $(SED) -e 's|%top_srcdir%|@top_srcdir@|g' \
351         -e 's|%abs_builddir%|@abs_builddir@|g' \
352         -e 's|%MKDIR_P%|@MKDIR_P@|g' \
353         -e 's|%src_ui_gui_psppiredir%|$(src_ui_gui_psppiredir)|g' \
354         -e 's|%UI_FILES%|$(UI_FILES)|g' \
355         -e 's|%IMAGES%|$(INFO_SCREENSHOTS) $(HTML_SCREENSHOTS) $(EPS_SCREENSHOTS) $(PDF_SCREENSHOTS)|g' \
356         $< > $@
357
358
359 # Install all the PNG files so that info readers can recognise them
360 install-info-local: $(FIGURE_PNGS)
361         $(MKDIR_P) $(DESTDIR)$(infodir)/screenshots
362         for p in $(INFO_SCREENSHOTS); do \
363                 $(INSTALL_DATA) $$p $(DESTDIR)$(infodir)/screenshots ;\
364         done
365         $(INSTALL) -d $(DESTDIR)$(infodir)/pspp-figures
366         for p in $(FIGURE_PNGS); do \
367                 $(INSTALL_DATA) $$p $(DESTDIR)$(infodir)/pspp-figures ;\
368         done
369
370 uninstall-local:
371         for p in $(INFO_SCREENSHOTS); do \
372                 f=`basename $$p ` ; \
373                 rm -f $(DESTDIR)$(infodir)/screenshots/$$f ; \
374         done
375         for p in $(FIGURE_PNGS); do \
376                 f=`basename $$p ` ; \
377                 rm -f $(DESTDIR)$(infodir)/pspp-figures/$$f ; \
378         done
379
380 EXTRA_DIST+= $(SCREENSHOTS) doc/doc-make.in doc/screengrab
381
382 EXTRA_DIST+= $(EPS_SCREENSHOTS) $(PDF_SCREENSHOTS) $(INFO_SCREENSHOTS)