texinfo-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[7733] regenerate_docstr use Makefile in build directory


From: gavinsmith0123
Subject: [7733] regenerate_docstr use Makefile in build directory
Date: Sun, 16 Apr 2017 11:21:34 -0400 (EDT)

Revision: 7733
          http://svn.sv.gnu.org/viewvc/?view=rev&root=texinfo&revision=7733
Author:   gavin
Date:     2017-04-16 11:21:34 -0400 (Sun, 16 Apr 2017)
Log Message:
-----------
regenerate_docstr use Makefile in build directory

Modified Paths:
--------------
    trunk/ChangeLog
    trunk/tp/maintain/regenerate_docstr.sh

Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog     2017-04-15 20:00:31 UTC (rev 7732)
+++ trunk/ChangeLog     2017-04-16 15:21:34 UTC (rev 7733)
@@ -1,3 +1,8 @@
+2017-04-16  Gavin Smith  <address@hidden>
+
+       * tp/maintain/regenerate_docstr.sh: Use Makefile in build 
+       directory to build .gmo files.  Report from Hans Bernhard-Br\xF6ker.
+
 2017-04-15  Gavin Smith  <address@hidden>
 
        * tp/Texinfo/MiscXS.pm: Call Texinfo::XSLoader::init with the

Modified: trunk/tp/maintain/regenerate_docstr.sh
===================================================================
--- trunk/tp/maintain/regenerate_docstr.sh      2017-04-15 20:00:31 UTC (rev 
7732)
+++ trunk/tp/maintain/regenerate_docstr.sh      2017-04-16 15:21:34 UTC (rev 
7733)
@@ -27,7 +27,7 @@
 cat >$outfile <<END_HEADER
 # $basefile generated by $0.
 #
-# Copyright 2016 Free Software Foundation, Inc.
+# Copyright 2017 Free Software Foundation, Inc.
 #
 # This file is free software; as a special exception the author gives
 # unlimited permission to copy and/or distribute it, with or without
@@ -44,7 +44,7 @@
   # Just for convenience.
   echo '
 $(srcdir)/../po_document/'"$lingua.gmo"': 
$(srcdir)/../po_document/'"$lingua.po"'
-       cd $(srcdir)/../po_document/ && $(MAKE) $(AM_MAKEFLAGS) '"$lingua.gmo"'
+       cd ../po_document/ && $(MAKE) $(AM_MAKEFLAGS) '"$lingua.gmo"'
 
 LocaleData/'"$lingua"'/LC_MESSAGES/$(document_domain).mo: 
$(srcdir)/../po_document/'"$lingua"'.gmo
        $(MKDIR_P) `dirname address@hidden




reply via email to

[Prev in Thread] Current Thread [Next in Thread]