doc: Generate output for tutorial examples at build time too.
authorBen Pfaff <blp@cs.stanford.edu>
Sun, 25 Oct 2020 06:07:28 +0000 (23:07 -0700)
committerBen Pfaff <blp@cs.stanford.edu>
Sun, 25 Oct 2020 06:07:28 +0000 (23:07 -0700)
commit11e4ee93f59174f19d56628191cfe0482275fa96
tree77a4302a097065381e130b4e0f8cf360615e5c55
parent5987926fc7ef9f1ded52a8513d1b1be03d040c7f
doc: Generate output for tutorial examples at build time too.

The trickiest part here is that the final example should only include part
of the output, the coefficients tables only.  For that, we can use the
pspp-output utility to pull just those tables from the output file.
doc/automake.mk
doc/examples/tutorial1.sps [new file with mode: 0644]
doc/examples/tutorial2.sps [new file with mode: 0644]
doc/examples/tutorial3.sps [new file with mode: 0644]
doc/examples/tutorial4.sps [new file with mode: 0644]
doc/examples/tutorial5.sps [new file with mode: 0644]
doc/examples/tutorial6.sps [new file with mode: 0644]
doc/examples/tutorial7.sps [new file with mode: 0644]
doc/tutorial.texi