Fixed a build error that make distcheck didn't catch (automake bug).
authorJohn Darrington <john@darrington.wattle.id.au>
Sat, 7 May 2005 09:30:31 +0000 (09:30 +0000)
committerJohn Darrington <john@darrington.wattle.id.au>
Sat, 7 May 2005 09:30:31 +0000 (09:30 +0000)
doc/ChangeLog
doc/Makefile.am
po/en_GB.po
po/pspp.pot
pspp-mode.el

index 5671b7e43a6084109fc76f57371cd0595a52ef2e..c4be57e38d62ce20aa145d0aebc110fa3b814479 100644 (file)
@@ -1,3 +1,7 @@
+Sat May  7 17:26:39 WST 2005 John Darrington <john@darrington.wattle.id.au>
+
+       * Makefile.am: Made ni.texi a nodist file
+
 Wed May  4 08:30:24 2005  Ben Pfaff  <blp@gnu.org>
 
        * language.texi: Proofreading from Jason Stover
index cc4295d66eede85f442cb564a1e4fee0d6f17e31..8efd6c410f38f2b02d507829c9491f05bf34dd5a 100644 (file)
@@ -26,14 +26,18 @@ pspp_TEXINFOS = version.texi \
        transformation.texi \
        utilities.texi \
        variables.texi \
-       fdl.texi \
-       ni.texi
+       fdl.texi 
+
+nodist_pspp_TEXINFOS= ni.texi
+
+pspp.info: ni.texi
 
 EXTRA_DIST = pspp.man \
+       get-commands.pl \
        $(pspp_TEXINFOS)
 
 
-CLEANFILES = pspp.info pspp.info-*
+CLEANFILES = pspp.info pspp.info-* ni.texi
 MAINTAINERCLEANFILES=Makefile.in 
 
 ni.texi: @top_srcdir@/src/command.def @srcdir@/get-commands.pl
index 6ab608b5996b7e23388d46b499a30c11b3be7903..79372ecd5e5886a3c39de950ea02ec84be1ffc12 100644 (file)
@@ -7,7 +7,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: PSPP 0.3.1\n"
 "Report-Msgid-Bugs-To: pspp-dev@gnu.org\n"
-"POT-Creation-Date: 2005-05-03 18:47+0800\n"
+"POT-Creation-Date: 2005-05-07 16:45+0800\n"
 "PO-Revision-Date: 2004-01-23 13:04+0800\n"
 "Last-Translator: John Darrington <john@darrington.wattle.id.au>\n"
 "Language-Team: John Darrington <john@darrington.wattle.id.au>\n"
@@ -264,32 +264,32 @@ msgstr ""
 msgid "Date %04d-%d-%d is before the earliest acceptable date of 1582-10-15."
 msgstr ""
 
-#: src/casefile.c:190
+#: src/casefile.c:186
 #, c-format
 msgid "%s: Removing temporary file: %s."
 msgstr ""
 
-#: src/casefile.c:337
+#: src/casefile.c:333
 #, c-format
 msgid "Error writing temporary file: %s."
 msgstr ""
 
-#: src/casefile.c:479
+#: src/casefile.c:475
 #, c-format
 msgid "%s: Opening temporary file: %s."
 msgstr ""
 
-#: src/casefile.c:505
+#: src/casefile.c:501
 #, c-format
 msgid "%s: Seeking temporary file: %s."
 msgstr ""
 
-#: src/casefile.c:521
+#: src/casefile.c:517
 #, c-format
 msgid "%s: Reading temporary file: %s."
 msgstr ""
 
-#: src/casefile.c:524
+#: src/casefile.c:520
 #, c-format
 msgid "%s: Temporary file ended unexpectedly."
 msgstr ""
@@ -1135,7 +1135,7 @@ msgstr ""
 msgid "Error writing file %s: %s."
 msgstr ""
 
-#: src/dictionary.c:689
+#: src/dictionary.c:688
 msgid ""
 "At least one case in the data file had a weight value that was user-missing, "
 "system-missing, zero, or negative.  These case(s) were ignored."
@@ -1611,19 +1611,19 @@ msgstr ""
 msgid "BY is required when IN is specified."
 msgstr ""
 
-#: src/get.c:982
+#: src/get.c:985
 #, c-format
 msgid "IN variable name %s duplicates an existing variable name."
 msgstr ""
 
