Look for pspp.pot in both build and source directories.
authorBen Pfaff <blp@gnu.org>
Thu, 18 Feb 2010 21:06:51 +0000 (13:06 -0800)
committerBen Pfaff <blp@gnu.org>
Thu, 18 Feb 2010 21:06:51 +0000 (13:06 -0800)
They are in different locations on "stable" and "master".

build-pspp

index ce153b3024b74f97aa565b4b37bebd2675290627..be84459c484ef04afdde2551f261e200593ad478 100755 (executable)
@@ -251,7 +251,11 @@ EOF
     run ("cd pspp/_build && make dist", "dist");
     my $tarname = "pspp-$version.tar.gz";
     $tarball = save_result ("source distribution", "pspp/_build/$tarname", 1);
-    save_result ("translation templates", "pspp/_build/po/pspp.pot");
+
+    # Save translation templates.
+    my $potfile = "pspp/_build/po/pspp.pot";
+    $potfile = "pspp/po/pspp.pot" if ! -e $potfile;
+    save_result ("translation templates", $potfile);
 
     # Build user manual
     start_step ("Build user manual");