* Building from a Git repository, which previously required GIMP, now
requires rsvg-convert from librsvg2 instead.
+ * The pspp-dump-sav program is no longer installed by default.
+
Changes from 1.6.1 to 1.6.2:
* Previously, numeric variables defaulted to "scale" measurement
@cindex @command{pspp-dump-sav}
@command{pspp-dump-sav} is a command-line utility accompanying
-@pspp{}. It reads one or more SPSS system files and prints their
+@pspp{}. It is not installed by default, so it may be missing
+from your PSPP installation.
+It reads one or more SPSS system files and prints their
contents. The output format is useful for debugging system file
readers and writers and for discovering how to interpret unknown or
poorly understood records. End users may find the output useful for
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
#
-bin_PROGRAMS += utilities/pspp-dump-sav
+noinst_PROGRAMS += utilities/pspp-dump-sav
dist_man_MANS += utilities/pspp-dump-sav.1
utilities_pspp_dump_sav_SOURCES = \
src/libpspp/integer-format.c \
.
.SH DESCRIPTION
The \fBpspp\-dump\-sav\fR program reads each SPSS system file
-\fIfile\fR and prints its contents. The output format is useful for
+\fIfile\fR and prints its contents. It is not installed by
+default, so it may be missing from your PSPP installation.
+The output format is useful for
debugging system file readers and writers and for discovering how to
interpret unknown or poorly understood records. End users may find
the output useful for providing the PSPP developers information about