doc: Avoid using stdout in Makefile rule to generate .spv files.
authorBen Pfaff <blp@cs.stanford.edu>
Tue, 21 Feb 2023 01:48:54 +0000 (17:48 -0800)
committerBen Pfaff <blp@cs.stanford.edu>
Tue, 21 Feb 2023 04:01:03 +0000 (20:01 -0800)
commite2b97c605195dfc4d899caeb4002aea6a1e26471
tree974a8be96801504b7233710652003db97df434fa
parentdd99585d6f83374249fed2337cd1a01bd126f70d
doc: Avoid using stdout in Makefile rule to generate .spv files.

When pspp writes anything to stdout, also writing the .spv file to stdout
causes confusing corruption.  This avoids the problem.
doc/automake.mk