-#: src/get.c:1412
+#: src/get.c:1416
 #, c-format
 msgid ""
 "Variable %s in file %s (%s) has different type or width from the same "
 "variable in earlier file (%s)."
 msgstr ""
 
-#: src/get.c:1503
+#: src/get.c:1507
 msgid "expecting COMM or TAPE"
 msgstr ""
 
@@ -1795,7 +1795,8 @@ msgstr ""
 msgid "<<fallback>>"
 msgstr ""
 
-#: src/hash.c:520
+#: src/hash.c:577
+#, c-format
 msgid "hash table:"
 msgstr ""
 
@@ -2396,6 +2397,7 @@ msgid "Error reading device definition file."
 msgstr ""
 
 #: src/output.c:471
+#, c-format
 msgid ""
 "Driver classes:\n"
 "\t"
index 2cd7ec6eeeeb117317115a544c667f9ab7edd86c..b304653b9e1f9cdfc8b74195db8a267b76aee8a3 100644 (file)
@@ -7,7 +7,8 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: PACKAGE VERSION\n"
-"POT-Creation-Date: 2005-05-03 18:47+0800\n"
+"Report-Msgid-Bugs-To: pspp-dev@gnu.org\n"
+"POT-Creation-Date: 2005-05-07 16:45+0800\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
 "Language-Team: LANGUAGE <LL@li.org>\n"
@@ -264,32 +265,32 @@ msgstr ""
 msgid "Date %04d-%d-%d is before the earliest acceptable date of 1582-10-15."
 msgstr ""
 
-#: src/casefile.c:190
+#: src/casefile.c:186
 #, c-format
 msgid "%s: Removing temporary file: %s."
 msgstr ""
 
-#: src/casefile.c:337
+#: src/casefile.c:333
 #, c-format
 msgid "Error writing temporary file: %s."
 msgstr ""
 
-#: src/casefile.c:479
+#: src/casefile.c:475
 #, c-format
 msgid "%s: Opening temporary file: %s."
 msgstr ""
 
-#: src/casefile.c:505
+#: src/casefile.c:501
 #, c-format
 msgid "%s: Seeking temporary file: %s."
 msgstr ""
 
-#: src/casefile.c:521
+#: src/casefile.c:517
 #, c-format
 msgid "%s: Reading temporary file: %s."
 msgstr ""
 
-#: src/casefile.c:524
+#: src/casefile.c:520
 #, c-format
 msgid "%s: Temporary file ended unexpectedly."
 msgstr ""
@@ -1135,7 +1136,7 @@ msgstr ""
 msgid "Error writing file %s: %s."
 msgstr ""
 
-#: src/dictionary.c:689
+#: src/dictionary.c:688
 msgid ""
 "At least one case in the data file had a weight value that was user-missing, "
 "system-missing, zero, or negative.  These case(s) were ignored."
@@ -1611,19 +1612,19 @@ msgstr ""
 msgid "BY is required when IN is specified."
 msgstr ""
 
-#: src/get.c:982
+#: src/get.c:985
 #, c-format
 msgid "IN variable name %s duplicates an existing variable name."
 msgstr ""
 
-#: src/get.c:1412
+#: src/get.c:1416
 #, c-format
 msgid ""
 "Variable %s in file %s (%s) has different type or width from the same "
 "variable in earlier file (%s)."
 msgstr ""
 
-#: src/get.c:1503
+#: src/get.c:1507
 msgid "expecting COMM or TAPE"
 msgstr ""
 
@@ -1795,7 +1796,8 @@ msgstr ""
 msgid "<<fallback>>"
 msgstr ""
 
-#: src/hash.c:520
+#: src/hash.c:577
+#, c-format
 msgid "hash table:"
 msgstr ""
 
@@ -2396,6 +2398,7 @@ msgid "Error reading device definition file."
 msgstr ""
 
 #: src/output.c:471
+#, c-format
 msgid ""
 "Driver classes:\n"
 "\t"
index bc2a3d1997f1e257fbda1b10c308cbe68284a000..e28ce3cea38bd8ad7cf400e67fab967c0215ac38 100644 (file)
   (set (make-local-variable 'font-lock-keywords-case-fold-search) t)
   (set (make-local-variable 'font-lock-defaults) '(pspp-font-lock-keywords))
 
-  ;; Register our indentation function
-
   (set (make-local-variable 'indent-line-function) 'pspp-indent-line)  
-
+  (set (make-local-variable 'comment-start ) "* ")
   (set (make-local-variable 'compile-command)
        (concat "pspp "
               buffer-file-name