Fix generate.pl for Perl 5.6.1.
[pspp] / doc / Makefile.am
index 430c6df0c67ebbade1cf53be27bf581ac14dccf1..9eaee015a3a7135c5744df7a14f0c3e61861ef0f 100644 (file)
@@ -2,12 +2,11 @@
 
 info_TEXINFOS = pspp.texinfo 
 
-EXTRA_DIST = pspp.man \
+pspp_TEXINFOS = version.texi \
        bugs.texi \
        command-index.texi \
        concept-index.texi \
        configuring.texi \
-       credits.texi \
        data-file-format.texi \
        data-io.texi \
        data-selection.texi \
@@ -26,8 +25,13 @@ EXTRA_DIST = pspp.man \
        statistics.texi \
        transformation.texi \
        utilities.texi \
-       variables.texi
+       variables.texi \
+       fdl.texi
+
+EXTRA_DIST = pspp.man \
+       $(pspp_TEXINFOS)
 
 
 CLEANFILES = pspp.info pspp.info-*
 MAINTAINERCLEANFILES=Makefile.in 
+